Shades of Dark Magenta #7B05AD
Tints of Dark Magenta #7B05AD
RGB
CMYK
RGB Variations
Color information
#7B05AD (or 0x7B05AD) is known color: Dark Magenta. HEX triplet: 7B, 05 and AD. RGB value is (123,5,173). Sum of RGB (Red+Green+Blue) = 123+5+173=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B05AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B05AD is #84FA52. Grayscale: #3A3A3A. Windows color (decimal): -8714835 or 11339131. OLE color: 11339131.
HSL color Cylindrical-coordinate representation of color #7B05AD: hue angle of 282.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B05AD is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 5 | 173 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.32 |
| HSL | 282.14º | 0.94% | 0.35% | - |
| HSV(B) | 282.14º | 0.97% | 0.68% | - |
| XYZ | 15.77 | 7.34 | 40.12 | - |
| YUV | 59.43 | 192.09 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 173 | 0.29 | 0.97 | 0 | 0.32 | 282.14 | 0.94 | 0.35 |
| Hex | 7B | 5 | AD | 1D | 61 | 0 | 20 | 11A | 5E | 23 |
| Octal | 173 | 5 | 255 | 35 | 141 | 0 | 40 | 432 | 136 | 43 |
| Binary | 1111011 | 101 | 10101101 | 11101 | 1100001 | 0 | 100000 | 100011010 | 1011110 | 100011 |
Color Harmonies of #7B05AD
Complementary color
Monochromatic Colors of #7B05AD
Black with #7B05AD
Text Example
Text Example
White with #7B05AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B05AD; }
p { color: rgb(123,5,173); }
H1.HeaderClassName
{
color: #7B05AD;
}
.AnyTagClassName
{
color: #7B05AD;
}
</style>
background-color css
<style>
a { background-color: #7B05AD; }
a { background-color: rgb(123,5,173); }
div.DivClassName
{
background-color: #7B05AD;
}
.BgClassName
{
background-color: #7B05AD;
}
</style>
border-color css
<style>
span { border-color: #7B05AD; }
span { border-color: rgb(123,5,173); }
td.TdClassName
{
border-color: #7B05AD;
}
.TagClassName
{
border-color: #7B05AD;
}
</style>