Shades of Purple Heart #6619CF
Tints of Purple Heart #6619CF
RGB
CMYK
RGB Variations
Color information
#6619CF (or 0x6619CF) is known color: Purple Heart. HEX triplet: 66, 19 and CF. RGB value is (102,25,207). Sum of RGB (Red+Green+Blue) = 102+25+207=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #6619CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6619CF is #99E630. Grayscale: #444444. Windows color (decimal): -10085937 or 13572454. OLE color: 13572454.
HSL color Cylindrical-coordinate representation of color #6619CF: hue angle of 265.38º 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 #6619CF is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 25 | 207 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.19 |
| HSL | 265.38º | 0.78% | 0.45% | - |
| HSV(B) | 265.38º | 0.88% | 0.81% | - |
| XYZ | 17.09 | 8.03 | 59.68 | - |
| YUV | 68.77 | 206.01 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 207 | 0.51 | 0.88 | 0 | 0.19 | 265.38 | 0.78 | 0.45 |
| Hex | 66 | 19 | CF | 33 | 58 | 0 | 13 | 109 | 4E | 2D |
| Octal | 146 | 31 | 317 | 63 | 130 | 0 | 23 | 411 | 116 | 55 |
| Binary | 1100110 | 11001 | 11001111 | 110011 | 1011000 | 0 | 10011 | 100001001 | 1001110 | 101101 |
Color Harmonies of #6619CF
Complementary color
Monochromatic Colors of #6619CF
Black with #6619CF
Text Example
Text Example
White with #6619CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6619CF; }
p { color: rgb(102,25,207); }
H1.HeaderClassName
{
color: #6619CF;
}
.AnyTagClassName
{
color: #6619CF;
}
</style>
background-color css
<style>
a { background-color: #6619CF; }
a { background-color: rgb(102,25,207); }
div.DivClassName
{
background-color: #6619CF;
}
.BgClassName
{
background-color: #6619CF;
}
</style>
border-color css
<style>
span { border-color: #6619CF; }
span { border-color: rgb(102,25,207); }
td.TdClassName
{
border-color: #6619CF;
}
.TagClassName
{
border-color: #6619CF;
}
</style>