Shades of Dark Magenta #7B0597
Tints of Dark Magenta #7B0597
RGB
CMYK
RGB Variations
Color information
#7B0597 (or 0x7B0597) is known color: Dark Magenta. HEX triplet: 7B, 05 and 97. RGB value is (123,5,151). Sum of RGB (Red+Green+Blue) = 123+5+151=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #7B0597 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0597 is #84FA68. Grayscale: #383838. Windows color (decimal): -8714857 or 9897339. OLE color: 9897339.
HSL color Cylindrical-coordinate representation of color #7B0597: hue angle of 288.49º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B0597 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 5 | 151 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.41 |
| HSL | 288.49º | 0.94% | 0.31% | - |
| HSV(B) | 288.49º | 0.97% | 0.59% | - |
| XYZ | 13.81 | 6.55 | 29.82 | - |
| YUV | 56.93 | 181.09 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 151 | 0.19 | 0.97 | 0 | 0.41 | 288.49 | 0.94 | 0.31 |
| Hex | 7B | 5 | 97 | 13 | 61 | 0 | 29 | 120 | 5E | 1F |
| Octal | 173 | 5 | 227 | 23 | 141 | 0 | 51 | 440 | 136 | 37 |
| Binary | 1111011 | 101 | 10010111 | 10011 | 1100001 | 0 | 101001 | 100100000 | 1011110 | 11111 |
Color Harmonies of #7B0597
Complementary color
Monochromatic Colors of #7B0597
Black with #7B0597
Text Example
Text Example
White with #7B0597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0597; }
p { color: rgb(123,5,151); }
H1.HeaderClassName
{
color: #7B0597;
}
.AnyTagClassName
{
color: #7B0597;
}
</style>
background-color css
<style>
a { background-color: #7B0597; }
a { background-color: rgb(123,5,151); }
div.DivClassName
{
background-color: #7B0597;
}
.BgClassName
{
background-color: #7B0597;
}
</style>
border-color css
<style>
span { border-color: #7B0597; }
span { border-color: rgb(123,5,151); }
td.TdClassName
{
border-color: #7B0597;
}
.TagClassName
{
border-color: #7B0597;
}
</style>