Shades of Purple Heart #6602CD
Tints of Purple Heart #6602CD
RGB
CMYK
RGB Variations
Color information
#6602CD (or 0x6602CD) is known color: Purple Heart. HEX triplet: 66, 02 and CD. RGB value is (102,2,205). Sum of RGB (Red+Green+Blue) = 102+2+205=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #6602CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6602CD is #99FD32. Grayscale: #363636. Windows color (decimal): -10091827 or 13435494. OLE color: 13435494.
HSL color Cylindrical-coordinate representation of color #6602CD: hue angle of 269.56º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6602CD is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 2 | 205 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.20 |
| HSL | 269.56º | 0.98% | 0.41% | - |
| HSV(B) | 269.56º | 0.99% | 0.8% | - |
| XYZ | 16.52 | 7.28 | 58.29 | - |
| YUV | 55.04 | 212.63 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 205 | 0.50 | 0.99 | 0 | 0.20 | 269.56 | 0.98 | 0.41 |
| Hex | 66 | 2 | CD | 32 | 63 | 0 | 14 | 10E | 62 | 29 |
| Octal | 146 | 2 | 315 | 62 | 143 | 0 | 24 | 416 | 142 | 51 |
| Binary | 1100110 | 10 | 11001101 | 110010 | 1100011 | 0 | 10100 | 100001110 | 1100010 | 101001 |
Color Harmonies of #6602CD
Complementary color
Monochromatic Colors of #6602CD
Black with #6602CD
Text Example
Text Example
White with #6602CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6602CD; }
p { color: rgb(102,2,205); }
H1.HeaderClassName
{
color: #6602CD;
}
.AnyTagClassName
{
color: #6602CD;
}
</style>
background-color css
<style>
a { background-color: #6602CD; }
a { background-color: rgb(102,2,205); }
div.DivClassName
{
background-color: #6602CD;
}
.BgClassName
{
background-color: #6602CD;
}
</style>
border-color css
<style>
span { border-color: #6602CD; }
span { border-color: rgb(102,2,205); }
td.TdClassName
{
border-color: #6602CD;
}
.TagClassName
{
border-color: #6602CD;
}
</style>