Shades of Dark Magenta #7D0EA8
Tints of Dark Magenta #7D0EA8
RGB
CMYK
RGB Variations
Color information
#7D0EA8 (or 0x7D0EA8) is known color: Dark Magenta. HEX triplet: 7D, 0E and A8. RGB value is (125,14,168). Sum of RGB (Red+Green+Blue) = 125+14+168=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 168 (66.02% from 255 or 54.72% from 307); Max value from RGB is 168 - color contains mainly: blue. Hex color #7D0EA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0EA8 is #82F157. Grayscale: #404040. Windows color (decimal): -8581464 or 11013757. OLE color: 11013757.
HSL color Cylindrical-coordinate representation of color #7D0EA8: hue angle of 283.25º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0EA8 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 14 | 168 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.34 |
| HSL | 283.25º | 0.85% | 0.36% | - |
| HSV(B) | 283.25º | 0.92% | 0.66% | - |
| XYZ | 15.68 | 7.5 | 37.67 | - |
| YUV | 64.75 | 186.27 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 14 | 168 | 0.26 | 0.92 | 0 | 0.34 | 283.25 | 0.85 | 0.36 |
| Hex | 7D | E | A8 | 1A | 5C | 0 | 22 | 11B | 55 | 24 |
| Octal | 175 | 16 | 250 | 32 | 134 | 0 | 42 | 433 | 125 | 44 |
| Binary | 1111101 | 1110 | 10101000 | 11010 | 1011100 | 0 | 100010 | 100011011 | 1010101 | 100100 |
Color Harmonies of #7D0EA8
Complementary color
Monochromatic Colors of #7D0EA8
Black with #7D0EA8
Text Example
Text Example
White with #7D0EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0EA8; }
p { color: rgb(125,14,168); }
H1.HeaderClassName
{
color: #7D0EA8;
}
.AnyTagClassName
{
color: #7D0EA8;
}
</style>
background-color css
<style>
a { background-color: #7D0EA8; }
a { background-color: rgb(125,14,168); }
div.DivClassName
{
background-color: #7D0EA8;
}
.BgClassName
{
background-color: #7D0EA8;
}
</style>
border-color css
<style>
span { border-color: #7D0EA8; }
span { border-color: rgb(125,14,168); }
td.TdClassName
{
border-color: #7D0EA8;
}
.TagClassName
{
border-color: #7D0EA8;
}
</style>