Shades of Dark Magenta #7E058E
Tints of Dark Magenta #7E058E
RGB
CMYK
RGB Variations
Color information
#7E058E (or 0x7E058E) is known color: Dark Magenta. HEX triplet: 7E, 05 and 8E. RGB value is (126,5,142). Sum of RGB (Red+Green+Blue) = 126+5+142=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E058E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E058E is #81FA71. Grayscale: #383838. Windows color (decimal): -8518258 or 9307518. OLE color: 9307518.
HSL color Cylindrical-coordinate representation of color #7E058E: hue angle of 292.99º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E058E is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 5 | 142 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.44 |
| HSL | 292.99º | 0.93% | 0.29% | - |
| HSV(B) | 292.99º | 0.96% | 0.56% | - |
| XYZ | 13.54 | 6.5 | 26.13 | - |
| YUV | 56.8 | 176.09 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 142 | 0.11 | 0.96 | 0 | 0.44 | 292.99 | 0.93 | 0.29 |
| Hex | 7E | 5 | 8E | B | 60 | 0 | 2C | 125 | 5D | 1D |
| Octal | 176 | 5 | 216 | 13 | 140 | 0 | 54 | 445 | 135 | 35 |
| Binary | 1111110 | 101 | 10001110 | 1011 | 1100000 | 0 | 101100 | 100100101 | 1011101 | 11101 |
Color Harmonies of #7E058E
Complementary color
Monochromatic Colors of #7E058E
Black with #7E058E
Text Example
Text Example
White with #7E058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E058E; }
p { color: rgb(126,5,142); }
H1.HeaderClassName
{
color: #7E058E;
}
.AnyTagClassName
{
color: #7E058E;
}
</style>
background-color css
<style>
a { background-color: #7E058E; }
a { background-color: rgb(126,5,142); }
div.DivClassName
{
background-color: #7E058E;
}
.BgClassName
{
background-color: #7E058E;
}
</style>
border-color css
<style>
span { border-color: #7E058E; }
span { border-color: rgb(126,5,142); }
td.TdClassName
{
border-color: #7E058E;
}
.TagClassName
{
border-color: #7E058E;
}
</style>