Shades of Purple Heart #7119AB
Tints of Purple Heart #7119AB
RGB
CMYK
RGB Variations
Color information
#7119AB (or 0x7119AB) is known color: Purple Heart. HEX triplet: 71, 19 and AB. RGB value is (113,25,171). Sum of RGB (Red+Green+Blue) = 113+25+171=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #7119AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7119AB is #8EE654. Grayscale: #434343. Windows color (decimal): -9365077 or 11213169. OLE color: 11213169.
HSL color Cylindrical-coordinate representation of color #7119AB: hue angle of 276.16º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7119AB is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 25 | 171 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.33 |
| HSL | 276.16º | 0.74% | 0.38% | - |
| HSV(B) | 276.16º | 0.85% | 0.67% | - |
| XYZ | 14.51 | 7.15 | 39.14 | - |
| YUV | 67.96 | 186.15 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 171 | 0.34 | 0.85 | 0 | 0.33 | 276.16 | 0.74 | 0.38 |
| Hex | 71 | 19 | AB | 22 | 55 | 0 | 21 | 114 | 4A | 26 |
| Octal | 161 | 31 | 253 | 42 | 125 | 0 | 41 | 424 | 112 | 46 |
| Binary | 1110001 | 11001 | 10101011 | 100010 | 1010101 | 0 | 100001 | 100010100 | 1001010 | 100110 |
Color Harmonies of #7119AB
Complementary color
Monochromatic Colors of #7119AB
Black with #7119AB
Text Example
Text Example
White with #7119AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7119AB; }
p { color: rgb(113,25,171); }
H1.HeaderClassName
{
color: #7119AB;
}
.AnyTagClassName
{
color: #7119AB;
}
</style>
background-color css
<style>
a { background-color: #7119AB; }
a { background-color: rgb(113,25,171); }
div.DivClassName
{
background-color: #7119AB;
}
.BgClassName
{
background-color: #7119AB;
}
</style>
border-color css
<style>
span { border-color: #7119AB; }
span { border-color: rgb(113,25,171); }
td.TdClassName
{
border-color: #7119AB;
}
.TagClassName
{
border-color: #7119AB;
}
</style>