Shades of Dark Magenta #7B0D95
Tints of Dark Magenta #7B0D95
RGB
CMYK
RGB Variations
Color information
#7B0D95 (or 0x7B0D95) is known color: Dark Magenta. HEX triplet: 7B, 0D and 95. RGB value is (123,13,149). Sum of RGB (Red+Green+Blue) = 123+13+149=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B0D95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0D95 is #84F26A. Grayscale: #3C3C3C. Windows color (decimal): -8712811 or 9768315. OLE color: 9768315.
HSL color Cylindrical-coordinate representation of color #7B0D95: hue angle of 288.53º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0D95 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 13 | 149 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.42 |
| HSL | 288.53º | 0.84% | 0.32% | - |
| HSV(B) | 288.53º | 0.91% | 0.58% | - |
| XYZ | 13.74 | 6.67 | 29 | - |
| YUV | 61.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 149 | 0.17 | 0.91 | 0 | 0.42 | 288.53 | 0.84 | 0.32 |
| Hex | 7B | D | 95 | 11 | 5B | 0 | 2A | 121 | 54 | 20 |
| Octal | 173 | 15 | 225 | 21 | 133 | 0 | 52 | 441 | 124 | 40 |
| Binary | 1111011 | 1101 | 10010101 | 10001 | 1011011 | 0 | 101010 | 100100001 | 1010100 | 100000 |
Color Harmonies of #7B0D95
Complementary color
Monochromatic Colors of #7B0D95
Black with #7B0D95
Text Example
Text Example
White with #7B0D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0D95; }
p { color: rgb(123,13,149); }
H1.HeaderClassName
{
color: #7B0D95;
}
.AnyTagClassName
{
color: #7B0D95;
}
</style>
background-color css
<style>
a { background-color: #7B0D95; }
a { background-color: rgb(123,13,149); }
div.DivClassName
{
background-color: #7B0D95;
}
.BgClassName
{
background-color: #7B0D95;
}
</style>
border-color css
<style>
span { border-color: #7B0D95; }
span { border-color: rgb(123,13,149); }
td.TdClassName
{
border-color: #7B0D95;
}
.TagClassName
{
border-color: #7B0D95;
}
</style>