Html Css Color HEX #6419CE Purple Heart

📋 copy color: '#6419CE'

red 100 ◦ green 25 ◦ blue 206

#6419CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6419CE

Tints of Purple Heart #6419CE

RGB

 RED value IS 100 (39.45% from 255) = 30.21%

 GREEN value IS 25 (10.16% from 255) = 7.55%

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 30.21%
G = 7.55%
B = 62.24%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6419CE (or 0x6419CE) is known color: Purple Heart. HEX triplet: 64, 19 and CE. RGB value is (100,25,206). Sum of RGB (Red+Green+Blue) = 100+25+206=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #6419CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6419CE is #9BE631. Grayscale: #434343. Windows color (decimal): -10217010 or 13506916. OLE color: 13506916.

HSL color Cylindrical-coordinate representation of color #6419CE: hue angle of 264.86º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6419CE is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 25 206 -
CMYK 0.51 0.88 0 0.19
HSL 264.86º 0.78% 0.45% -
HSV(B) 264.86º 0.88% 0.81% -
XYZ 16.74 7.86 59.03 -
YUV 68.06 205.85 150.78 -
System Red Green Blue C M Y K H S L
Decimal 100 25 206 0.51 0.88 0 0.19 264.86 0.78 0.45
Hex 64 19 CE 33 58 0 13 109 4E 2D
Octal 144 31 316 63 130 0 23 411 116 55
Binary 1100100 11001 11001110 110011 1011000 0 10011 100001001 1001110 101101

Color Harmonies of #6419CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6419CE

Black with #6419CE

Text Example


Text Example

White with #6419CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6419CE; }

 p { color: rgb(100,25,206); }

 H1.HeaderClassName
 {
   color: #6419CE;
 }
 .AnyTagClassName
 {
   color: #6419CE;
 }
</style>

background-color css

<style>
 a { background-color: #6419CE; }

 a { background-color: rgb(100,25,206); }

 div.DivClassName
 {
   background-color: #6419CE;
 }
 .BgClassName
 {
   background-color: #6419CE;
 }
</style>

border-color css

<style>
 span { border-color: #6419CE; }

 span { border-color: rgb(100,25,206); }

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