Shades of Dark Magenta #7B00A9
Tints of Dark Magenta #7B00A9
RGB
CMYK
RGB Variations
Color information
#7B00A9 (or 0x7B00A9) is known color: Dark Magenta. HEX triplet: 7B, 00 and A9. RGB value is (123,0,169). Sum of RGB (Red+Green+Blue) = 123+0+169=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 169 (66.41% from 255 or 57.88% from 292); Max value from RGB is 169 - color contains mainly: blue. Hex color #7B00A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B00A9 is #84FF56. Grayscale: #373737. Windows color (decimal): -8716119 or 11075707. OLE color: 11075707.
HSL color Cylindrical-coordinate representation of color #7B00A9: hue angle of 283.67º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B00A9 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 0 | 169 | - |
| CMYK | 0.27 | 1 | 0 | 0.34 |
| HSL | 283.67º | 1% | 0.33% | - |
| HSV(B) | 283.67º | 1% | 0.66% | - |
| XYZ | 15.33 | 7.08 | 38.09 | - |
| YUV | 56.04 | 191.75 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 0 | 169 | 0.27 | 1 | 0 | 0.34 | 283.67 | 1 | 0.33 |
| Hex | 7B | 0 | A9 | 1B | 64 | 0 | 22 | 11C | 64 | 21 |
| Octal | 173 | 0 | 251 | 33 | 144 | 0 | 42 | 434 | 144 | 41 |
| Binary | 1111011 | 0 | 10101001 | 11011 | 1100100 | 0 | 100010 | 100011100 | 1100100 | 100001 |
Color Harmonies of #7B00A9
Complementary color
Monochromatic Colors of #7B00A9
Black with #7B00A9
Text Example
Text Example
White with #7B00A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B00A9; }
p { color: rgb(123,0,169); }
H1.HeaderClassName
{
color: #7B00A9;
}
.AnyTagClassName
{
color: #7B00A9;
}
</style>
background-color css
<style>
a { background-color: #7B00A9; }
a { background-color: rgb(123,0,169); }
div.DivClassName
{
background-color: #7B00A9;
}
.BgClassName
{
background-color: #7B00A9;
}
</style>
border-color css
<style>
span { border-color: #7B00A9; }
span { border-color: rgb(123,0,169); }
td.TdClassName
{
border-color: #7B00A9;
}
.TagClassName
{
border-color: #7B00A9;
}
</style>