Shades of Dark Magenta #7B0AA6
Tints of Dark Magenta #7B0AA6
RGB
CMYK
RGB Variations
Color information
#7B0AA6 (or 0x7B0AA6) is known color: Dark Magenta. HEX triplet: 7B, 0A and A6. RGB value is (123,10,166). Sum of RGB (Red+Green+Blue) = 123+10+166=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 166 (65.23% from 255 or 55.52% from 299); Max value from RGB is 166 - color contains mainly: blue. Hex color #7B0AA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0AA6 is #84F559. Grayscale: #3D3D3D. Windows color (decimal): -8713562 or 10881659. OLE color: 10881659.
HSL color Cylindrical-coordinate representation of color #7B0AA6: hue angle of 283.46º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0AA6 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 10 | 166 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.35 |
| HSL | 283.46º | 0.89% | 0.35% | - |
| HSV(B) | 283.46º | 0.94% | 0.65% | - |
| XYZ | 15.16 | 7.18 | 36.66 | - |
| YUV | 61.57 | 186.94 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 166 | 0.26 | 0.94 | 0 | 0.35 | 283.46 | 0.89 | 0.35 |
| Hex | 7B | A | A6 | 1A | 5E | 0 | 23 | 11B | 59 | 23 |
| Octal | 173 | 12 | 246 | 32 | 136 | 0 | 43 | 433 | 131 | 43 |
| Binary | 1111011 | 1010 | 10100110 | 11010 | 1011110 | 0 | 100011 | 100011011 | 1011001 | 100011 |
Color Harmonies of #7B0AA6
Complementary color
Monochromatic Colors of #7B0AA6
Black with #7B0AA6
Text Example
Text Example
White with #7B0AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0AA6; }
p { color: rgb(123,10,166); }
H1.HeaderClassName
{
color: #7B0AA6;
}
.AnyTagClassName
{
color: #7B0AA6;
}
</style>
background-color css
<style>
a { background-color: #7B0AA6; }
a { background-color: rgb(123,10,166); }
div.DivClassName
{
background-color: #7B0AA6;
}
.BgClassName
{
background-color: #7B0AA6;
}
</style>
border-color css
<style>
span { border-color: #7B0AA6; }
span { border-color: rgb(123,10,166); }
td.TdClassName
{
border-color: #7B0AA6;
}
.TagClassName
{
border-color: #7B0AA6;
}
</style>