Shades of Dark Magenta #7B0AAB
Tints of Dark Magenta #7B0AAB
RGB
CMYK
RGB Variations
Color information
#7B0AAB (or 0x7B0AAB) is known color: Dark Magenta. HEX triplet: 7B, 0A and AB. RGB value is (123,10,171). Sum of RGB (Red+Green+Blue) = 123+10+171=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B0AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0AAB is #84F554. Grayscale: #3D3D3D. Windows color (decimal): -8713557 or 11209339. OLE color: 11209339.
HSL color Cylindrical-coordinate representation of color #7B0AAB: hue angle of 282.11º 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 #7B0AAB is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 10 | 171 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.33 |
| HSL | 282.11º | 0.89% | 0.35% | - |
| HSV(B) | 282.11º | 0.94% | 0.67% | - |
| XYZ | 15.63 | 7.37 | 39.13 | - |
| YUV | 62.14 | 189.44 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 171 | 0.28 | 0.94 | 0 | 0.33 | 282.11 | 0.89 | 0.35 |
| Hex | 7B | A | AB | 1C | 5E | 0 | 21 | 11A | 59 | 23 |
| Octal | 173 | 12 | 253 | 34 | 136 | 0 | 41 | 432 | 131 | 43 |
| Binary | 1111011 | 1010 | 10101011 | 11100 | 1011110 | 0 | 100001 | 100011010 | 1011001 | 100011 |
Color Harmonies of #7B0AAB
Complementary color
Monochromatic Colors of #7B0AAB
Black with #7B0AAB
Text Example
Text Example
White with #7B0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0AAB; }
p { color: rgb(123,10,171); }
H1.HeaderClassName
{
color: #7B0AAB;
}
.AnyTagClassName
{
color: #7B0AAB;
}
</style>
background-color css
<style>
a { background-color: #7B0AAB; }
a { background-color: rgb(123,10,171); }
div.DivClassName
{
background-color: #7B0AAB;
}
.BgClassName
{
background-color: #7B0AAB;
}
</style>
border-color css
<style>
span { border-color: #7B0AAB; }
span { border-color: rgb(123,10,171); }
td.TdClassName
{
border-color: #7B0AAB;
}
.TagClassName
{
border-color: #7B0AAB;
}
</style>