Shades of Dark Magenta #7B1399
Tints of Dark Magenta #7B1399
RGB
CMYK
RGB Variations
Color information
#7B1399 (or 0x7B1399) is known color: Dark Magenta. HEX triplet: 7B, 13 and 99. RGB value is (123,19,153). Sum of RGB (Red+Green+Blue) = 123+19+153=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B1399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1399 is #84EC66. Grayscale: #404040. Windows color (decimal): -8711271 or 10031995. OLE color: 10031995.
HSL color Cylindrical-coordinate representation of color #7B1399: hue angle of 286.57º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B1399 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 19 | 153 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.4 |
| HSL | 286.57º | 0.78% | 0.34% | - |
| HSV(B) | 286.57º | 0.88% | 0.6% | - |
| XYZ | 14.15 | 6.98 | 30.74 | - |
| YUV | 65.37 | 177.46 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 153 | 0.20 | 0.88 | 0 | 0.4 | 286.57 | 0.78 | 0.34 |
| Hex | 7B | 13 | 99 | 14 | 58 | 0 | 28 | 11F | 4E | 22 |
| Octal | 173 | 23 | 231 | 24 | 130 | 0 | 50 | 437 | 116 | 42 |
| Binary | 1111011 | 10011 | 10011001 | 10100 | 1011000 | 0 | 101000 | 100011111 | 1001110 | 100010 |
Color Harmonies of #7B1399
Complementary color
Monochromatic Colors of #7B1399
Black with #7B1399
Text Example
Text Example
White with #7B1399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1399; }
p { color: rgb(123,19,153); }
H1.HeaderClassName
{
color: #7B1399;
}
.AnyTagClassName
{
color: #7B1399;
}
</style>
background-color css
<style>
a { background-color: #7B1399; }
a { background-color: rgb(123,19,153); }
div.DivClassName
{
background-color: #7B1399;
}
.BgClassName
{
background-color: #7B1399;
}
</style>
border-color css
<style>
span { border-color: #7B1399; }
span { border-color: rgb(123,19,153); }
td.TdClassName
{
border-color: #7B1399;
}
.TagClassName
{
border-color: #7B1399;
}
</style>