Shades of Dark Magenta #7E0798
Tints of Dark Magenta #7E0798
RGB
CMYK
RGB Variations
Color information
#7E0798 (or 0x7E0798) is known color: Dark Magenta. HEX triplet: 7E, 07 and 98. RGB value is (126,7,152). Sum of RGB (Red+Green+Blue) = 126+7+152=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #7E0798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0798 is #81F867. Grayscale: #3A3A3A. Windows color (decimal): -8517736 or 9963390. OLE color: 9963390.
HSL color Cylindrical-coordinate representation of color #7E0798: hue angle of 289.24º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E0798 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 7 | 152 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.40 |
| HSL | 289.24º | 0.91% | 0.31% | - |
| HSV(B) | 289.24º | 0.95% | 0.6% | - |
| XYZ | 14.35 | 6.85 | 30.27 | - |
| YUV | 59.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 7 | 152 | 0.17 | 0.95 | 0 | 0.40 | 289.24 | 0.91 | 0.31 |
| Hex | 7E | 7 | 98 | 11 | 5F | 0 | 28 | 121 | 5B | 1F |
| Octal | 176 | 7 | 230 | 21 | 137 | 0 | 50 | 441 | 133 | 37 |
| Binary | 1111110 | 111 | 10011000 | 10001 | 1011111 | 0 | 101000 | 100100001 | 1011011 | 11111 |
Color Harmonies of #7E0798
Complementary color
Monochromatic Colors of #7E0798
Black with #7E0798
Text Example
Text Example
White with #7E0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0798; }
p { color: rgb(126,7,152); }
H1.HeaderClassName
{
color: #7E0798;
}
.AnyTagClassName
{
color: #7E0798;
}
</style>
background-color css
<style>
a { background-color: #7E0798; }
a { background-color: rgb(126,7,152); }
div.DivClassName
{
background-color: #7E0798;
}
.BgClassName
{
background-color: #7E0798;
}
</style>
border-color css
<style>
span { border-color: #7E0798; }
span { border-color: rgb(126,7,152); }
td.TdClassName
{
border-color: #7E0798;
}
.TagClassName
{
border-color: #7E0798;
}
</style>