Shades of Dark Magenta #7F059A
Tints of Dark Magenta #7F059A
RGB
CMYK
RGB Variations
Color information
#7F059A (or 0x7F059A) is known color: Dark Magenta. HEX triplet: 7F, 05 and 9A. RGB value is (127,5,154). Sum of RGB (Red+Green+Blue) = 127+5+154=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #7F059A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F059A is #80FA65. Grayscale: #393939. Windows color (decimal): -8452710 or 10093951. OLE color: 10093951.
HSL color Cylindrical-coordinate representation of color #7F059A: hue angle of 289.13º 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 #7F059A is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 5 | 154 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.40 |
| HSL | 289.13º | 0.94% | 0.31% | - |
| HSV(B) | 289.13º | 0.97% | 0.6% | - |
| XYZ | 14.64 | 6.95 | 31.14 | - |
| YUV | 58.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 154 | 0.18 | 0.97 | 0 | 0.40 | 289.13 | 0.94 | 0.31 |
| Hex | 7F | 5 | 9A | 12 | 61 | 0 | 28 | 121 | 5E | 1F |
| Octal | 177 | 5 | 232 | 22 | 141 | 0 | 50 | 441 | 136 | 37 |
| Binary | 1111111 | 101 | 10011010 | 10010 | 1100001 | 0 | 101000 | 100100001 | 1011110 | 11111 |
Color Harmonies of #7F059A
Complementary color
Monochromatic Colors of #7F059A
Black with #7F059A
Text Example
Text Example
White with #7F059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F059A; }
p { color: rgb(127,5,154); }
H1.HeaderClassName
{
color: #7F059A;
}
.AnyTagClassName
{
color: #7F059A;
}
</style>
background-color css
<style>
a { background-color: #7F059A; }
a { background-color: rgb(127,5,154); }
div.DivClassName
{
background-color: #7F059A;
}
.BgClassName
{
background-color: #7F059A;
}
</style>
border-color css
<style>
span { border-color: #7F059A; }
span { border-color: rgb(127,5,154); }
td.TdClassName
{
border-color: #7F059A;
}
.TagClassName
{
border-color: #7F059A;
}
</style>