Shades of Dark Magenta #7B1095
Tints of Dark Magenta #7B1095
RGB
CMYK
RGB Variations
Color information
#7B1095 (or 0x7B1095) is known color: Dark Magenta. HEX triplet: 7B, 10 and 95. RGB value is (123,16,149). Sum of RGB (Red+Green+Blue) = 123+16+149=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B1095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1095 is #84EF6A. Grayscale: #3E3E3E. Windows color (decimal): -8712043 or 9769083. OLE color: 9769083.
HSL color Cylindrical-coordinate representation of color #7B1095: hue angle of 288.27º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B1095 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 16 | 149 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.42 |
| HSL | 288.27º | 0.81% | 0.32% | - |
| HSV(B) | 288.27º | 0.89% | 0.58% | - |
| XYZ | 13.78 | 6.75 | 29.01 | - |
| YUV | 63.16 | 176.45 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 149 | 0.17 | 0.89 | 0 | 0.42 | 288.27 | 0.81 | 0.32 |
| Hex | 7B | 10 | 95 | 11 | 59 | 0 | 2A | 120 | 51 | 20 |
| Octal | 173 | 20 | 225 | 21 | 131 | 0 | 52 | 440 | 121 | 40 |
| Binary | 1111011 | 10000 | 10010101 | 10001 | 1011001 | 0 | 101010 | 100100000 | 1010001 | 100000 |
Color Harmonies of #7B1095
Complementary color
Monochromatic Colors of #7B1095
Black with #7B1095
Text Example
Text Example
White with #7B1095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1095; }
p { color: rgb(123,16,149); }
H1.HeaderClassName
{
color: #7B1095;
}
.AnyTagClassName
{
color: #7B1095;
}
</style>
background-color css
<style>
a { background-color: #7B1095; }
a { background-color: rgb(123,16,149); }
div.DivClassName
{
background-color: #7B1095;
}
.BgClassName
{
background-color: #7B1095;
}
</style>
border-color css
<style>
span { border-color: #7B1095; }
span { border-color: rgb(123,16,149); }
td.TdClassName
{
border-color: #7B1095;
}
.TagClassName
{
border-color: #7B1095;
}
</style>