Shades of Purple Heart #660ECC
Tints of Purple Heart #660ECC
RGB
CMYK
RGB Variations
Color information
#660ECC (or 0x660ECC) is known color: Purple Heart. HEX triplet: 66, 0E and CC. RGB value is (102,14,204). Sum of RGB (Red+Green+Blue) = 102+14+204=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #660ECC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660ECC is #99F133. Grayscale: #3D3D3D. Windows color (decimal): -10088756 or 13373030. OLE color: 13373030.
HSL color Cylindrical-coordinate representation of color #660ECC: hue angle of 267.79º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660ECC is Cyan = 0.5, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 14 | 204 | - |
| CMYK | 0.5 | 0.93 | 0 | 0.2 |
| HSL | 267.79º | 0.87% | 0.43% | - |
| HSV(B) | 267.79º | 0.93% | 0.8% | - |
| XYZ | 16.54 | 7.5 | 57.7 | - |
| YUV | 61.97 | 208.15 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 204 | 0.5 | 0.93 | 0 | 0.2 | 267.79 | 0.87 | 0.43 |
| Hex | 66 | E | CC | 32 | 5D | 0 | 14 | 10C | 57 | 2B |
| Octal | 146 | 16 | 314 | 62 | 135 | 0 | 24 | 414 | 127 | 53 |
| Binary | 1100110 | 1110 | 11001100 | 110010 | 1011101 | 0 | 10100 | 100001100 | 1010111 | 101011 |
Color Harmonies of #660ECC
Complementary color
Monochromatic Colors of #660ECC
Black with #660ECC
Text Example
Text Example
White with #660ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660ECC; }
p { color: rgb(102,14,204); }
H1.HeaderClassName
{
color: #660ECC;
}
.AnyTagClassName
{
color: #660ECC;
}
</style>
background-color css
<style>
a { background-color: #660ECC; }
a { background-color: rgb(102,14,204); }
div.DivClassName
{
background-color: #660ECC;
}
.BgClassName
{
background-color: #660ECC;
}
</style>
border-color css
<style>
span { border-color: #660ECC; }
span { border-color: rgb(102,14,204); }
td.TdClassName
{
border-color: #660ECC;
}
.TagClassName
{
border-color: #660ECC;
}
</style>