Shades of Dark Magenta #7B05A9
Tints of Dark Magenta #7B05A9
RGB
CMYK
RGB Variations
Color information
#7B05A9 (or 0x7B05A9) is known color: Dark Magenta. HEX triplet: 7B, 05 and A9. RGB value is (123,5,169). Sum of RGB (Red+Green+Blue) = 123+5+169=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #7B05A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B05A9 is #84FA56. Grayscale: #3A3A3A. Windows color (decimal): -8714839 or 11076987. OLE color: 11076987.
HSL color Cylindrical-coordinate representation of color #7B05A9: hue angle of 283.17º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B05A9 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 5 | 169 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.34 |
| HSL | 283.17º | 0.94% | 0.34% | - |
| HSV(B) | 283.17º | 0.97% | 0.66% | - |
| XYZ | 15.38 | 7.18 | 38.11 | - |
| YUV | 58.98 | 190.09 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 169 | 0.27 | 0.97 | 0 | 0.34 | 283.17 | 0.94 | 0.34 |
| Hex | 7B | 5 | A9 | 1B | 61 | 0 | 22 | 11B | 5E | 22 |
| Octal | 173 | 5 | 251 | 33 | 141 | 0 | 42 | 433 | 136 | 42 |
| Binary | 1111011 | 101 | 10101001 | 11011 | 1100001 | 0 | 100010 | 100011011 | 1011110 | 100010 |
Color Harmonies of #7B05A9
Complementary color
Monochromatic Colors of #7B05A9
Black with #7B05A9
Text Example
Text Example
White with #7B05A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B05A9; }
p { color: rgb(123,5,169); }
H1.HeaderClassName
{
color: #7B05A9;
}
.AnyTagClassName
{
color: #7B05A9;
}
</style>
background-color css
<style>
a { background-color: #7B05A9; }
a { background-color: rgb(123,5,169); }
div.DivClassName
{
background-color: #7B05A9;
}
.BgClassName
{
background-color: #7B05A9;
}
</style>
border-color css
<style>
span { border-color: #7B05A9; }
span { border-color: rgb(123,5,169); }
td.TdClassName
{
border-color: #7B05A9;
}
.TagClassName
{
border-color: #7B05A9;
}
</style>