Shades of Dark Magenta #7C059F
Tints of Dark Magenta #7C059F
RGB
CMYK
RGB Variations
Color information
#7C059F (or 0x7C059F) is known color: Dark Magenta. HEX triplet: 7C, 05 and 9F. RGB value is (124,5,159). Sum of RGB (Red+Green+Blue) = 124+5+159=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C059F is #83FA60. Grayscale: #393939. Windows color (decimal): -8649313 or 10421628. OLE color: 10421628.
HSL color Cylindrical-coordinate representation of color #7C059F: hue angle of 286.36º 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 #7C059F is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 5 | 159 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.38 |
| HSL | 286.36º | 0.94% | 0.32% | - |
| HSV(B) | 286.36º | 0.97% | 0.62% | - |
| XYZ | 14.62 | 6.9 | 33.36 | - |
| YUV | 58.14 | 184.92 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 159 | 0.22 | 0.97 | 0 | 0.38 | 286.36 | 0.94 | 0.32 |
| Hex | 7C | 5 | 9F | 16 | 61 | 0 | 26 | 11E | 5E | 20 |
| Octal | 174 | 5 | 237 | 26 | 141 | 0 | 46 | 436 | 136 | 40 |
| Binary | 1111100 | 101 | 10011111 | 10110 | 1100001 | 0 | 100110 | 100011110 | 1011110 | 100000 |
Color Harmonies of #7C059F
Complementary color
Monochromatic Colors of #7C059F
Black with #7C059F
Text Example
Text Example
White with #7C059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C059F; }
p { color: rgb(124,5,159); }
H1.HeaderClassName
{
color: #7C059F;
}
.AnyTagClassName
{
color: #7C059F;
}
</style>
background-color css
<style>
a { background-color: #7C059F; }
a { background-color: rgb(124,5,159); }
div.DivClassName
{
background-color: #7C059F;
}
.BgClassName
{
background-color: #7C059F;
}
</style>
border-color css
<style>
span { border-color: #7C059F; }
span { border-color: rgb(124,5,159); }
td.TdClassName
{
border-color: #7C059F;
}
.TagClassName
{
border-color: #7C059F;
}
</style>