Shades of Dark Magenta #7F059D
Tints of Dark Magenta #7F059D
RGB
CMYK
RGB Variations
Color information
#7F059D (or 0x7F059D) is known color: Dark Magenta. HEX triplet: 7F, 05 and 9D. RGB value is (127,5,157). Sum of RGB (Red+Green+Blue) = 127+5+157=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F059D is #80FA62. Grayscale: #3A3A3A. Windows color (decimal): -8452707 or 10290559. OLE color: 10290559.
HSL color Cylindrical-coordinate representation of color #7F059D: hue angle of 288.16º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F059D is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 5 | 157 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.38 |
| HSL | 288.16º | 0.94% | 0.32% | - |
| HSV(B) | 288.16º | 0.97% | 0.62% | - |
| XYZ | 14.89 | 7.05 | 32.48 | - |
| YUV | 58.81 | 183.42 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 157 | 0.19 | 0.97 | 0 | 0.38 | 288.16 | 0.94 | 0.32 |
| Hex | 7F | 5 | 9D | 13 | 61 | 0 | 26 | 120 | 5E | 20 |
| Octal | 177 | 5 | 235 | 23 | 141 | 0 | 46 | 440 | 136 | 40 |
| Binary | 1111111 | 101 | 10011101 | 10011 | 1100001 | 0 | 100110 | 100100000 | 1011110 | 100000 |
Color Harmonies of #7F059D
Complementary color
Monochromatic Colors of #7F059D
Black with #7F059D
Text Example
Text Example
White with #7F059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F059D; }
p { color: rgb(127,5,157); }
H1.HeaderClassName
{
color: #7F059D;
}
.AnyTagClassName
{
color: #7F059D;
}
</style>
background-color css
<style>
a { background-color: #7F059D; }
a { background-color: rgb(127,5,157); }
div.DivClassName
{
background-color: #7F059D;
}
.BgClassName
{
background-color: #7F059D;
}
</style>
border-color css
<style>
span { border-color: #7F059D; }
span { border-color: rgb(127,5,157); }
td.TdClassName
{
border-color: #7F059D;
}
.TagClassName
{
border-color: #7F059D;
}
</style>