Shades of Dark Magenta #7E058D
Tints of Dark Magenta #7E058D
RGB
CMYK
RGB Variations
Color information
#7E058D (or 0x7E058D) is known color: Dark Magenta. HEX triplet: 7E, 05 and 8D. RGB value is (126,5,141). Sum of RGB (Red+Green+Blue) = 126+5+141=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E058D is #81FA72. Grayscale: #383838. Windows color (decimal): -8518259 or 9241982. OLE color: 9241982.
HSL color Cylindrical-coordinate representation of color #7E058D: hue angle of 293.38º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E058D is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 5 | 141 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.45 |
| HSL | 293.38º | 0.93% | 0.29% | - |
| HSV(B) | 293.38º | 0.96% | 0.55% | - |
| XYZ | 13.47 | 6.47 | 25.74 | - |
| YUV | 56.68 | 175.59 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 141 | 0.11 | 0.96 | 0 | 0.45 | 293.38 | 0.93 | 0.29 |
| Hex | 7E | 5 | 8D | B | 60 | 0 | 2D | 125 | 5D | 1D |
| Octal | 176 | 5 | 215 | 13 | 140 | 0 | 55 | 445 | 135 | 35 |
| Binary | 1111110 | 101 | 10001101 | 1011 | 1100000 | 0 | 101101 | 100100101 | 1011101 | 11101 |
Color Harmonies of #7E058D
Complementary color
Monochromatic Colors of #7E058D
Black with #7E058D
Text Example
Text Example
White with #7E058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E058D; }
p { color: rgb(126,5,141); }
H1.HeaderClassName
{
color: #7E058D;
}
.AnyTagClassName
{
color: #7E058D;
}
</style>
background-color css
<style>
a { background-color: #7E058D; }
a { background-color: rgb(126,5,141); }
div.DivClassName
{
background-color: #7E058D;
}
.BgClassName
{
background-color: #7E058D;
}
</style>
border-color css
<style>
span { border-color: #7E058D; }
span { border-color: rgb(126,5,141); }
td.TdClassName
{
border-color: #7E058D;
}
.TagClassName
{
border-color: #7E058D;
}
</style>