Shades of Purple Heart #6619DC
Tints of Purple Heart #6619DC
RGB
CMYK
RGB Variations
Color information
#6619DC (or 0x6619DC) is known color: Purple Heart. HEX triplet: 66, 19 and DC. RGB value is (102,25,220). Sum of RGB (Red+Green+Blue) = 102+25+220=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #6619DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6619DC is #99E623. Grayscale: #454545. Windows color (decimal): -10085924 or 14424422. OLE color: 14424422.
HSL color Cylindrical-coordinate representation of color #6619DC: hue angle of 263.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6619DC is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 25 | 220 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.14 |
| HSL | 263.69º | 0.8% | 0.48% | - |
| HSV(B) | 263.69º | 0.89% | 0.86% | - |
| XYZ | 18.75 | 8.69 | 68.4 | - |
| YUV | 70.25 | 212.51 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 220 | 0.54 | 0.89 | 0 | 0.14 | 263.69 | 0.8 | 0.48 |
| Hex | 66 | 19 | DC | 36 | 59 | 0 | E | 108 | 50 | 30 |
| Octal | 146 | 31 | 334 | 66 | 131 | 0 | 16 | 410 | 120 | 60 |
| Binary | 1100110 | 11001 | 11011100 | 110110 | 1011001 | 0 | 1110 | 100001000 | 1010000 | 110000 |
Color Harmonies of #6619DC
Complementary color
Monochromatic Colors of #6619DC
Black with #6619DC
Text Example
Text Example
White with #6619DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6619DC; }
p { color: rgb(102,25,220); }
H1.HeaderClassName
{
color: #6619DC;
}
.AnyTagClassName
{
color: #6619DC;
}
</style>
background-color css
<style>
a { background-color: #6619DC; }
a { background-color: rgb(102,25,220); }
div.DivClassName
{
background-color: #6619DC;
}
.BgClassName
{
background-color: #6619DC;
}
</style>
border-color css
<style>
span { border-color: #6619DC; }
span { border-color: rgb(102,25,220); }
td.TdClassName
{
border-color: #6619DC;
}
.TagClassName
{
border-color: #6619DC;
}
</style>