Shades of Purple Heart #6608CE
Tints of Purple Heart #6608CE
RGB
CMYK
RGB Variations
Color information
#6608CE (or 0x6608CE) is known color: Purple Heart. HEX triplet: 66, 08 and CE. RGB value is (102,8,206). Sum of RGB (Red+Green+Blue) = 102+8+206=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #6608CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6608CE is #99F731. Grayscale: #393939. Windows color (decimal): -10090290 or 13502566. OLE color: 13502566.
HSL color Cylindrical-coordinate representation of color #6608CE: hue angle of 268.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6608CE is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 8 | 206 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.19 |
| HSL | 268.48º | 0.93% | 0.42% | - |
| HSV(B) | 268.48º | 0.96% | 0.81% | - |
| XYZ | 16.71 | 7.45 | 58.95 | - |
| YUV | 58.68 | 211.14 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 206 | 0.50 | 0.96 | 0 | 0.19 | 268.48 | 0.93 | 0.42 |
| Hex | 66 | 8 | CE | 32 | 60 | 0 | 13 | 10C | 5D | 2A |
| Octal | 146 | 10 | 316 | 62 | 140 | 0 | 23 | 414 | 135 | 52 |
| Binary | 1100110 | 1000 | 11001110 | 110010 | 1100000 | 0 | 10011 | 100001100 | 1011101 | 101010 |
Color Harmonies of #6608CE
Complementary color
Monochromatic Colors of #6608CE
Black with #6608CE
Text Example
Text Example
White with #6608CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6608CE; }
p { color: rgb(102,8,206); }
H1.HeaderClassName
{
color: #6608CE;
}
.AnyTagClassName
{
color: #6608CE;
}
</style>
background-color css
<style>
a { background-color: #6608CE; }
a { background-color: rgb(102,8,206); }
div.DivClassName
{
background-color: #6608CE;
}
.BgClassName
{
background-color: #6608CE;
}
</style>
border-color css
<style>
span { border-color: #6608CE; }
span { border-color: rgb(102,8,206); }
td.TdClassName
{
border-color: #6608CE;
}
.TagClassName
{
border-color: #6608CE;
}
</style>