Shades of Dark Magenta #7F058F
Tints of Dark Magenta #7F058F
RGB
CMYK
RGB Variations
Color information
#7F058F (or 0x7F058F) is known color: Dark Magenta. HEX triplet: 7F, 05 and 8F. RGB value is (127,5,143). Sum of RGB (Red+Green+Blue) = 127+5+143=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F058F is #80FA70. Grayscale: #383838. Windows color (decimal): -8452721 or 9373055. OLE color: 9373055.
HSL color Cylindrical-coordinate representation of color #7F058F: hue angle of 293.04º 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 #7F058F is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 5 | 143 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.44 |
| HSL | 293.04º | 0.93% | 0.29% | - |
| HSV(B) | 293.04º | 0.97% | 0.56% | - |
| XYZ | 13.76 | 6.6 | 26.54 | - |
| YUV | 57.21 | 176.42 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 143 | 0.11 | 0.97 | 0 | 0.44 | 293.04 | 0.93 | 0.29 |
| Hex | 7F | 5 | 8F | B | 61 | 0 | 2C | 125 | 5D | 1D |
| Octal | 177 | 5 | 217 | 13 | 141 | 0 | 54 | 445 | 135 | 35 |
| Binary | 1111111 | 101 | 10001111 | 1011 | 1100001 | 0 | 101100 | 100100101 | 1011101 | 11101 |
Color Harmonies of #7F058F
Complementary color
Monochromatic Colors of #7F058F
Black with #7F058F
Text Example
Text Example
White with #7F058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F058F; }
p { color: rgb(127,5,143); }
H1.HeaderClassName
{
color: #7F058F;
}
.AnyTagClassName
{
color: #7F058F;
}
</style>
background-color css
<style>
a { background-color: #7F058F; }
a { background-color: rgb(127,5,143); }
div.DivClassName
{
background-color: #7F058F;
}
.BgClassName
{
background-color: #7F058F;
}
</style>
border-color css
<style>
span { border-color: #7F058F; }
span { border-color: rgb(127,5,143); }
td.TdClassName
{
border-color: #7F058F;
}
.TagClassName
{
border-color: #7F058F;
}
</style>