Shades of Dark Magenta #7B0AA9
Tints of Dark Magenta #7B0AA9
RGB
CMYK
RGB Variations
Color information
#7B0AA9 (or 0x7B0AA9) is known color: Dark Magenta. HEX triplet: 7B, 0A and A9. RGB value is (123,10,169). Sum of RGB (Red+Green+Blue) = 123+10+169=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 10 (4.30% from 255 or 3.31% 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 #7B0AA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0AA9 is #84F556. Grayscale: #3D3D3D. Windows color (decimal): -8713559 or 11078267. OLE color: 11078267.
HSL color Cylindrical-coordinate representation of color #7B0AA9: hue angle of 282.64º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0AA9 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 10 | 169 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.34 |
| HSL | 282.64º | 0.89% | 0.35% | - |
| HSV(B) | 282.64º | 0.94% | 0.66% | - |
| XYZ | 15.44 | 7.29 | 38.13 | - |
| YUV | 61.91 | 188.44 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 169 | 0.27 | 0.94 | 0 | 0.34 | 282.64 | 0.89 | 0.35 |
| Hex | 7B | A | A9 | 1B | 5E | 0 | 22 | 11B | 59 | 23 |
| Octal | 173 | 12 | 251 | 33 | 136 | 0 | 42 | 433 | 131 | 43 |
| Binary | 1111011 | 1010 | 10101001 | 11011 | 1011110 | 0 | 100010 | 100011011 | 1011001 | 100011 |
Color Harmonies of #7B0AA9
Complementary color
Monochromatic Colors of #7B0AA9
Black with #7B0AA9
Text Example
Text Example
White with #7B0AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0AA9; }
p { color: rgb(123,10,169); }
H1.HeaderClassName
{
color: #7B0AA9;
}
.AnyTagClassName
{
color: #7B0AA9;
}
</style>
background-color css
<style>
a { background-color: #7B0AA9; }
a { background-color: rgb(123,10,169); }
div.DivClassName
{
background-color: #7B0AA9;
}
.BgClassName
{
background-color: #7B0AA9;
}
</style>
border-color css
<style>
span { border-color: #7B0AA9; }
span { border-color: rgb(123,10,169); }
td.TdClassName
{
border-color: #7B0AA9;
}
.TagClassName
{
border-color: #7B0AA9;
}
</style>