Shades of Dark Magenta #7B059B
Tints of Dark Magenta #7B059B
RGB
CMYK
RGB Variations
Color information
#7B059B (or 0x7B059B) is known color: Dark Magenta. HEX triplet: 7B, 05 and 9B. RGB value is (123,5,155). Sum of RGB (Red+Green+Blue) = 123+5+155=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B059B is #84FA64. Grayscale: #383838. Windows color (decimal): -8714853 or 10159483. OLE color: 10159483.
HSL color Cylindrical-coordinate representation of color #7B059B: hue angle of 287.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B059B is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 5 | 155 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.39 |
| HSL | 287.2º | 0.94% | 0.31% | - |
| HSV(B) | 287.2º | 0.97% | 0.61% | - |
| XYZ | 14.14 | 6.69 | 31.56 | - |
| YUV | 57.38 | 183.09 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 155 | 0.21 | 0.97 | 0 | 0.39 | 287.2 | 0.94 | 0.31 |
| Hex | 7B | 5 | 9B | 15 | 61 | 0 | 27 | 11F | 5E | 1F |
| Octal | 173 | 5 | 233 | 25 | 141 | 0 | 47 | 437 | 136 | 37 |
| Binary | 1111011 | 101 | 10011011 | 10101 | 1100001 | 0 | 100111 | 100011111 | 1011110 | 11111 |
Color Harmonies of #7B059B
Complementary color
Monochromatic Colors of #7B059B
Black with #7B059B
Text Example
Text Example
White with #7B059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B059B; }
p { color: rgb(123,5,155); }
H1.HeaderClassName
{
color: #7B059B;
}
.AnyTagClassName
{
color: #7B059B;
}
</style>
background-color css
<style>
a { background-color: #7B059B; }
a { background-color: rgb(123,5,155); }
div.DivClassName
{
background-color: #7B059B;
}
.BgClassName
{
background-color: #7B059B;
}
</style>
border-color css
<style>
span { border-color: #7B059B; }
span { border-color: rgb(123,5,155); }
td.TdClassName
{
border-color: #7B059B;
}
.TagClassName
{
border-color: #7B059B;
}
</style>