Shades of Dark Magenta #7E0098
Tints of Dark Magenta #7E0098
RGB
CMYK
RGB Variations
Color information
#7E0098 (or 0x7E0098) is known color: Dark Magenta. HEX triplet: 7E, 00 and 98. RGB value is (126,0,152). Sum of RGB (Red+Green+Blue) = 126+0+152=278 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.32% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #7E0098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0098 is #81FF67. Grayscale: #363636. Windows color (decimal): -8519528 or 9961598. OLE color: 9961598.
HSL color Cylindrical-coordinate representation of color #7E0098: hue angle of 289.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E0098 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 0 | 152 | - |
| CMYK | 0.17 | 1 | 0 | 0.40 |
| HSL | 289.74º | 1% | 0.3% | - |
| HSV(B) | 289.74º | 1% | 0.6% | - |
| XYZ | 14.27 | 6.7 | 30.25 | - |
| YUV | 55 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 152 | 0.17 | 1 | 0 | 0.40 | 289.74 | 1 | 0.3 |
| Hex | 7E | 0 | 98 | 11 | 64 | 0 | 28 | 122 | 64 | 1E |
| Octal | 176 | 0 | 230 | 21 | 144 | 0 | 50 | 442 | 144 | 36 |
| Binary | 1111110 | 0 | 10011000 | 10001 | 1100100 | 0 | 101000 | 100100010 | 1100100 | 11110 |
Color Harmonies of #7E0098
Complementary color
Monochromatic Colors of #7E0098
Black with #7E0098
Text Example
Text Example
White with #7E0098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0098; }
p { color: rgb(126,0,152); }
H1.HeaderClassName
{
color: #7E0098;
}
.AnyTagClassName
{
color: #7E0098;
}
</style>
background-color css
<style>
a { background-color: #7E0098; }
a { background-color: rgb(126,0,152); }
div.DivClassName
{
background-color: #7E0098;
}
.BgClassName
{
background-color: #7E0098;
}
</style>
border-color css
<style>
span { border-color: #7E0098; }
span { border-color: rgb(126,0,152); }
td.TdClassName
{
border-color: #7E0098;
}
.TagClassName
{
border-color: #7E0098;
}
</style>