Shades of Purple Heart #7019AD
Tints of Purple Heart #7019AD
RGB
CMYK
RGB Variations
Color information
#7019AD (or 0x7019AD) is known color: Purple Heart. HEX triplet: 70, 19 and AD. RGB value is (112,25,173). Sum of RGB (Red+Green+Blue) = 112+25+173=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #7019AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7019AD is #8FE652. Grayscale: #434343. Windows color (decimal): -9430611 or 11344240. OLE color: 11344240.
HSL color Cylindrical-coordinate representation of color #7019AD: hue angle of 275.27º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7019AD is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 25 | 173 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.32 |
| HSL | 275.27º | 0.75% | 0.39% | - |
| HSV(B) | 275.27º | 0.86% | 0.68% | - |
| XYZ | 14.57 | 7.16 | 40.15 | - |
| YUV | 67.89 | 187.32 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 173 | 0.35 | 0.86 | 0 | 0.32 | 275.27 | 0.75 | 0.39 |
| Hex | 70 | 19 | AD | 23 | 56 | 0 | 20 | 113 | 4B | 27 |
| Octal | 160 | 31 | 255 | 43 | 126 | 0 | 40 | 423 | 113 | 47 |
| Binary | 1110000 | 11001 | 10101101 | 100011 | 1010110 | 0 | 100000 | 100010011 | 1001011 | 100111 |
Color Harmonies of #7019AD
Complementary color
Monochromatic Colors of #7019AD
Black with #7019AD
Text Example
Text Example
White with #7019AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7019AD; }
p { color: rgb(112,25,173); }
H1.HeaderClassName
{
color: #7019AD;
}
.AnyTagClassName
{
color: #7019AD;
}
</style>
background-color css
<style>
a { background-color: #7019AD; }
a { background-color: rgb(112,25,173); }
div.DivClassName
{
background-color: #7019AD;
}
.BgClassName
{
background-color: #7019AD;
}
</style>
border-color css
<style>
span { border-color: #7019AD; }
span { border-color: rgb(112,25,173); }
td.TdClassName
{
border-color: #7019AD;
}
.TagClassName
{
border-color: #7019AD;
}
</style>