Shades of Dark Magenta #7D058F
Tints of Dark Magenta #7D058F
RGB
CMYK
RGB Variations
Color information
#7D058F (or 0x7D058F) is known color: Dark Magenta. HEX triplet: 7D, 05 and 8F. RGB value is (125,5,143). Sum of RGB (Red+Green+Blue) = 125+5+143=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #7D058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D058F is #82FA70. Grayscale: #383838. Windows color (decimal): -8583793 or 9373053. OLE color: 9373053.
HSL color Cylindrical-coordinate representation of color #7D058F: hue angle of 292.17º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D058F is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 5 | 143 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.44 |
| HSL | 292.17º | 0.93% | 0.29% | - |
| HSV(B) | 292.17º | 0.97% | 0.56% | - |
| XYZ | 13.47 | 6.45 | 26.52 | - |
| YUV | 56.61 | 176.76 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 143 | 0.13 | 0.97 | 0 | 0.44 | 292.17 | 0.93 | 0.29 |
| Hex | 7D | 5 | 8F | D | 61 | 0 | 2C | 124 | 5D | 1D |
| Octal | 175 | 5 | 217 | 15 | 141 | 0 | 54 | 444 | 135 | 35 |
| Binary | 1111101 | 101 | 10001111 | 1101 | 1100001 | 0 | 101100 | 100100100 | 1011101 | 11101 |
Color Harmonies of #7D058F
Complementary color
Monochromatic Colors of #7D058F
Black with #7D058F
Text Example
Text Example
White with #7D058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D058F; }
p { color: rgb(125,5,143); }
H1.HeaderClassName
{
color: #7D058F;
}
.AnyTagClassName
{
color: #7D058F;
}
</style>
background-color css
<style>
a { background-color: #7D058F; }
a { background-color: rgb(125,5,143); }
div.DivClassName
{
background-color: #7D058F;
}
.BgClassName
{
background-color: #7D058F;
}
</style>
border-color css
<style>
span { border-color: #7D058F; }
span { border-color: rgb(125,5,143); }
td.TdClassName
{
border-color: #7D058F;
}
.TagClassName
{
border-color: #7D058F;
}
</style>