Shades of Purple Heart #660ABB
Tints of Purple Heart #660ABB
RGB
CMYK
RGB Variations
Color information
#660ABB (or 0x660ABB) is known color: Purple Heart. HEX triplet: 66, 0A and BB. RGB value is (102,10,187). Sum of RGB (Red+Green+Blue) = 102+10+187=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #660ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660ABB is #99F544. Grayscale: #393939. Windows color (decimal): -10089797 or 12257894. OLE color: 12257894.
HSL color Cylindrical-coordinate representation of color #660ABB: hue angle of 271.19º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660ABB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 10 | 187 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.27 |
| HSL | 271.19º | 0.9% | 0.39% | - |
| HSV(B) | 271.19º | 0.95% | 0.73% | - |
| XYZ | 14.56 | 6.63 | 47.53 | - |
| YUV | 57.69 | 200.98 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 187 | 0.45 | 0.95 | 0 | 0.27 | 271.19 | 0.9 | 0.39 |
| Hex | 66 | A | BB | 2D | 5F | 0 | 1B | 10F | 5A | 27 |
| Octal | 146 | 12 | 273 | 55 | 137 | 0 | 33 | 417 | 132 | 47 |
| Binary | 1100110 | 1010 | 10111011 | 101101 | 1011111 | 0 | 11011 | 100001111 | 1011010 | 100111 |
Color Harmonies of #660ABB
Complementary color
Monochromatic Colors of #660ABB
Black with #660ABB
Text Example
Text Example
White with #660ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660ABB; }
p { color: rgb(102,10,187); }
H1.HeaderClassName
{
color: #660ABB;
}
.AnyTagClassName
{
color: #660ABB;
}
</style>
background-color css
<style>
a { background-color: #660ABB; }
a { background-color: rgb(102,10,187); }
div.DivClassName
{
background-color: #660ABB;
}
.BgClassName
{
background-color: #660ABB;
}
</style>
border-color css
<style>
span { border-color: #660ABB; }
span { border-color: rgb(102,10,187); }
td.TdClassName
{
border-color: #660ABB;
}
.TagClassName
{
border-color: #660ABB;
}
</style>