Shades of Dark Magenta #7E0792
Tints of Dark Magenta #7E0792
RGB
CMYK
RGB Variations
Color information
#7E0792 (or 0x7E0792) is known color: Dark Magenta. HEX triplet: 7E, 07 and 92. RGB value is (126,7,146). Sum of RGB (Red+Green+Blue) = 126+7+146=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E0792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0792 is #81F86D. Grayscale: #393939. Windows color (decimal): -8517742 or 9570174. OLE color: 9570174.
HSL color Cylindrical-coordinate representation of color #7E0792: hue angle of 291.37º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E0792 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 7 | 146 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.43 |
| HSL | 291.37º | 0.91% | 0.3% | - |
| HSV(B) | 291.37º | 0.95% | 0.57% | - |
| XYZ | 13.87 | 6.66 | 27.75 | - |
| YUV | 58.43 | 177.42 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 7 | 146 | 0.14 | 0.95 | 0 | 0.43 | 291.37 | 0.91 | 0.3 |
| Hex | 7E | 7 | 92 | E | 5F | 0 | 2B | 123 | 5B | 1E |
| Octal | 176 | 7 | 222 | 16 | 137 | 0 | 53 | 443 | 133 | 36 |
| Binary | 1111110 | 111 | 10010010 | 1110 | 1011111 | 0 | 101011 | 100100011 | 1011011 | 11110 |
Color Harmonies of #7E0792
Complementary color
Monochromatic Colors of #7E0792
Black with #7E0792
Text Example
Text Example
White with #7E0792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0792; }
p { color: rgb(126,7,146); }
H1.HeaderClassName
{
color: #7E0792;
}
.AnyTagClassName
{
color: #7E0792;
}
</style>
background-color css
<style>
a { background-color: #7E0792; }
a { background-color: rgb(126,7,146); }
div.DivClassName
{
background-color: #7E0792;
}
.BgClassName
{
background-color: #7E0792;
}
</style>
border-color css
<style>
span { border-color: #7E0792; }
span { border-color: rgb(126,7,146); }
td.TdClassName
{
border-color: #7E0792;
}
.TagClassName
{
border-color: #7E0792;
}
</style>