Shades of Purple Heart #7019AA
Tints of Purple Heart #7019AA
RGB
CMYK
RGB Variations
Color information
#7019AA (or 0x7019AA) is known color: Purple Heart. HEX triplet: 70, 19 and AA. RGB value is (112,25,170). Sum of RGB (Red+Green+Blue) = 112+25+170=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #7019AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7019AA is #8FE655. Grayscale: #434343. Windows color (decimal): -9430614 or 11147632. OLE color: 11147632.
HSL color Cylindrical-coordinate representation of color #7019AA: hue angle of 276º 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 #7019AA is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 25 | 170 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.33 |
| HSL | 276º | 0.74% | 0.38% | - |
| HSV(B) | 276º | 0.85% | 0.67% | - |
| XYZ | 14.29 | 7.04 | 38.64 | - |
| YUV | 67.54 | 185.82 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 170 | 0.34 | 0.85 | 0 | 0.33 | 276 | 0.74 | 0.38 |
| Hex | 70 | 19 | AA | 22 | 55 | 0 | 21 | 114 | 4A | 26 |
| Octal | 160 | 31 | 252 | 42 | 125 | 0 | 41 | 424 | 112 | 46 |
| Binary | 1110000 | 11001 | 10101010 | 100010 | 1010101 | 0 | 100001 | 100010100 | 1001010 | 100110 |
Color Harmonies of #7019AA
Complementary color
Monochromatic Colors of #7019AA
Black with #7019AA
Text Example
Text Example
White with #7019AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7019AA; }
p { color: rgb(112,25,170); }
H1.HeaderClassName
{
color: #7019AA;
}
.AnyTagClassName
{
color: #7019AA;
}
</style>
background-color css
<style>
a { background-color: #7019AA; }
a { background-color: rgb(112,25,170); }
div.DivClassName
{
background-color: #7019AA;
}
.BgClassName
{
background-color: #7019AA;
}
</style>
border-color css
<style>
span { border-color: #7019AA; }
span { border-color: rgb(112,25,170); }
td.TdClassName
{
border-color: #7019AA;
}
.TagClassName
{
border-color: #7019AA;
}
</style>