Shades of Purple Heart #660EAA
Tints of Purple Heart #660EAA
RGB
CMYK
RGB Variations
Color information
#660EAA (or 0x660EAA) is known color: Purple Heart. HEX triplet: 66, 0E and AA. RGB value is (102,14,170). Sum of RGB (Red+Green+Blue) = 102+14+170=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #660EAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660EAA is #99F155. Grayscale: #393939. Windows color (decimal): -10088790 or 11144806. OLE color: 11144806.
HSL color Cylindrical-coordinate representation of color #660EAA: hue angle of 273.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660EAA is Cyan = 0.4, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 14 | 170 | - |
| CMYK | 0.4 | 0.92 | 0 | 0.33 |
| HSL | 273.85º | 0.85% | 0.36% | - |
| HSV(B) | 273.85º | 0.92% | 0.67% | - |
| XYZ | 12.89 | 6.04 | 38.52 | - |
| YUV | 58.1 | 191.15 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 170 | 0.4 | 0.92 | 0 | 0.33 | 273.85 | 0.85 | 0.36 |
| Hex | 66 | E | AA | 28 | 5C | 0 | 21 | 112 | 55 | 24 |
| Octal | 146 | 16 | 252 | 50 | 134 | 0 | 41 | 422 | 125 | 44 |
| Binary | 1100110 | 1110 | 10101010 | 101000 | 1011100 | 0 | 100001 | 100010010 | 1010101 | 100100 |
Color Harmonies of #660EAA
Complementary color
Monochromatic Colors of #660EAA
Black with #660EAA
Text Example
Text Example
White with #660EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660EAA; }
p { color: rgb(102,14,170); }
H1.HeaderClassName
{
color: #660EAA;
}
.AnyTagClassName
{
color: #660EAA;
}
</style>
background-color css
<style>
a { background-color: #660EAA; }
a { background-color: rgb(102,14,170); }
div.DivClassName
{
background-color: #660EAA;
}
.BgClassName
{
background-color: #660EAA;
}
</style>
border-color css
<style>
span { border-color: #660EAA; }
span { border-color: rgb(102,14,170); }
td.TdClassName
{
border-color: #660EAA;
}
.TagClassName
{
border-color: #660EAA;
}
</style>