Shades of Dark Magenta #7E0093
Tints of Dark Magenta #7E0093
RGB
CMYK
RGB Variations
Color information
#7E0093 (or 0x7E0093) is known color: Dark Magenta. HEX triplet: 7E, 00 and 93. RGB value is (126,0,147). Sum of RGB (Red+Green+Blue) = 126+0+147=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E0093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0093 is #81FF6C. Grayscale: #353535. Windows color (decimal): -8519533 or 9633918. OLE color: 9633918.
HSL color Cylindrical-coordinate representation of color #7E0093: hue angle of 291.43º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E0093 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 0 | 147 | - |
| CMYK | 0.14 | 1 | 0 | 0.42 |
| HSL | 291.43º | 1% | 0.29% | - |
| HSV(B) | 291.43º | 1% | 0.58% | - |
| XYZ | 13.87 | 6.54 | 28.14 | - |
| YUV | 54.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 147 | 0.14 | 1 | 0 | 0.42 | 291.43 | 1 | 0.29 |
| Hex | 7E | 0 | 93 | E | 64 | 0 | 2A | 123 | 64 | 1D |
| Octal | 176 | 0 | 223 | 16 | 144 | 0 | 52 | 443 | 144 | 35 |
| Binary | 1111110 | 0 | 10010011 | 1110 | 1100100 | 0 | 101010 | 100100011 | 1100100 | 11101 |
Color Harmonies of #7E0093
Complementary color
Monochromatic Colors of #7E0093
Black with #7E0093
Text Example
Text Example
White with #7E0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0093; }
p { color: rgb(126,0,147); }
H1.HeaderClassName
{
color: #7E0093;
}
.AnyTagClassName
{
color: #7E0093;
}
</style>
background-color css
<style>
a { background-color: #7E0093; }
a { background-color: rgb(126,0,147); }
div.DivClassName
{
background-color: #7E0093;
}
.BgClassName
{
background-color: #7E0093;
}
</style>
border-color css
<style>
span { border-color: #7E0093; }
span { border-color: rgb(126,0,147); }
td.TdClassName
{
border-color: #7E0093;
}
.TagClassName
{
border-color: #7E0093;
}
</style>