Shades of Dark Magenta #7B0998
Tints of Dark Magenta #7B0998
RGB
CMYK
RGB Variations
Color information
#7B0998 (or 0x7B0998) is known color: Dark Magenta. HEX triplet: 7B, 09 and 98. RGB value is (123,9,152). Sum of RGB (Red+Green+Blue) = 123+9+152=284 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.31% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B0998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0998 is #84F667. Grayscale: #3A3A3A. Windows color (decimal): -8713832 or 9963899. OLE color: 9963899.
HSL color Cylindrical-coordinate representation of color #7B0998: hue angle of 287.83º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0998 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 9 | 152 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.40 |
| HSL | 287.83º | 0.89% | 0.32% | - |
| HSV(B) | 287.83º | 0.94% | 0.6% | - |
| XYZ | 13.93 | 6.67 | 30.26 | - |
| YUV | 59.39 | 180.27 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 9 | 152 | 0.19 | 0.94 | 0 | 0.40 | 287.83 | 0.89 | 0.32 |
| Hex | 7B | 9 | 98 | 13 | 5E | 0 | 28 | 120 | 59 | 20 |
| Octal | 173 | 11 | 230 | 23 | 136 | 0 | 50 | 440 | 131 | 40 |
| Binary | 1111011 | 1001 | 10011000 | 10011 | 1011110 | 0 | 101000 | 100100000 | 1011001 | 100000 |
Color Harmonies of #7B0998
Complementary color
Monochromatic Colors of #7B0998
Black with #7B0998
Text Example
Text Example
White with #7B0998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0998; }
p { color: rgb(123,9,152); }
H1.HeaderClassName
{
color: #7B0998;
}
.AnyTagClassName
{
color: #7B0998;
}
</style>
background-color css
<style>
a { background-color: #7B0998; }
a { background-color: rgb(123,9,152); }
div.DivClassName
{
background-color: #7B0998;
}
.BgClassName
{
background-color: #7B0998;
}
</style>
border-color css
<style>
span { border-color: #7B0998; }
span { border-color: rgb(123,9,152); }
td.TdClassName
{
border-color: #7B0998;
}
.TagClassName
{
border-color: #7B0998;
}
</style>