Shades of Dark Magenta #7E0198
Tints of Dark Magenta #7E0198
RGB
CMYK
RGB Variations
Color information
#7E0198 (or 0x7E0198) is known color: Dark Magenta. HEX triplet: 7E, 01 and 98. RGB value is (126,1,152). Sum of RGB (Red+Green+Blue) = 126+1+152=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #7E0198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0198 is #81FE67. Grayscale: #373737. Windows color (decimal): -8519272 or 9961854. OLE color: 9961854.
HSL color Cylindrical-coordinate representation of color #7E0198: hue angle of 289.67º degrees, saturation: 0.99, 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 #7E0198 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 1 | 152 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.40 |
| HSL | 289.67º | 0.99% | 0.3% | - |
| HSV(B) | 289.67º | 0.99% | 0.6% | - |
| XYZ | 14.28 | 6.72 | 30.25 | - |
| YUV | 55.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 1 | 152 | 0.17 | 0.99 | 0 | 0.40 | 289.67 | 0.99 | 0.3 |
| Hex | 7E | 1 | 98 | 11 | 63 | 0 | 28 | 122 | 63 | 1E |
| Octal | 176 | 1 | 230 | 21 | 143 | 0 | 50 | 442 | 143 | 36 |
| Binary | 1111110 | 1 | 10011000 | 10001 | 1100011 | 0 | 101000 | 100100010 | 1100011 | 11110 |
Color Harmonies of #7E0198
Complementary color
Monochromatic Colors of #7E0198
Black with #7E0198
Text Example
Text Example
White with #7E0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0198; }
p { color: rgb(126,1,152); }
H1.HeaderClassName
{
color: #7E0198;
}
.AnyTagClassName
{
color: #7E0198;
}
</style>
background-color css
<style>
a { background-color: #7E0198; }
a { background-color: rgb(126,1,152); }
div.DivClassName
{
background-color: #7E0198;
}
.BgClassName
{
background-color: #7E0198;
}
</style>
border-color css
<style>
span { border-color: #7E0198; }
span { border-color: rgb(126,1,152); }
td.TdClassName
{
border-color: #7E0198;
}
.TagClassName
{
border-color: #7E0198;
}
</style>