Shades of Dark Magenta #7E05AB
Tints of Dark Magenta #7E05AB
RGB
CMYK
RGB Variations
Color information
#7E05AB (or 0x7E05AB) is known color: Dark Magenta. HEX triplet: 7E, 05 and AB. RGB value is (126,5,171). Sum of RGB (Red+Green+Blue) = 126+5+171=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E05AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E05AB is #81FA54. Grayscale: #3B3B3B. Windows color (decimal): -8518229 or 11208062. OLE color: 11208062.
HSL color Cylindrical-coordinate representation of color #7E05AB: hue angle of 283.73º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E05AB is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 5 | 171 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.33 |
| HSL | 283.74º | 0.94% | 0.35% | - |
| HSV(B) | 283.74º | 0.97% | 0.67% | - |
| XYZ | 16.01 | 7.48 | 39.13 | - |
| YUV | 60.1 | 190.59 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 171 | 0.26 | 0.97 | 0 | 0.33 | 283.74 | 0.94 | 0.35 |
| Hex | 7E | 5 | AB | 1A | 61 | 0 | 21 | 11C | 5E | 23 |
| Octal | 176 | 5 | 253 | 32 | 141 | 0 | 41 | 434 | 136 | 43 |
| Binary | 1111110 | 101 | 10101011 | 11010 | 1100001 | 0 | 100001 | 100011100 | 1011110 | 100011 |
Color Harmonies of #7E05AB
Complementary color
Monochromatic Colors of #7E05AB
Black with #7E05AB
Text Example
Text Example
White with #7E05AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E05AB; }
p { color: rgb(126,5,171); }
H1.HeaderClassName
{
color: #7E05AB;
}
.AnyTagClassName
{
color: #7E05AB;
}
</style>
background-color css
<style>
a { background-color: #7E05AB; }
a { background-color: rgb(126,5,171); }
div.DivClassName
{
background-color: #7E05AB;
}
.BgClassName
{
background-color: #7E05AB;
}
</style>
border-color css
<style>
span { border-color: #7E05AB; }
span { border-color: rgb(126,5,171); }
td.TdClassName
{
border-color: #7E05AB;
}
.TagClassName
{
border-color: #7E05AB;
}
</style>