Shades of Purple Heart #7012AD
Tints of Purple Heart #7012AD
RGB
CMYK
RGB Variations
Color information
#7012AD (or 0x7012AD) is known color: Purple Heart. HEX triplet: 70, 12 and AD. RGB value is (112,18,173). Sum of RGB (Red+Green+Blue) = 112+18+173=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #7012AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7012AD is #8FED52. Grayscale: #3F3F3F. Windows color (decimal): -9432403 or 11342448. OLE color: 11342448.
HSL color Cylindrical-coordinate representation of color #7012AD: hue angle of 276.39º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7012AD is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 18 | 173 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.32 |
| HSL | 276.39º | 0.81% | 0.37% | - |
| HSV(B) | 276.39º | 0.9% | 0.68% | - |
| XYZ | 14.44 | 6.89 | 40.1 | - |
| YUV | 63.78 | 189.64 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 173 | 0.35 | 0.90 | 0 | 0.32 | 276.39 | 0.81 | 0.37 |
| Hex | 70 | 12 | AD | 23 | 5A | 0 | 20 | 114 | 51 | 25 |
| Octal | 160 | 22 | 255 | 43 | 132 | 0 | 40 | 424 | 121 | 45 |
| Binary | 1110000 | 10010 | 10101101 | 100011 | 1011010 | 0 | 100000 | 100010100 | 1010001 | 100101 |
Color Harmonies of #7012AD
Complementary color
Monochromatic Colors of #7012AD
Black with #7012AD
Text Example
Text Example
White with #7012AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7012AD; }
p { color: rgb(112,18,173); }
H1.HeaderClassName
{
color: #7012AD;
}
.AnyTagClassName
{
color: #7012AD;
}
</style>
background-color css
<style>
a { background-color: #7012AD; }
a { background-color: rgb(112,18,173); }
div.DivClassName
{
background-color: #7012AD;
}
.BgClassName
{
background-color: #7012AD;
}
</style>
border-color css
<style>
span { border-color: #7012AD; }
span { border-color: rgb(112,18,173); }
td.TdClassName
{
border-color: #7012AD;
}
.TagClassName
{
border-color: #7012AD;
}
</style>