Shades of Purple Heart #7020AB
Tints of Purple Heart #7020AB
RGB
CMYK
RGB Variations
Color information
#7020AB (or 0x7020AB) is known color: Purple Heart. HEX triplet: 70, 20 and AB. RGB value is (112,32,171). Sum of RGB (Red+Green+Blue) = 112+32+171=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #7020AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7020AB is #8FDF54. Grayscale: #474747. Windows color (decimal): -9428821 or 11214960. OLE color: 11214960.
HSL color Cylindrical-coordinate representation of color #7020AB: hue angle of 274.53º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7020AB is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 32 | 171 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.33 |
| HSL | 274.53º | 0.68% | 0.4% | - |
| HSV(B) | 274.53º | 0.81% | 0.67% | - |
| XYZ | 14.55 | 7.42 | 39.19 | - |
| YUV | 71.77 | 184 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 171 | 0.35 | 0.81 | 0 | 0.33 | 274.53 | 0.68 | 0.4 |
| Hex | 70 | 20 | AB | 23 | 51 | 0 | 21 | 113 | 44 | 28 |
| Octal | 160 | 40 | 253 | 43 | 121 | 0 | 41 | 423 | 104 | 50 |
| Binary | 1110000 | 100000 | 10101011 | 100011 | 1010001 | 0 | 100001 | 100010011 | 1000100 | 101000 |
Color Harmonies of #7020AB
Complementary color
Monochromatic Colors of #7020AB
Black with #7020AB
Text Example
Text Example
White with #7020AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7020AB; }
p { color: rgb(112,32,171); }
H1.HeaderClassName
{
color: #7020AB;
}
.AnyTagClassName
{
color: #7020AB;
}
</style>
background-color css
<style>
a { background-color: #7020AB; }
a { background-color: rgb(112,32,171); }
div.DivClassName
{
background-color: #7020AB;
}
.BgClassName
{
background-color: #7020AB;
}
</style>
border-color css
<style>
span { border-color: #7020AB; }
span { border-color: rgb(112,32,171); }
td.TdClassName
{
border-color: #7020AB;
}
.TagClassName
{
border-color: #7020AB;
}
</style>