Shades of Dark Magenta #7D10AA
Tints of Dark Magenta #7D10AA
RGB
CMYK
RGB Variations
Color information
#7D10AA (or 0x7D10AA) is known color: Dark Magenta. HEX triplet: 7D, 10 and AA. RGB value is (125,16,170). Sum of RGB (Red+Green+Blue) = 125+16+170=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D10AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D10AA is #82EF55. Grayscale: #414141. Windows color (decimal): -8580950 or 11145341. OLE color: 11145341.
HSL color Cylindrical-coordinate representation of color #7D10AA: hue angle of 282.47º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D10AA is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 16 | 170 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.33 |
| HSL | 282.47º | 0.83% | 0.36% | - |
| HSV(B) | 282.47º | 0.91% | 0.67% | - |
| XYZ | 15.9 | 7.63 | 38.67 | - |
| YUV | 66.15 | 186.61 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 170 | 0.26 | 0.91 | 0 | 0.33 | 282.47 | 0.83 | 0.36 |
| Hex | 7D | 10 | AA | 1A | 5B | 0 | 21 | 11A | 53 | 24 |
| Octal | 175 | 20 | 252 | 32 | 133 | 0 | 41 | 432 | 123 | 44 |
| Binary | 1111101 | 10000 | 10101010 | 11010 | 1011011 | 0 | 100001 | 100011010 | 1010011 | 100100 |
Color Harmonies of #7D10AA
Complementary color
Monochromatic Colors of #7D10AA
Black with #7D10AA
Text Example
Text Example
White with #7D10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D10AA; }
p { color: rgb(125,16,170); }
H1.HeaderClassName
{
color: #7D10AA;
}
.AnyTagClassName
{
color: #7D10AA;
}
</style>
background-color css
<style>
a { background-color: #7D10AA; }
a { background-color: rgb(125,16,170); }
div.DivClassName
{
background-color: #7D10AA;
}
.BgClassName
{
background-color: #7D10AA;
}
</style>
border-color css
<style>
span { border-color: #7D10AA; }
span { border-color: rgb(125,16,170); }
td.TdClassName
{
border-color: #7D10AA;
}
.TagClassName
{
border-color: #7D10AA;
}
</style>