Shades of Dark Magenta #7E0492
Tints of Dark Magenta #7E0492
RGB
CMYK
RGB Variations
Color information
#7E0492 (or 0x7E0492) is known color: Dark Magenta. HEX triplet: 7E, 04 and 92. RGB value is (126,4,146). Sum of RGB (Red+Green+Blue) = 126+4+146=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E0492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0492 is #81FB6D. Grayscale: #383838. Windows color (decimal): -8518510 or 9569406. OLE color: 9569406.
HSL color Cylindrical-coordinate representation of color #7E0492: hue angle of 291.55º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E0492 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 4 | 146 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.43 |
| HSL | 291.55º | 0.95% | 0.29% | - |
| HSV(B) | 291.55º | 0.97% | 0.57% | - |
| XYZ | 13.84 | 6.6 | 27.74 | - |
| YUV | 56.67 | 178.42 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 146 | 0.14 | 0.97 | 0 | 0.43 | 291.55 | 0.95 | 0.29 |
| Hex | 7E | 4 | 92 | E | 61 | 0 | 2B | 124 | 5F | 1D |
| Octal | 176 | 4 | 222 | 16 | 141 | 0 | 53 | 444 | 137 | 35 |
| Binary | 1111110 | 100 | 10010010 | 1110 | 1100001 | 0 | 101011 | 100100100 | 1011111 | 11101 |
Color Harmonies of #7E0492
Complementary color
Monochromatic Colors of #7E0492
Black with #7E0492
Text Example
Text Example
White with #7E0492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0492; }
p { color: rgb(126,4,146); }
H1.HeaderClassName
{
color: #7E0492;
}
.AnyTagClassName
{
color: #7E0492;
}
</style>
background-color css
<style>
a { background-color: #7E0492; }
a { background-color: rgb(126,4,146); }
div.DivClassName
{
background-color: #7E0492;
}
.BgClassName
{
background-color: #7E0492;
}
</style>
border-color css
<style>
span { border-color: #7E0492; }
span { border-color: rgb(126,4,146); }
td.TdClassName
{
border-color: #7E0492;
}
.TagClassName
{
border-color: #7E0492;
}
</style>