Shades of Dark Magenta #7B0EA2
Tints of Dark Magenta #7B0EA2
RGB
CMYK
RGB Variations
Color information
#7B0EA2 (or 0x7B0EA2) is known color: Dark Magenta. HEX triplet: 7B, 0E and A2. RGB value is (123,14,162). Sum of RGB (Red+Green+Blue) = 123+14+162=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 162 (63.67% from 255 or 54.18% from 299); Max value from RGB is 162 - color contains mainly: blue. Hex color #7B0EA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0EA2 is #84F15D. Grayscale: #3E3E3E. Windows color (decimal): -8712542 or 10620539. OLE color: 10620539.
HSL color Cylindrical-coordinate representation of color #7B0EA2: hue angle of 284.19º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0EA2 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 14 | 162 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.36 |
| HSL | 284.19º | 0.84% | 0.35% | - |
| HSV(B) | 284.19º | 0.91% | 0.64% | - |
| XYZ | 14.85 | 7.13 | 34.78 | - |
| YUV | 63.46 | 183.61 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 14 | 162 | 0.24 | 0.91 | 0 | 0.36 | 284.19 | 0.84 | 0.35 |
| Hex | 7B | E | A2 | 18 | 5B | 0 | 24 | 11C | 54 | 23 |
| Octal | 173 | 16 | 242 | 30 | 133 | 0 | 44 | 434 | 124 | 43 |
| Binary | 1111011 | 1110 | 10100010 | 11000 | 1011011 | 0 | 100100 | 100011100 | 1010100 | 100011 |
Color Harmonies of #7B0EA2
Complementary color
Monochromatic Colors of #7B0EA2
Black with #7B0EA2
Text Example
Text Example
White with #7B0EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0EA2; }
p { color: rgb(123,14,162); }
H1.HeaderClassName
{
color: #7B0EA2;
}
.AnyTagClassName
{
color: #7B0EA2;
}
</style>
background-color css
<style>
a { background-color: #7B0EA2; }
a { background-color: rgb(123,14,162); }
div.DivClassName
{
background-color: #7B0EA2;
}
.BgClassName
{
background-color: #7B0EA2;
}
</style>
border-color css
<style>
span { border-color: #7B0EA2; }
span { border-color: rgb(123,14,162); }
td.TdClassName
{
border-color: #7B0EA2;
}
.TagClassName
{
border-color: #7B0EA2;
}
</style>