Shades of Dark Magenta #7A0BA9
Tints of Dark Magenta #7A0BA9
RGB
CMYK
RGB Variations
Color information
#7A0BA9 (or 0x7A0BA9) is known color: Dark Magenta. HEX triplet: 7A, 0B and A9. RGB value is (122,11,169). Sum of RGB (Red+Green+Blue) = 122+11+169=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 169 (66.41% from 255 or 55.96% from 302); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A0BA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0BA9 is #85F456. Grayscale: #3D3D3D. Windows color (decimal): -8778839 or 11078522. OLE color: 11078522.
HSL color Cylindrical-coordinate representation of color #7A0BA9: hue angle of 282.15º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0BA9 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 11 | 169 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.34 |
| HSL | 282.15º | 0.88% | 0.35% | - |
| HSV(B) | 282.15º | 0.93% | 0.66% | - |
| XYZ | 15.31 | 7.24 | 38.13 | - |
| YUV | 62.2 | 188.27 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 169 | 0.28 | 0.93 | 0 | 0.34 | 282.15 | 0.88 | 0.35 |
| Hex | 7A | B | A9 | 1C | 5D | 0 | 22 | 11A | 58 | 23 |
| Octal | 172 | 13 | 251 | 34 | 135 | 0 | 42 | 432 | 130 | 43 |
| Binary | 1111010 | 1011 | 10101001 | 11100 | 1011101 | 0 | 100010 | 100011010 | 1011000 | 100011 |
Color Harmonies of #7A0BA9
Complementary color
Monochromatic Colors of #7A0BA9
Black with #7A0BA9
Text Example
Text Example
White with #7A0BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0BA9; }
p { color: rgb(122,11,169); }
H1.HeaderClassName
{
color: #7A0BA9;
}
.AnyTagClassName
{
color: #7A0BA9;
}
</style>
background-color css
<style>
a { background-color: #7A0BA9; }
a { background-color: rgb(122,11,169); }
div.DivClassName
{
background-color: #7A0BA9;
}
.BgClassName
{
background-color: #7A0BA9;
}
</style>
border-color css
<style>
span { border-color: #7A0BA9; }
span { border-color: rgb(122,11,169); }
td.TdClassName
{
border-color: #7A0BA9;
}
.TagClassName
{
border-color: #7A0BA9;
}
</style>