Shades of Dark Magenta #7B0199
Tints of Dark Magenta #7B0199
RGB
CMYK
RGB Variations
Color information
#7B0199 (or 0x7B0199) is known color: Dark Magenta. HEX triplet: 7B, 01 and 99. RGB value is (123,1,153). Sum of RGB (Red+Green+Blue) = 123+1+153=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B0199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0199 is #84FE66. Grayscale: #363636. Windows color (decimal): -8715879 or 10027387. OLE color: 10027387.
HSL color Cylindrical-coordinate representation of color #7B0199: hue angle of 288.16º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B0199 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 1 | 153 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.4 |
| HSL | 288.16º | 0.99% | 0.3% | - |
| HSV(B) | 288.16º | 0.99% | 0.6% | - |
| XYZ | 13.93 | 6.53 | 30.66 | - |
| YUV | 54.81 | 183.42 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 153 | 0.20 | 0.99 | 0 | 0.4 | 288.16 | 0.99 | 0.3 |
| Hex | 7B | 1 | 99 | 14 | 63 | 0 | 28 | 120 | 63 | 1E |
| Octal | 173 | 1 | 231 | 24 | 143 | 0 | 50 | 440 | 143 | 36 |
| Binary | 1111011 | 1 | 10011001 | 10100 | 1100011 | 0 | 101000 | 100100000 | 1100011 | 11110 |
Color Harmonies of #7B0199
Complementary color
Monochromatic Colors of #7B0199
Black with #7B0199
Text Example
Text Example
White with #7B0199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0199; }
p { color: rgb(123,1,153); }
H1.HeaderClassName
{
color: #7B0199;
}
.AnyTagClassName
{
color: #7B0199;
}
</style>
background-color css
<style>
a { background-color: #7B0199; }
a { background-color: rgb(123,1,153); }
div.DivClassName
{
background-color: #7B0199;
}
.BgClassName
{
background-color: #7B0199;
}
</style>
border-color css
<style>
span { border-color: #7B0199; }
span { border-color: rgb(123,1,153); }
td.TdClassName
{
border-color: #7B0199;
}
.TagClassName
{
border-color: #7B0199;
}
</style>