Shades of Purple Heart #7019AB
Tints of Purple Heart #7019AB
RGB
CMYK
RGB Variations
Color information
#7019AB (or 0x7019AB) is known color: Purple Heart. HEX triplet: 70, 19 and AB. RGB value is (112,25,171). Sum of RGB (Red+Green+Blue) = 112+25+171=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #7019AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7019AB is #8FE654. Grayscale: #434343. Windows color (decimal): -9430613 or 11213168. OLE color: 11213168.
HSL color Cylindrical-coordinate representation of color #7019AB: hue angle of 275.75º 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 #7019AB is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 25 | 171 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.33 |
| HSL | 275.75º | 0.74% | 0.38% | - |
| HSV(B) | 275.75º | 0.85% | 0.67% | - |
| XYZ | 14.38 | 7.08 | 39.14 | - |
| YUV | 67.66 | 186.32 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 171 | 0.35 | 0.85 | 0 | 0.33 | 275.75 | 0.74 | 0.38 |
| Hex | 70 | 19 | AB | 23 | 55 | 0 | 21 | 114 | 4A | 26 |
| Octal | 160 | 31 | 253 | 43 | 125 | 0 | 41 | 424 | 112 | 46 |
| Binary | 1110000 | 11001 | 10101011 | 100011 | 1010101 | 0 | 100001 | 100010100 | 1001010 | 100110 |
Color Harmonies of #7019AB
Complementary color
Monochromatic Colors of #7019AB
Black with #7019AB
Text Example
Text Example
White with #7019AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7019AB; }
p { color: rgb(112,25,171); }
H1.HeaderClassName
{
color: #7019AB;
}
.AnyTagClassName
{
color: #7019AB;
}
</style>
background-color css
<style>
a { background-color: #7019AB; }
a { background-color: rgb(112,25,171); }
div.DivClassName
{
background-color: #7019AB;
}
.BgClassName
{
background-color: #7019AB;
}
</style>
border-color css
<style>
span { border-color: #7019AB; }
span { border-color: rgb(112,25,171); }
td.TdClassName
{
border-color: #7019AB;
}
.TagClassName
{
border-color: #7019AB;
}
</style>