Shades of Dark Magenta #7B0DAA
Tints of Dark Magenta #7B0DAA
RGB
CMYK
RGB Variations
Color information
#7B0DAA (or 0x7B0DAA) is known color: Dark Magenta. HEX triplet: 7B, 0D and AA. RGB value is (123,13,170). Sum of RGB (Red+Green+Blue) = 123+13+170=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B0DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0DAA is #84F255. Grayscale: #3F3F3F. Windows color (decimal): -8712790 or 11144571. OLE color: 11144571.
HSL color Cylindrical-coordinate representation of color #7B0DAA: hue angle of 282.04º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B0DAA is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 13 | 170 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.33 |
| HSL | 282.04º | 0.86% | 0.36% | - |
| HSV(B) | 282.04º | 0.92% | 0.67% | - |
| XYZ | 15.57 | 7.4 | 38.64 | - |
| YUV | 63.79 | 187.94 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 170 | 0.28 | 0.92 | 0 | 0.33 | 282.04 | 0.86 | 0.36 |
| Hex | 7B | D | AA | 1C | 5C | 0 | 21 | 11A | 56 | 24 |
| Octal | 173 | 15 | 252 | 34 | 134 | 0 | 41 | 432 | 126 | 44 |
| Binary | 1111011 | 1101 | 10101010 | 11100 | 1011100 | 0 | 100001 | 100011010 | 1010110 | 100100 |
Color Harmonies of #7B0DAA
Complementary color
Monochromatic Colors of #7B0DAA
Black with #7B0DAA
Text Example
Text Example
White with #7B0DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0DAA; }
p { color: rgb(123,13,170); }
H1.HeaderClassName
{
color: #7B0DAA;
}
.AnyTagClassName
{
color: #7B0DAA;
}
</style>
background-color css
<style>
a { background-color: #7B0DAA; }
a { background-color: rgb(123,13,170); }
div.DivClassName
{
background-color: #7B0DAA;
}
.BgClassName
{
background-color: #7B0DAA;
}
</style>
border-color css
<style>
span { border-color: #7B0DAA; }
span { border-color: rgb(123,13,170); }
td.TdClassName
{
border-color: #7B0DAA;
}
.TagClassName
{
border-color: #7B0DAA;
}
</style>