Shades of Purple Heart #7512AB
Tints of Purple Heart #7512AB
RGB
CMYK
RGB Variations
Color information
#7512AB (or 0x7512AB) is known color: Purple Heart. HEX triplet: 75, 12 and AB. RGB value is (117,18,171). Sum of RGB (Red+Green+Blue) = 117+18+171=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #7512AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7512AB is #8AED54. Grayscale: #404040. Windows color (decimal): -9104725 or 11211381. OLE color: 11211381.
HSL color Cylindrical-coordinate representation of color #7512AB: hue angle of 278.82º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7512AB is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 18 | 171 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.33 |
| HSL | 278.82º | 0.81% | 0.37% | - |
| HSV(B) | 278.82º | 0.89% | 0.67% | - |
| XYZ | 14.9 | 7.15 | 39.12 | - |
| YUV | 65.04 | 187.8 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 171 | 0.32 | 0.89 | 0 | 0.33 | 278.82 | 0.81 | 0.37 |
| Hex | 75 | 12 | AB | 20 | 59 | 0 | 21 | 117 | 51 | 25 |
| Octal | 165 | 22 | 253 | 40 | 131 | 0 | 41 | 427 | 121 | 45 |
| Binary | 1110101 | 10010 | 10101011 | 100000 | 1011001 | 0 | 100001 | 100010111 | 1010001 | 100101 |
Color Harmonies of #7512AB
Complementary color
Monochromatic Colors of #7512AB
Black with #7512AB
Text Example
Text Example
White with #7512AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7512AB; }
p { color: rgb(117,18,171); }
H1.HeaderClassName
{
color: #7512AB;
}
.AnyTagClassName
{
color: #7512AB;
}
</style>
background-color css
<style>
a { background-color: #7512AB; }
a { background-color: rgb(117,18,171); }
div.DivClassName
{
background-color: #7512AB;
}
.BgClassName
{
background-color: #7512AB;
}
</style>
border-color css
<style>
span { border-color: #7512AB; }
span { border-color: rgb(117,18,171); }
td.TdClassName
{
border-color: #7512AB;
}
.TagClassName
{
border-color: #7512AB;
}
</style>