Shades of Dark Magenta #7B0AAA
Tints of Dark Magenta #7B0AAA
RGB
CMYK
RGB Variations
Color information
#7B0AAA (or 0x7B0AAA) is known color: Dark Magenta. HEX triplet: 7B, 0A and AA. RGB value is (123,10,170). Sum of RGB (Red+Green+Blue) = 123+10+170=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B0AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0AAA is #84F555. Grayscale: #3D3D3D. Windows color (decimal): -8713558 or 11143803. OLE color: 11143803.
HSL color Cylindrical-coordinate representation of color #7B0AAA: hue angle of 282.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0AAA is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 10 | 170 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.33 |
| HSL | 282.38º | 0.89% | 0.35% | - |
| HSV(B) | 282.38º | 0.94% | 0.67% | - |
| XYZ | 15.53 | 7.33 | 38.63 | - |
| YUV | 62.03 | 188.94 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 170 | 0.28 | 0.94 | 0 | 0.33 | 282.38 | 0.89 | 0.35 |
| Hex | 7B | A | AA | 1C | 5E | 0 | 21 | 11A | 59 | 23 |
| Octal | 173 | 12 | 252 | 34 | 136 | 0 | 41 | 432 | 131 | 43 |
| Binary | 1111011 | 1010 | 10101010 | 11100 | 1011110 | 0 | 100001 | 100011010 | 1011001 | 100011 |
Color Harmonies of #7B0AAA
Complementary color
Monochromatic Colors of #7B0AAA
Black with #7B0AAA
Text Example
Text Example
White with #7B0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0AAA; }
p { color: rgb(123,10,170); }
H1.HeaderClassName
{
color: #7B0AAA;
}
.AnyTagClassName
{
color: #7B0AAA;
}
</style>
background-color css
<style>
a { background-color: #7B0AAA; }
a { background-color: rgb(123,10,170); }
div.DivClassName
{
background-color: #7B0AAA;
}
.BgClassName
{
background-color: #7B0AAA;
}
</style>
border-color css
<style>
span { border-color: #7B0AAA; }
span { border-color: rgb(123,10,170); }
td.TdClassName
{
border-color: #7B0AAA;
}
.TagClassName
{
border-color: #7B0AAA;
}
</style>