Shades of Purple Heart #660AAC
Tints of Purple Heart #660AAC
RGB
CMYK
RGB Variations
Color information
#660AAC (or 0x660AAC) is known color: Purple Heart. HEX triplet: 66, 0A and AC. RGB value is (102,10,172). Sum of RGB (Red+Green+Blue) = 102+10+172=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #660AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660AAC is #99F553. Grayscale: #373737. Windows color (decimal): -10089812 or 11274854. OLE color: 11274854.
HSL color Cylindrical-coordinate representation of color #660AAC: hue angle of 274.07º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660AAC is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 10 | 172 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.33 |
| HSL | 274.07º | 0.89% | 0.36% | - |
| HSV(B) | 274.07º | 0.94% | 0.67% | - |
| XYZ | 13.03 | 6.02 | 39.5 | - |
| YUV | 55.98 | 193.48 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 172 | 0.41 | 0.94 | 0 | 0.33 | 274.07 | 0.89 | 0.36 |
| Hex | 66 | A | AC | 29 | 5E | 0 | 21 | 112 | 59 | 24 |
| Octal | 146 | 12 | 254 | 51 | 136 | 0 | 41 | 422 | 131 | 44 |
| Binary | 1100110 | 1010 | 10101100 | 101001 | 1011110 | 0 | 100001 | 100010010 | 1011001 | 100100 |
Color Harmonies of #660AAC
Complementary color
Monochromatic Colors of #660AAC
Black with #660AAC
Text Example
Text Example
White with #660AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660AAC; }
p { color: rgb(102,10,172); }
H1.HeaderClassName
{
color: #660AAC;
}
.AnyTagClassName
{
color: #660AAC;
}
</style>
background-color css
<style>
a { background-color: #660AAC; }
a { background-color: rgb(102,10,172); }
div.DivClassName
{
background-color: #660AAC;
}
.BgClassName
{
background-color: #660AAC;
}
</style>
border-color css
<style>
span { border-color: #660AAC; }
span { border-color: rgb(102,10,172); }
td.TdClassName
{
border-color: #660AAC;
}
.TagClassName
{
border-color: #660AAC;
}
</style>