Shades of Dark Magenta #7E10AA
Tints of Dark Magenta #7E10AA
RGB
CMYK
RGB Variations
Color information
#7E10AA (or 0x7E10AA) is known color: Dark Magenta. HEX triplet: 7E, 10 and AA. RGB value is (126,16,170). Sum of RGB (Red+Green+Blue) = 126+16+170=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E10AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E10AA is #81EF55. Grayscale: #414141. Windows color (decimal): -8515414 or 11145342. OLE color: 11145342.
HSL color Cylindrical-coordinate representation of color #7E10AA: hue angle of 282.86º 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 #7E10AA is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 16 | 170 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.33 |
| HSL | 282.86º | 0.83% | 0.36% | - |
| HSV(B) | 282.86º | 0.91% | 0.67% | - |
| XYZ | 16.05 | 7.71 | 38.67 | - |
| YUV | 66.45 | 186.44 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 170 | 0.26 | 0.91 | 0 | 0.33 | 282.86 | 0.83 | 0.36 |
| Hex | 7E | 10 | AA | 1A | 5B | 0 | 21 | 11B | 53 | 24 |
| Octal | 176 | 20 | 252 | 32 | 133 | 0 | 41 | 433 | 123 | 44 |
| Binary | 1111110 | 10000 | 10101010 | 11010 | 1011011 | 0 | 100001 | 100011011 | 1010011 | 100100 |
Color Harmonies of #7E10AA
Complementary color
Monochromatic Colors of #7E10AA
Black with #7E10AA
Text Example
Text Example
White with #7E10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E10AA; }
p { color: rgb(126,16,170); }
H1.HeaderClassName
{
color: #7E10AA;
}
.AnyTagClassName
{
color: #7E10AA;
}
</style>
background-color css
<style>
a { background-color: #7E10AA; }
a { background-color: rgb(126,16,170); }
div.DivClassName
{
background-color: #7E10AA;
}
.BgClassName
{
background-color: #7E10AA;
}
</style>
border-color css
<style>
span { border-color: #7E10AA; }
span { border-color: rgb(126,16,170); }
td.TdClassName
{
border-color: #7E10AA;
}
.TagClassName
{
border-color: #7E10AA;
}
</style>