Shades of Dark Magenta #7E0496
Tints of Dark Magenta #7E0496
RGB
CMYK
RGB Variations
Color information
#7E0496 (or 0x7E0496) is known color: Dark Magenta. HEX triplet: 7E, 04 and 96. RGB value is (126,4,150). Sum of RGB (Red+Green+Blue) = 126+4+150=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E0496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0496 is #81FB69. Grayscale: #383838. Windows color (decimal): -8518506 or 9831550. OLE color: 9831550.
HSL color Cylindrical-coordinate representation of color #7E0496: hue angle of 290.14º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E0496 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 4 | 150 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.41 |
| HSL | 290.14º | 0.95% | 0.3% | - |
| HSV(B) | 290.14º | 0.97% | 0.59% | - |
| XYZ | 14.15 | 6.72 | 29.41 | - |
| YUV | 57.12 | 180.42 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 150 | 0.16 | 0.97 | 0 | 0.41 | 290.14 | 0.95 | 0.3 |
| Hex | 7E | 4 | 96 | 10 | 61 | 0 | 29 | 122 | 5F | 1E |
| Octal | 176 | 4 | 226 | 20 | 141 | 0 | 51 | 442 | 137 | 36 |
| Binary | 1111110 | 100 | 10010110 | 10000 | 1100001 | 0 | 101001 | 100100010 | 1011111 | 11110 |
Color Harmonies of #7E0496
Complementary color
Monochromatic Colors of #7E0496
Black with #7E0496
Text Example
Text Example
White with #7E0496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0496; }
p { color: rgb(126,4,150); }
H1.HeaderClassName
{
color: #7E0496;
}
.AnyTagClassName
{
color: #7E0496;
}
</style>
background-color css
<style>
a { background-color: #7E0496; }
a { background-color: rgb(126,4,150); }
div.DivClassName
{
background-color: #7E0496;
}
.BgClassName
{
background-color: #7E0496;
}
</style>
border-color css
<style>
span { border-color: #7E0496; }
span { border-color: rgb(126,4,150); }
td.TdClassName
{
border-color: #7E0496;
}
.TagClassName
{
border-color: #7E0496;
}
</style>