Shades of Dark Magenta #7E04AB
Tints of Dark Magenta #7E04AB
RGB
CMYK
RGB Variations
Color information
#7E04AB (or 0x7E04AB) is known color: Dark Magenta. HEX triplet: 7E, 04 and AB. RGB value is (126,4,171). Sum of RGB (Red+Green+Blue) = 126+4+171=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E04AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E04AB is #81FB54. Grayscale: #3A3A3A. Windows color (decimal): -8518485 or 11207806. OLE color: 11207806.
HSL color Cylindrical-coordinate representation of color #7E04AB: hue angle of 283.83º 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 #7E04AB is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 4 | 171 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.33 |
| HSL | 283.83º | 0.95% | 0.34% | - |
| HSV(B) | 283.83º | 0.98% | 0.67% | - |
| XYZ | 16 | 7.46 | 39.13 | - |
| YUV | 59.52 | 190.92 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 171 | 0.26 | 0.98 | 0 | 0.33 | 283.83 | 0.95 | 0.34 |
| Hex | 7E | 4 | AB | 1A | 62 | 0 | 21 | 11C | 5F | 22 |
| Octal | 176 | 4 | 253 | 32 | 142 | 0 | 41 | 434 | 137 | 42 |
| Binary | 1111110 | 100 | 10101011 | 11010 | 1100010 | 0 | 100001 | 100011100 | 1011111 | 100010 |
Color Harmonies of #7E04AB
Complementary color
Monochromatic Colors of #7E04AB
Black with #7E04AB
Text Example
Text Example
White with #7E04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E04AB; }
p { color: rgb(126,4,171); }
H1.HeaderClassName
{
color: #7E04AB;
}
.AnyTagClassName
{
color: #7E04AB;
}
</style>
background-color css
<style>
a { background-color: #7E04AB; }
a { background-color: rgb(126,4,171); }
div.DivClassName
{
background-color: #7E04AB;
}
.BgClassName
{
background-color: #7E04AB;
}
</style>
border-color css
<style>
span { border-color: #7E04AB; }
span { border-color: rgb(126,4,171); }
td.TdClassName
{
border-color: #7E04AB;
}
.TagClassName
{
border-color: #7E04AB;
}
</style>