Shades of Dark Magenta #7B05AA
Tints of Dark Magenta #7B05AA
RGB
CMYK
RGB Variations
Color information
#7B05AA (or 0x7B05AA) is known color: Dark Magenta. HEX triplet: 7B, 05 and AA. RGB value is (123,5,170). Sum of RGB (Red+Green+Blue) = 123+5+170=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B05AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B05AA is #84FA55. Grayscale: #3A3A3A. Windows color (decimal): -8714838 or 11142523. OLE color: 11142523.
HSL color Cylindrical-coordinate representation of color #7B05AA: hue angle of 282.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B05AA is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 5 | 170 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.33 |
| HSL | 282.91º | 0.94% | 0.34% | - |
| HSV(B) | 282.91º | 0.97% | 0.67% | - |
| XYZ | 15.48 | 7.22 | 38.61 | - |
| YUV | 59.09 | 190.59 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 170 | 0.28 | 0.97 | 0 | 0.33 | 282.91 | 0.94 | 0.34 |
| Hex | 7B | 5 | AA | 1C | 61 | 0 | 21 | 11B | 5E | 22 |
| Octal | 173 | 5 | 252 | 34 | 141 | 0 | 41 | 433 | 136 | 42 |
| Binary | 1111011 | 101 | 10101010 | 11100 | 1100001 | 0 | 100001 | 100011011 | 1011110 | 100010 |
Color Harmonies of #7B05AA
Complementary color
Monochromatic Colors of #7B05AA
Black with #7B05AA
Text Example
Text Example
White with #7B05AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B05AA; }
p { color: rgb(123,5,170); }
H1.HeaderClassName
{
color: #7B05AA;
}
.AnyTagClassName
{
color: #7B05AA;
}
</style>
background-color css
<style>
a { background-color: #7B05AA; }
a { background-color: rgb(123,5,170); }
div.DivClassName
{
background-color: #7B05AA;
}
.BgClassName
{
background-color: #7B05AA;
}
</style>
border-color css
<style>
span { border-color: #7B05AA; }
span { border-color: rgb(123,5,170); }
td.TdClassName
{
border-color: #7B05AA;
}
.TagClassName
{
border-color: #7B05AA;
}
</style>