Shades of Dark Magenta #7B05AB
Tints of Dark Magenta #7B05AB
RGB
CMYK
RGB Variations
Color information
#7B05AB (or 0x7B05AB) is known color: Dark Magenta. HEX triplet: 7B, 05 and AB. RGB value is (123,5,171). Sum of RGB (Red+Green+Blue) = 123+5+171=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B05AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B05AB is #84FA54. Grayscale: #3A3A3A. Windows color (decimal): -8714837 or 11208059. OLE color: 11208059.
HSL color Cylindrical-coordinate representation of color #7B05AB: hue angle of 282.65º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B05AB is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 5 | 171 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.33 |
| HSL | 282.65º | 0.94% | 0.35% | - |
| HSV(B) | 282.65º | 0.97% | 0.67% | - |
| XYZ | 15.57 | 7.26 | 39.11 | - |
| YUV | 59.21 | 191.09 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 171 | 0.28 | 0.97 | 0 | 0.33 | 282.65 | 0.94 | 0.35 |
| Hex | 7B | 5 | AB | 1C | 61 | 0 | 21 | 11B | 5E | 23 |
| Octal | 173 | 5 | 253 | 34 | 141 | 0 | 41 | 433 | 136 | 43 |
| Binary | 1111011 | 101 | 10101011 | 11100 | 1100001 | 0 | 100001 | 100011011 | 1011110 | 100011 |
Color Harmonies of #7B05AB
Complementary color
Monochromatic Colors of #7B05AB
Black with #7B05AB
Text Example
Text Example
White with #7B05AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B05AB; }
p { color: rgb(123,5,171); }
H1.HeaderClassName
{
color: #7B05AB;
}
.AnyTagClassName
{
color: #7B05AB;
}
</style>
background-color css
<style>
a { background-color: #7B05AB; }
a { background-color: rgb(123,5,171); }
div.DivClassName
{
background-color: #7B05AB;
}
.BgClassName
{
background-color: #7B05AB;
}
</style>
border-color css
<style>
span { border-color: #7B05AB; }
span { border-color: rgb(123,5,171); }
td.TdClassName
{
border-color: #7B05AB;
}
.TagClassName
{
border-color: #7B05AB;
}
</style>