Shades of Dark Magenta #7A0B93
Tints of Dark Magenta #7A0B93
RGB
CMYK
RGB Variations
Color information
#7A0B93 (or 0x7A0B93) is known color: Dark Magenta. HEX triplet: 7A, 0B and 93. RGB value is (122,11,147). Sum of RGB (Red+Green+Blue) = 122+11+147=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A0B93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0B93 is #85F46C. Grayscale: #3B3B3B. Windows color (decimal): -8778861 or 9636730. OLE color: 9636730.
HSL color Cylindrical-coordinate representation of color #7A0B93: hue angle of 288.97º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0B93 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 11 | 147 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.42 |
| HSL | 288.97º | 0.86% | 0.31% | - |
| HSV(B) | 288.97º | 0.93% | 0.58% | - |
| XYZ | 13.41 | 6.48 | 28.15 | - |
| YUV | 59.69 | 177.27 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 147 | 0.17 | 0.93 | 0 | 0.42 | 288.97 | 0.86 | 0.31 |
| Hex | 7A | B | 93 | 11 | 5D | 0 | 2A | 121 | 56 | 1F |
| Octal | 172 | 13 | 223 | 21 | 135 | 0 | 52 | 441 | 126 | 37 |
| Binary | 1111010 | 1011 | 10010011 | 10001 | 1011101 | 0 | 101010 | 100100001 | 1010110 | 11111 |
Color Harmonies of #7A0B93
Complementary color
Monochromatic Colors of #7A0B93
Black with #7A0B93
Text Example
Text Example
White with #7A0B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B93; }
p { color: rgb(122,11,147); }
H1.HeaderClassName
{
color: #7A0B93;
}
.AnyTagClassName
{
color: #7A0B93;
}
</style>
background-color css
<style>
a { background-color: #7A0B93; }
a { background-color: rgb(122,11,147); }
div.DivClassName
{
background-color: #7A0B93;
}
.BgClassName
{
background-color: #7A0B93;
}
</style>
border-color css
<style>
span { border-color: #7A0B93; }
span { border-color: rgb(122,11,147); }
td.TdClassName
{
border-color: #7A0B93;
}
.TagClassName
{
border-color: #7A0B93;
}
</style>