Shades of Purple Heart #660FAC
Tints of Purple Heart #660FAC
RGB
CMYK
RGB Variations
Color information
#660FAC (or 0x660FAC) is known color: Purple Heart. HEX triplet: 66, 0F and AC. RGB value is (102,15,172). Sum of RGB (Red+Green+Blue) = 102+15+172=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #660FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660FAC is #99F053. Grayscale: #3A3A3A. Windows color (decimal): -10088532 or 11276134. OLE color: 11276134.
HSL color Cylindrical-coordinate representation of color #660FAC: hue angle of 273.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660FAC is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 15 | 172 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.33 |
| HSL | 273.25º | 0.84% | 0.37% | - |
| HSV(B) | 273.25º | 0.91% | 0.67% | - |
| XYZ | 13.1 | 6.14 | 39.53 | - |
| YUV | 58.91 | 191.82 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 172 | 0.41 | 0.91 | 0 | 0.33 | 273.25 | 0.84 | 0.37 |
| Hex | 66 | F | AC | 29 | 5B | 0 | 21 | 111 | 54 | 25 |
| Octal | 146 | 17 | 254 | 51 | 133 | 0 | 41 | 421 | 124 | 45 |
| Binary | 1100110 | 1111 | 10101100 | 101001 | 1011011 | 0 | 100001 | 100010001 | 1010100 | 100101 |
Color Harmonies of #660FAC
Complementary color
Monochromatic Colors of #660FAC
Black with #660FAC
Text Example
Text Example
White with #660FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FAC; }
p { color: rgb(102,15,172); }
H1.HeaderClassName
{
color: #660FAC;
}
.AnyTagClassName
{
color: #660FAC;
}
</style>
background-color css
<style>
a { background-color: #660FAC; }
a { background-color: rgb(102,15,172); }
div.DivClassName
{
background-color: #660FAC;
}
.BgClassName
{
background-color: #660FAC;
}
</style>
border-color css
<style>
span { border-color: #660FAC; }
span { border-color: rgb(102,15,172); }
td.TdClassName
{
border-color: #660FAC;
}
.TagClassName
{
border-color: #660FAC;
}
</style>