Shades of Dark Magenta #7E02AB
Tints of Dark Magenta #7E02AB
RGB
CMYK
RGB Variations
Color information
#7E02AB (or 0x7E02AB) is known color: Dark Magenta. HEX triplet: 7E, 02 and AB. RGB value is (126,2,171). Sum of RGB (Red+Green+Blue) = 126+2+171=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E02AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E02AB is #81FD54. Grayscale: #393939. Windows color (decimal): -8518997 or 11207294. OLE color: 11207294.
HSL color Cylindrical-coordinate representation of color #7E02AB: hue angle of 284.02º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E02AB is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 2 | 171 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.33 |
| HSL | 284.02º | 0.98% | 0.34% | - |
| HSV(B) | 284.02º | 0.99% | 0.67% | - |
| XYZ | 15.98 | 7.42 | 39.12 | - |
| YUV | 58.34 | 191.58 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 2 | 171 | 0.26 | 0.99 | 0 | 0.33 | 284.02 | 0.98 | 0.34 |
| Hex | 7E | 2 | AB | 1A | 63 | 0 | 21 | 11C | 62 | 22 |
| Octal | 176 | 2 | 253 | 32 | 143 | 0 | 41 | 434 | 142 | 42 |
| Binary | 1111110 | 10 | 10101011 | 11010 | 1100011 | 0 | 100001 | 100011100 | 1100010 | 100010 |
Color Harmonies of #7E02AB
Complementary color
Monochromatic Colors of #7E02AB
Black with #7E02AB
Text Example
Text Example
White with #7E02AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E02AB; }
p { color: rgb(126,2,171); }
H1.HeaderClassName
{
color: #7E02AB;
}
.AnyTagClassName
{
color: #7E02AB;
}
</style>
background-color css
<style>
a { background-color: #7E02AB; }
a { background-color: rgb(126,2,171); }
div.DivClassName
{
background-color: #7E02AB;
}
.BgClassName
{
background-color: #7E02AB;
}
</style>
border-color css
<style>
span { border-color: #7E02AB; }
span { border-color: rgb(126,2,171); }
td.TdClassName
{
border-color: #7E02AB;
}
.TagClassName
{
border-color: #7E02AB;
}
</style>