Shades of Dark Magenta #7D0AAA
Tints of Dark Magenta #7D0AAA
RGB
CMYK
RGB Variations
Color information
#7D0AAA (or 0x7D0AAA) is known color: Dark Magenta. HEX triplet: 7D, 0A and AA. RGB value is (125,10,170). Sum of RGB (Red+Green+Blue) = 125+10+170=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D0AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0AAA is #82F555. Grayscale: #3E3E3E. Windows color (decimal): -8582486 or 11143805. OLE color: 11143805.
HSL color Cylindrical-coordinate representation of color #7D0AAA: hue angle of 283.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0AAA is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 10 | 170 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.33 |
| HSL | 283.13º | 0.89% | 0.35% | - |
| HSV(B) | 283.13º | 0.94% | 0.67% | - |
| XYZ | 15.82 | 7.48 | 38.64 | - |
| YUV | 62.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 170 | 0.26 | 0.94 | 0 | 0.33 | 283.13 | 0.89 | 0.35 |
| Hex | 7D | A | AA | 1A | 5E | 0 | 21 | 11B | 59 | 23 |
| Octal | 175 | 12 | 252 | 32 | 136 | 0 | 41 | 433 | 131 | 43 |
| Binary | 1111101 | 1010 | 10101010 | 11010 | 1011110 | 0 | 100001 | 100011011 | 1011001 | 100011 |
Color Harmonies of #7D0AAA
Complementary color
Monochromatic Colors of #7D0AAA
Black with #7D0AAA
Text Example
Text Example
White with #7D0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0AAA; }
p { color: rgb(125,10,170); }
H1.HeaderClassName
{
color: #7D0AAA;
}
.AnyTagClassName
{
color: #7D0AAA;
}
</style>
background-color css
<style>
a { background-color: #7D0AAA; }
a { background-color: rgb(125,10,170); }
div.DivClassName
{
background-color: #7D0AAA;
}
.BgClassName
{
background-color: #7D0AAA;
}
</style>
border-color css
<style>
span { border-color: #7D0AAA; }
span { border-color: rgb(125,10,170); }
td.TdClassName
{
border-color: #7D0AAA;
}
.TagClassName
{
border-color: #7D0AAA;
}
</style>