Shades of Purple Heart #7915AB
Tints of Purple Heart #7915AB
RGB
CMYK
RGB Variations
Color information
#7915AB (or 0x7915AB) is known color: Purple Heart. HEX triplet: 79, 15 and AB. RGB value is (121,21,171). Sum of RGB (Red+Green+Blue) = 121+21+171=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #7915AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7915AB is #86EA54. Grayscale: #434343. Windows color (decimal): -8841813 or 11212153. OLE color: 11212153.
HSL color Cylindrical-coordinate representation of color #7915AB: hue angle of 280º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7915AB is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 21 | 171 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.33 |
| HSL | 280º | 0.78% | 0.38% | - |
| HSV(B) | 280º | 0.88% | 0.67% | - |
| XYZ | 15.5 | 7.54 | 39.17 | - |
| YUV | 68 | 186.13 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 21 | 171 | 0.29 | 0.88 | 0 | 0.33 | 280 | 0.78 | 0.38 |
| Hex | 79 | 15 | AB | 1D | 58 | 0 | 21 | 118 | 4E | 26 |
| Octal | 171 | 25 | 253 | 35 | 130 | 0 | 41 | 430 | 116 | 46 |
| Binary | 1111001 | 10101 | 10101011 | 11101 | 1011000 | 0 | 100001 | 100011000 | 1001110 | 100110 |
Color Harmonies of #7915AB
Complementary color
Monochromatic Colors of #7915AB
Black with #7915AB
Text Example
Text Example
White with #7915AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7915AB; }
p { color: rgb(121,21,171); }
H1.HeaderClassName
{
color: #7915AB;
}
.AnyTagClassName
{
color: #7915AB;
}
</style>
background-color css
<style>
a { background-color: #7915AB; }
a { background-color: rgb(121,21,171); }
div.DivClassName
{
background-color: #7915AB;
}
.BgClassName
{
background-color: #7915AB;
}
</style>
border-color css
<style>
span { border-color: #7915AB; }
span { border-color: rgb(121,21,171); }
td.TdClassName
{
border-color: #7915AB;
}
.TagClassName
{
border-color: #7915AB;
}
</style>