Shades of Dark Magenta #7E0298
Tints of Dark Magenta #7E0298
RGB
CMYK
RGB Variations
Color information
#7E0298 (or 0x7E0298) is known color: Dark Magenta. HEX triplet: 7E, 02 and 98. RGB value is (126,2,152). Sum of RGB (Red+Green+Blue) = 126+2+152=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #7E0298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0298 is #81FD67. Grayscale: #373737. Windows color (decimal): -8519016 or 9962110. OLE color: 9962110.
HSL color Cylindrical-coordinate representation of color #7E0298: hue angle of 289.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E0298 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 2 | 152 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.40 |
| HSL | 289.6º | 0.97% | 0.3% | - |
| HSV(B) | 289.6º | 0.99% | 0.6% | - |
| XYZ | 14.29 | 6.75 | 30.25 | - |
| YUV | 56.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 2 | 152 | 0.17 | 0.99 | 0 | 0.40 | 289.6 | 0.97 | 0.3 |
| Hex | 7E | 2 | 98 | 11 | 63 | 0 | 28 | 122 | 61 | 1E |
| Octal | 176 | 2 | 230 | 21 | 143 | 0 | 50 | 442 | 141 | 36 |
| Binary | 1111110 | 10 | 10011000 | 10001 | 1100011 | 0 | 101000 | 100100010 | 1100001 | 11110 |
Color Harmonies of #7E0298
Complementary color
Monochromatic Colors of #7E0298
Black with #7E0298
Text Example
Text Example
White with #7E0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0298; }
p { color: rgb(126,2,152); }
H1.HeaderClassName
{
color: #7E0298;
}
.AnyTagClassName
{
color: #7E0298;
}
</style>
background-color css
<style>
a { background-color: #7E0298; }
a { background-color: rgb(126,2,152); }
div.DivClassName
{
background-color: #7E0298;
}
.BgClassName
{
background-color: #7E0298;
}
</style>
border-color css
<style>
span { border-color: #7E0298; }
span { border-color: rgb(126,2,152); }
td.TdClassName
{
border-color: #7E0298;
}
.TagClassName
{
border-color: #7E0298;
}
</style>