Shades of Purple Heart #7014AB
Tints of Purple Heart #7014AB
RGB
CMYK
RGB Variations
Color information
#7014AB (or 0x7014AB) is known color: Purple Heart. HEX triplet: 70, 14 and AB. RGB value is (112,20,171). Sum of RGB (Red+Green+Blue) = 112+20+171=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #7014AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7014AB is #8FEB54. Grayscale: #404040. Windows color (decimal): -9431893 or 11211888. OLE color: 11211888.
HSL color Cylindrical-coordinate representation of color #7014AB: hue angle of 276.56º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7014AB is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 20 | 171 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.33 |
| HSL | 276.56º | 0.79% | 0.37% | - |
| HSV(B) | 276.56º | 0.88% | 0.67% | - |
| XYZ | 14.28 | 6.89 | 39.1 | - |
| YUV | 64.72 | 187.98 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 171 | 0.35 | 0.88 | 0 | 0.33 | 276.56 | 0.79 | 0.37 |
| Hex | 70 | 14 | AB | 23 | 58 | 0 | 21 | 115 | 4F | 25 |
| Octal | 160 | 24 | 253 | 43 | 130 | 0 | 41 | 425 | 117 | 45 |
| Binary | 1110000 | 10100 | 10101011 | 100011 | 1011000 | 0 | 100001 | 100010101 | 1001111 | 100101 |
Color Harmonies of #7014AB
Complementary color
Monochromatic Colors of #7014AB
Black with #7014AB
Text Example
Text Example
White with #7014AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7014AB; }
p { color: rgb(112,20,171); }
H1.HeaderClassName
{
color: #7014AB;
}
.AnyTagClassName
{
color: #7014AB;
}
</style>
background-color css
<style>
a { background-color: #7014AB; }
a { background-color: rgb(112,20,171); }
div.DivClassName
{
background-color: #7014AB;
}
.BgClassName
{
background-color: #7014AB;
}
</style>
border-color css
<style>
span { border-color: #7014AB; }
span { border-color: rgb(112,20,171); }
td.TdClassName
{
border-color: #7014AB;
}
.TagClassName
{
border-color: #7014AB;
}
</style>