Shades of Dark Magenta #7D0EAB
Tints of Dark Magenta #7D0EAB
RGB
CMYK
RGB Variations
Color information
#7D0EAB (or 0x7D0EAB) is known color: Dark Magenta. HEX triplet: 7D, 0E and AB. RGB value is (125,14,171). Sum of RGB (Red+Green+Blue) = 125+14+171=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D0EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0EAB is #82F154. Grayscale: #404040. Windows color (decimal): -8581461 or 11210365. OLE color: 11210365.
HSL color Cylindrical-coordinate representation of color #7D0EAB: hue angle of 282.42º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0EAB is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 14 | 171 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.33 |
| HSL | 282.42º | 0.85% | 0.36% | - |
| HSV(B) | 282.42º | 0.92% | 0.67% | - |
| XYZ | 15.97 | 7.61 | 39.16 | - |
| YUV | 65.09 | 187.77 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 14 | 171 | 0.27 | 0.92 | 0 | 0.33 | 282.42 | 0.85 | 0.36 |
| Hex | 7D | E | AB | 1B | 5C | 0 | 21 | 11A | 55 | 24 |
| Octal | 175 | 16 | 253 | 33 | 134 | 0 | 41 | 432 | 125 | 44 |
| Binary | 1111101 | 1110 | 10101011 | 11011 | 1011100 | 0 | 100001 | 100011010 | 1010101 | 100100 |
Color Harmonies of #7D0EAB
Complementary color
Monochromatic Colors of #7D0EAB
Black with #7D0EAB
Text Example
Text Example
White with #7D0EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0EAB; }
p { color: rgb(125,14,171); }
H1.HeaderClassName
{
color: #7D0EAB;
}
.AnyTagClassName
{
color: #7D0EAB;
}
</style>
background-color css
<style>
a { background-color: #7D0EAB; }
a { background-color: rgb(125,14,171); }
div.DivClassName
{
background-color: #7D0EAB;
}
.BgClassName
{
background-color: #7D0EAB;
}
</style>
border-color css
<style>
span { border-color: #7D0EAB; }
span { border-color: rgb(125,14,171); }
td.TdClassName
{
border-color: #7D0EAB;
}
.TagClassName
{
border-color: #7D0EAB;
}
</style>