Shades of Purple Heart #6619C6
Tints of Purple Heart #6619C6
RGB
CMYK
RGB Variations
Color information
#6619C6 (or 0x6619C6) is known color: Purple Heart. HEX triplet: 66, 19 and C6. RGB value is (102,25,198). Sum of RGB (Red+Green+Blue) = 102+25+198=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 198 (77.73% from 255 or 60.92% from 325); Max value from RGB is 198 - color contains mainly: blue. Hex color #6619C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6619C6 is #99E639. Grayscale: #434343. Windows color (decimal): -10085946 or 12982630. OLE color: 12982630.
HSL color Cylindrical-coordinate representation of color #6619C6: hue angle of 266.71º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6619C6 is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 25 | 198 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.22 |
| HSL | 266.71º | 0.78% | 0.44% | - |
| HSV(B) | 266.71º | 0.87% | 0.78% | - |
| XYZ | 16.02 | 7.6 | 54.05 | - |
| YUV | 67.75 | 201.51 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 198 | 0.48 | 0.87 | 0 | 0.22 | 266.71 | 0.78 | 0.44 |
| Hex | 66 | 19 | C6 | 30 | 57 | 0 | 16 | 10B | 4E | 2C |
| Octal | 146 | 31 | 306 | 60 | 127 | 0 | 26 | 413 | 116 | 54 |
| Binary | 1100110 | 11001 | 11000110 | 110000 | 1010111 | 0 | 10110 | 100001011 | 1001110 | 101100 |
Color Harmonies of #6619C6
Complementary color
Monochromatic Colors of #6619C6
Black with #6619C6
Text Example
Text Example
White with #6619C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6619C6; }
p { color: rgb(102,25,198); }
H1.HeaderClassName
{
color: #6619C6;
}
.AnyTagClassName
{
color: #6619C6;
}
</style>
background-color css
<style>
a { background-color: #6619C6; }
a { background-color: rgb(102,25,198); }
div.DivClassName
{
background-color: #6619C6;
}
.BgClassName
{
background-color: #6619C6;
}
</style>
border-color css
<style>
span { border-color: #6619C6; }
span { border-color: rgb(102,25,198); }
td.TdClassName
{
border-color: #6619C6;
}
.TagClassName
{
border-color: #6619C6;
}
</style>