#6419D6

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

Shades of Purple Heart #6419D6

Tints of Purple Heart #6419D6

Color information

#6419D6 (or 0x6419D6) is unknown color: approx Purple Heart. HEX triplet: 64, 19 and D6. RGB value is (100,25,214). Sum of RGB (Red+Green+Blue) = 100+25+214=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 214 (83.98% from 255 or 63.13% from 339); Max value from RGB is 214 - color contains mainly: blue. Hex color #6419D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6419D6 is #9BE629. Grayscale: #444444. Windows color (decimal): -10217002 or 14031204. OLE color: 14031204.

HSL color Cylindrical-coordinate representation of color #6419D6: hue angle of 263.81º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6419D6 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10025214-
CMYK0.530.8800.16
HSL263.81º79.08%46.86%-
HSV(B)263.81º88.32%83.92%-
XYZ17.748.2664.28-
YUV68.97209.85150.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 25 (10.16% from 255) = 7.37%
BLUE value IS 214 (83.98% from 255) = 63.13%
R=29.50%
G=7.37%
B=63.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100252140.530.8800.16263.8179.0846.86
Hex6419D635580101084f2f
Octal144313266513002041011757
Binary1100100110011101011011010110110000100001000010001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6419D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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