Shades of Dark Magenta #7E12AB
Tints of Dark Magenta #7E12AB
RGB
CMYK
RGB Variations
Color information
#7E12AB (or 0x7E12AB) is known color: Dark Magenta. HEX triplet: 7E, 12 and AB. RGB value is (126,18,171). Sum of RGB (Red+Green+Blue) = 126+18+171=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 18 (7.42% from 255 or 5.71% 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 #7E12AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E12AB is #81ED54. Grayscale: #434343. Windows color (decimal): -8514901 or 11211390. OLE color: 11211390.
HSL color Cylindrical-coordinate representation of color #7E12AB: hue angle of 282.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E12AB is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 18 | 171 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.33 |
| HSL | 282.35º | 0.81% | 0.37% | - |
| HSV(B) | 282.35º | 0.89% | 0.67% | - |
| XYZ | 16.17 | 7.81 | 39.18 | - |
| YUV | 67.73 | 186.28 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 171 | 0.26 | 0.89 | 0 | 0.33 | 282.35 | 0.81 | 0.37 |
| Hex | 7E | 12 | AB | 1A | 59 | 0 | 21 | 11A | 51 | 25 |
| Octal | 176 | 22 | 253 | 32 | 131 | 0 | 41 | 432 | 121 | 45 |
| Binary | 1111110 | 10010 | 10101011 | 11010 | 1011001 | 0 | 100001 | 100011010 | 1010001 | 100101 |
Color Harmonies of #7E12AB
Complementary color
Monochromatic Colors of #7E12AB
Black with #7E12AB
Text Example
Text Example
White with #7E12AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E12AB; }
p { color: rgb(126,18,171); }
H1.HeaderClassName
{
color: #7E12AB;
}
.AnyTagClassName
{
color: #7E12AB;
}
</style>
background-color css
<style>
a { background-color: #7E12AB; }
a { background-color: rgb(126,18,171); }
div.DivClassName
{
background-color: #7E12AB;
}
.BgClassName
{
background-color: #7E12AB;
}
</style>
border-color css
<style>
span { border-color: #7E12AB; }
span { border-color: rgb(126,18,171); }
td.TdClassName
{
border-color: #7E12AB;
}
.TagClassName
{
border-color: #7E12AB;
}
</style>