Shades of Dark Magenta #7E059A
Tints of Dark Magenta #7E059A
RGB
CMYK
RGB Variations
Color information
#7E059A (or 0x7E059A) is known color: Dark Magenta. HEX triplet: 7E, 05 and 9A. RGB value is (126,5,154). Sum of RGB (Red+Green+Blue) = 126+5+154=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #7E059A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E059A is #81FA65. Grayscale: #393939. Windows color (decimal): -8518246 or 10093950. OLE color: 10093950.
HSL color Cylindrical-coordinate representation of color #7E059A: hue angle of 288.72º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E059A is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 5 | 154 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.40 |
| HSL | 288.72º | 0.94% | 0.31% | - |
| HSV(B) | 288.72º | 0.97% | 0.6% | - |
| XYZ | 14.49 | 6.88 | 31.14 | - |
| YUV | 58.17 | 182.09 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 154 | 0.18 | 0.97 | 0 | 0.40 | 288.72 | 0.94 | 0.31 |
| Hex | 7E | 5 | 9A | 12 | 61 | 0 | 28 | 121 | 5E | 1F |
| Octal | 176 | 5 | 232 | 22 | 141 | 0 | 50 | 441 | 136 | 37 |
| Binary | 1111110 | 101 | 10011010 | 10010 | 1100001 | 0 | 101000 | 100100001 | 1011110 | 11111 |
Color Harmonies of #7E059A
Complementary color
Monochromatic Colors of #7E059A
Black with #7E059A
Text Example
Text Example
White with #7E059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E059A; }
p { color: rgb(126,5,154); }
H1.HeaderClassName
{
color: #7E059A;
}
.AnyTagClassName
{
color: #7E059A;
}
</style>
background-color css
<style>
a { background-color: #7E059A; }
a { background-color: rgb(126,5,154); }
div.DivClassName
{
background-color: #7E059A;
}
.BgClassName
{
background-color: #7E059A;
}
</style>
border-color css
<style>
span { border-color: #7E059A; }
span { border-color: rgb(126,5,154); }
td.TdClassName
{
border-color: #7E059A;
}
.TagClassName
{
border-color: #7E059A;
}
</style>