Shades of Dark Magenta #7E1098
Tints of Dark Magenta #7E1098
RGB
CMYK
RGB Variations
Color information
#7E1098 (or 0x7E1098) is known color: Dark Magenta. HEX triplet: 7E, 10 and 98. RGB value is (126,16,152). Sum of RGB (Red+Green+Blue) = 126+16+152=294 (38% of max value = 765). Red value is 126 (49.61% from 255 or 42.86% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #7E1098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1098 is #81EF67. Grayscale: #3F3F3F. Windows color (decimal): -8515432 or 9965694. OLE color: 9965694.
HSL color Cylindrical-coordinate representation of color #7E1098: hue angle of 288.53º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E1098 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 16 | 152 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.40 |
| HSL | 288.53º | 0.81% | 0.33% | - |
| HSV(B) | 288.53º | 0.89% | 0.6% | - |
| XYZ | 14.46 | 7.07 | 30.31 | - |
| YUV | 64.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 152 | 0.17 | 0.89 | 0 | 0.40 | 288.53 | 0.81 | 0.33 |
| Hex | 7E | 10 | 98 | 11 | 59 | 0 | 28 | 121 | 51 | 21 |
| Octal | 176 | 20 | 230 | 21 | 131 | 0 | 50 | 441 | 121 | 41 |
| Binary | 1111110 | 10000 | 10011000 | 10001 | 1011001 | 0 | 101000 | 100100001 | 1010001 | 100001 |
Color Harmonies of #7E1098
Complementary color
Monochromatic Colors of #7E1098
Black with #7E1098
Text Example
Text Example
White with #7E1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1098; }
p { color: rgb(126,16,152); }
H1.HeaderClassName
{
color: #7E1098;
}
.AnyTagClassName
{
color: #7E1098;
}
</style>
background-color css
<style>
a { background-color: #7E1098; }
a { background-color: rgb(126,16,152); }
div.DivClassName
{
background-color: #7E1098;
}
.BgClassName
{
background-color: #7E1098;
}
</style>
border-color css
<style>
span { border-color: #7E1098; }
span { border-color: rgb(126,16,152); }
td.TdClassName
{
border-color: #7E1098;
}
.TagClassName
{
border-color: #7E1098;
}
</style>