Shades of Purple Heart #660AAF
Tints of Purple Heart #660AAF
RGB
CMYK
RGB Variations
Color information
#660AAF (or 0x660AAF) is known color: Purple Heart. HEX triplet: 66, 0A and AF. RGB value is (102,10,175). Sum of RGB (Red+Green+Blue) = 102+10+175=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #660AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660AAF is #99F550. Grayscale: #373737. Windows color (decimal): -10089809 or 11471462. OLE color: 11471462.
HSL color Cylindrical-coordinate representation of color #660AAF: hue angle of 273.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660AAF is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 10 | 175 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.31 |
| HSL | 273.45º | 0.89% | 0.36% | - |
| HSV(B) | 273.45º | 0.94% | 0.69% | - |
| XYZ | 13.33 | 6.14 | 41.04 | - |
| YUV | 56.32 | 194.98 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 175 | 0.42 | 0.94 | 0 | 0.31 | 273.45 | 0.89 | 0.36 |
| Hex | 66 | A | AF | 2A | 5E | 0 | 1F | 111 | 59 | 24 |
| Octal | 146 | 12 | 257 | 52 | 136 | 0 | 37 | 421 | 131 | 44 |
| Binary | 1100110 | 1010 | 10101111 | 101010 | 1011110 | 0 | 11111 | 100010001 | 1011001 | 100100 |
Color Harmonies of #660AAF
Complementary color
Monochromatic Colors of #660AAF
Black with #660AAF
Text Example
Text Example
White with #660AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660AAF; }
p { color: rgb(102,10,175); }
H1.HeaderClassName
{
color: #660AAF;
}
.AnyTagClassName
{
color: #660AAF;
}
</style>
background-color css
<style>
a { background-color: #660AAF; }
a { background-color: rgb(102,10,175); }
div.DivClassName
{
background-color: #660AAF;
}
.BgClassName
{
background-color: #660AAF;
}
</style>
border-color css
<style>
span { border-color: #660AAF; }
span { border-color: rgb(102,10,175); }
td.TdClassName
{
border-color: #660AAF;
}
.TagClassName
{
border-color: #660AAF;
}
</style>