Shades of Purple Heart #7912AB
Tints of Purple Heart #7912AB
RGB
CMYK
RGB Variations
Color information
#7912AB (or 0x7912AB) is known color: Purple Heart. HEX triplet: 79, 12 and AB. RGB value is (121,18,171). Sum of RGB (Red+Green+Blue) = 121+18+171=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #7912AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7912AB is #86ED54. Grayscale: #414141. Windows color (decimal): -8842581 or 11211385. OLE color: 11211385.
HSL color Cylindrical-coordinate representation of color #7912AB: hue angle of 280.39º 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 #7912AB is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 18 | 171 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.33 |
| HSL | 280.39º | 0.81% | 0.37% | - |
| HSV(B) | 280.39º | 0.89% | 0.67% | - |
| XYZ | 15.45 | 7.44 | 39.15 | - |
| YUV | 66.24 | 187.12 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 18 | 171 | 0.29 | 0.89 | 0 | 0.33 | 280.39 | 0.81 | 0.37 |
| Hex | 79 | 12 | AB | 1D | 59 | 0 | 21 | 118 | 51 | 25 |
| Octal | 171 | 22 | 253 | 35 | 131 | 0 | 41 | 430 | 121 | 45 |
| Binary | 1111001 | 10010 | 10101011 | 11101 | 1011001 | 0 | 100001 | 100011000 | 1010001 | 100101 |
Color Harmonies of #7912AB
Complementary color
Monochromatic Colors of #7912AB
Black with #7912AB
Text Example
Text Example
White with #7912AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7912AB; }
p { color: rgb(121,18,171); }
H1.HeaderClassName
{
color: #7912AB;
}
.AnyTagClassName
{
color: #7912AB;
}
</style>
background-color css
<style>
a { background-color: #7912AB; }
a { background-color: rgb(121,18,171); }
div.DivClassName
{
background-color: #7912AB;
}
.BgClassName
{
background-color: #7912AB;
}
</style>
border-color css
<style>
span { border-color: #7912AB; }
span { border-color: rgb(121,18,171); }
td.TdClassName
{
border-color: #7912AB;
}
.TagClassName
{
border-color: #7912AB;
}
</style>