Shades of Dark Magenta #7B059F
Tints of Dark Magenta #7B059F
RGB
CMYK
RGB Variations
Color information
#7B059F (or 0x7B059F) is known color: Dark Magenta. HEX triplet: 7B, 05 and 9F. RGB value is (123,5,159). Sum of RGB (Red+Green+Blue) = 123+5+159=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B059F is #84FA60. Grayscale: #393939. Windows color (decimal): -8714849 or 10421627. OLE color: 10421627.
HSL color Cylindrical-coordinate representation of color #7B059F: hue angle of 285.97º 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 #7B059F is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 5 | 159 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.38 |
| HSL | 285.97º | 0.94% | 0.32% | - |
| HSV(B) | 285.97º | 0.97% | 0.62% | - |
| XYZ | 14.48 | 6.82 | 33.35 | - |
| YUV | 57.84 | 185.09 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 159 | 0.23 | 0.97 | 0 | 0.38 | 285.97 | 0.94 | 0.32 |
| Hex | 7B | 5 | 9F | 17 | 61 | 0 | 26 | 11E | 5E | 20 |
| Octal | 173 | 5 | 237 | 27 | 141 | 0 | 46 | 436 | 136 | 40 |
| Binary | 1111011 | 101 | 10011111 | 10111 | 1100001 | 0 | 100110 | 100011110 | 1011110 | 100000 |
Color Harmonies of #7B059F
Complementary color
Monochromatic Colors of #7B059F
Black with #7B059F
Text Example
Text Example
White with #7B059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B059F; }
p { color: rgb(123,5,159); }
H1.HeaderClassName
{
color: #7B059F;
}
.AnyTagClassName
{
color: #7B059F;
}
</style>
background-color css
<style>
a { background-color: #7B059F; }
a { background-color: rgb(123,5,159); }
div.DivClassName
{
background-color: #7B059F;
}
.BgClassName
{
background-color: #7B059F;
}
</style>
border-color css
<style>
span { border-color: #7B059F; }
span { border-color: rgb(123,5,159); }
td.TdClassName
{
border-color: #7B059F;
}
.TagClassName
{
border-color: #7B059F;
}
</style>