Shades of Dark Magenta #7E0292
Tints of Dark Magenta #7E0292
RGB
CMYK
RGB Variations
Color information
#7E0292 (or 0x7E0292) is known color: Dark Magenta. HEX triplet: 7E, 02 and 92. RGB value is (126,2,146). Sum of RGB (Red+Green+Blue) = 126+2+146=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E0292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0292 is #81FD6D. Grayscale: #373737. Windows color (decimal): -8519022 or 9568894. OLE color: 9568894.
HSL color Cylindrical-coordinate representation of color #7E0292: hue angle of 291.67º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E0292 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 2 | 146 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.43 |
| HSL | 291.67º | 0.97% | 0.29% | - |
| HSV(B) | 291.67º | 0.99% | 0.57% | - |
| XYZ | 13.81 | 6.55 | 27.73 | - |
| YUV | 55.49 | 179.08 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 2 | 146 | 0.14 | 0.99 | 0 | 0.43 | 291.67 | 0.97 | 0.29 |
| Hex | 7E | 2 | 92 | E | 63 | 0 | 2B | 124 | 61 | 1D |
| Octal | 176 | 2 | 222 | 16 | 143 | 0 | 53 | 444 | 141 | 35 |
| Binary | 1111110 | 10 | 10010010 | 1110 | 1100011 | 0 | 101011 | 100100100 | 1100001 | 11101 |
Color Harmonies of #7E0292
Complementary color
Monochromatic Colors of #7E0292
Black with #7E0292
Text Example
Text Example
White with #7E0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0292; }
p { color: rgb(126,2,146); }
H1.HeaderClassName
{
color: #7E0292;
}
.AnyTagClassName
{
color: #7E0292;
}
</style>
background-color css
<style>
a { background-color: #7E0292; }
a { background-color: rgb(126,2,146); }
div.DivClassName
{
background-color: #7E0292;
}
.BgClassName
{
background-color: #7E0292;
}
</style>
border-color css
<style>
span { border-color: #7E0292; }
span { border-color: rgb(126,2,146); }
td.TdClassName
{
border-color: #7E0292;
}
.TagClassName
{
border-color: #7E0292;
}
</style>