Shades of Dark Magenta #7B059D
Tints of Dark Magenta #7B059D
RGB
CMYK
RGB Variations
Color information
#7B059D (or 0x7B059D) is known color: Dark Magenta. HEX triplet: 7B, 05 and 9D. RGB value is (123,5,157). Sum of RGB (Red+Green+Blue) = 123+5+157=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B059D is #84FA62. Grayscale: #393939. Windows color (decimal): -8714851 or 10290555. OLE color: 10290555.
HSL color Cylindrical-coordinate representation of color #7B059D: hue angle of 286.58º 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 #7B059D is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 5 | 157 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.38 |
| HSL | 286.58º | 0.94% | 0.32% | - |
| HSV(B) | 286.58º | 0.97% | 0.62% | - |
| XYZ | 14.31 | 6.75 | 32.45 | - |
| YUV | 57.61 | 184.09 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 157 | 0.22 | 0.97 | 0 | 0.38 | 286.58 | 0.94 | 0.32 |
| Hex | 7B | 5 | 9D | 16 | 61 | 0 | 26 | 11F | 5E | 20 |
| Octal | 173 | 5 | 235 | 26 | 141 | 0 | 46 | 437 | 136 | 40 |
| Binary | 1111011 | 101 | 10011101 | 10110 | 1100001 | 0 | 100110 | 100011111 | 1011110 | 100000 |
Color Harmonies of #7B059D
Complementary color
Monochromatic Colors of #7B059D
Black with #7B059D
Text Example
Text Example
White with #7B059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B059D; }
p { color: rgb(123,5,157); }
H1.HeaderClassName
{
color: #7B059D;
}
.AnyTagClassName
{
color: #7B059D;
}
</style>
background-color css
<style>
a { background-color: #7B059D; }
a { background-color: rgb(123,5,157); }
div.DivClassName
{
background-color: #7B059D;
}
.BgClassName
{
background-color: #7B059D;
}
</style>
border-color css
<style>
span { border-color: #7B059D; }
span { border-color: rgb(123,5,157); }
td.TdClassName
{
border-color: #7B059D;
}
.TagClassName
{
border-color: #7B059D;
}
</style>