Shades of Purple Heart #7011AB
Tints of Purple Heart #7011AB
RGB
CMYK
RGB Variations
Color information
#7011AB (or 0x7011AB) is known color: Purple Heart. HEX triplet: 70, 11 and AB. RGB value is (112,17,171). Sum of RGB (Red+Green+Blue) = 112+17+171=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #7011AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7011AB is #8FEE54. Grayscale: #3E3E3E. Windows color (decimal): -9432661 or 11211120. OLE color: 11211120.
HSL color Cylindrical-coordinate representation of color #7011AB: hue angle of 277.01º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7011AB is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 17 | 171 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.33 |
| HSL | 277.01º | 0.82% | 0.37% | - |
| HSV(B) | 277.01º | 0.9% | 0.67% | - |
| XYZ | 14.23 | 6.79 | 39.09 | - |
| YUV | 62.96 | 188.97 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 171 | 0.35 | 0.90 | 0 | 0.33 | 277.01 | 0.82 | 0.37 |
| Hex | 70 | 11 | AB | 23 | 5A | 0 | 21 | 115 | 52 | 25 |
| Octal | 160 | 21 | 253 | 43 | 132 | 0 | 41 | 425 | 122 | 45 |
| Binary | 1110000 | 10001 | 10101011 | 100011 | 1011010 | 0 | 100001 | 100010101 | 1010010 | 100101 |
Color Harmonies of #7011AB
Complementary color
Monochromatic Colors of #7011AB
Black with #7011AB
Text Example
Text Example
White with #7011AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7011AB; }
p { color: rgb(112,17,171); }
H1.HeaderClassName
{
color: #7011AB;
}
.AnyTagClassName
{
color: #7011AB;
}
</style>
background-color css
<style>
a { background-color: #7011AB; }
a { background-color: rgb(112,17,171); }
div.DivClassName
{
background-color: #7011AB;
}
.BgClassName
{
background-color: #7011AB;
}
</style>
border-color css
<style>
span { border-color: #7011AB; }
span { border-color: rgb(112,17,171); }
td.TdClassName
{
border-color: #7011AB;
}
.TagClassName
{
border-color: #7011AB;
}
</style>