#630fce

Color #630FCE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #630FCE

Tints of Purple Heart #630FCE

Color information

#630FCE (or 0x630FCE) is unknown color: approx Purple Heart. HEX triplet: 63, 0F and CE. RGB value is (99,15,206). Sum of RGB (Red+Green+Blue) = 99+15+206=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #630FCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630FCE is #9CF031. Grayscale: #3D3D3D. Windows color (decimal): -10285106 or 13504355. OLE color: 13504355.

HSL color Cylindrical-coordinate representation of color #630FCE: hue angle of 266.39º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630FCE is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9915206-
CMYK0.520.9300.19
HSL266.39º86.43%43.33%-
HSV(B)266.39º92.72%80.78%-
XYZ16.467.4558.96-
YUV61.89209.33154.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 30.94%
GREEN value IS 15 (6.25% from 255) = 4.69%
BLUE value IS 206 (80.86% from 255) = 64.38%
R=30.94%
G=4.69%
B=64.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal99152060.520.9300.19266.3986.4343.33
Hex63FCE345D01310a562b
Octal143173166413502341212653
Binary110001111111100111011010010111010100111000010101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630fce; }

 p { color: rgb(99,15,206); }

 H1.HeaderClassName
 {
   color: #630fce;
 }
 .AnyTagClassName
 {
   color: #630fce;
 }
</style>
background-color css

<style>
 a { background-color: #630fce; }

 a { background-color: rgb(99,15,206); }

 div.DivClassName
 {
   background-color: #630fce;
 }
 .BgClassName
 {
   background-color: #630fce;
 }
</style>
border-color css

<style>
 span { border-color: #630fce; }

 span { border-color: rgb(99,15,206); }

 td.TdClassName
 {
   border-color: #630fce;
 }
 .TagClassName
 {
   border-color: #630fce;
 }
</style>