Shades of Dark Magenta #7E04AA
Tints of Dark Magenta #7E04AA
RGB
CMYK
RGB Variations
Color information
#7E04AA (or 0x7E04AA) is known color: Dark Magenta. HEX triplet: 7E, 04 and AA. RGB value is (126,4,170). Sum of RGB (Red+Green+Blue) = 126+4+170=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E04AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E04AA is #81FB55. Grayscale: #3A3A3A. Windows color (decimal): -8518486 or 11142270. OLE color: 11142270.
HSL color Cylindrical-coordinate representation of color #7E04AA: hue angle of 284.1º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E04AA is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 4 | 170 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.33 |
| HSL | 284.1º | 0.95% | 0.34% | - |
| HSV(B) | 284.1º | 0.98% | 0.67% | - |
| XYZ | 15.9 | 7.42 | 38.63 | - |
| YUV | 59.4 | 190.42 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 170 | 0.26 | 0.98 | 0 | 0.33 | 284.1 | 0.95 | 0.34 |
| Hex | 7E | 4 | AA | 1A | 62 | 0 | 21 | 11C | 5F | 22 |
| Octal | 176 | 4 | 252 | 32 | 142 | 0 | 41 | 434 | 137 | 42 |
| Binary | 1111110 | 100 | 10101010 | 11010 | 1100010 | 0 | 100001 | 100011100 | 1011111 | 100010 |
Color Harmonies of #7E04AA
Complementary color
Monochromatic Colors of #7E04AA
Black with #7E04AA
Text Example
Text Example
White with #7E04AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E04AA; }
p { color: rgb(126,4,170); }
H1.HeaderClassName
{
color: #7E04AA;
}
.AnyTagClassName
{
color: #7E04AA;
}
</style>
background-color css
<style>
a { background-color: #7E04AA; }
a { background-color: rgb(126,4,170); }
div.DivClassName
{
background-color: #7E04AA;
}
.BgClassName
{
background-color: #7E04AA;
}
</style>
border-color css
<style>
span { border-color: #7E04AA; }
span { border-color: rgb(126,4,170); }
td.TdClassName
{
border-color: #7E04AA;
}
.TagClassName
{
border-color: #7E04AA;
}
</style>