Shades of Dark Magenta #7D1096
Tints of Dark Magenta #7D1096
RGB
CMYK
RGB Variations
Color information
#7D1096 (or 0x7D1096) is known color: Dark Magenta. HEX triplet: 7D, 10 and 96. RGB value is (125,16,150). Sum of RGB (Red+Green+Blue) = 125+16+150=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #7D1096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1096 is #82EF69. Grayscale: #3F3F3F. Windows color (decimal): -8580970 or 9834621. OLE color: 9834621.
HSL color Cylindrical-coordinate representation of color #7D1096: hue angle of 288.81º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D1096 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 16 | 150 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.41 |
| HSL | 288.81º | 0.81% | 0.33% | - |
| HSV(B) | 288.81º | 0.89% | 0.59% | - |
| XYZ | 14.15 | 6.93 | 29.45 | - |
| YUV | 63.87 | 176.61 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 150 | 0.17 | 0.89 | 0 | 0.41 | 288.81 | 0.81 | 0.33 |
| Hex | 7D | 10 | 96 | 11 | 59 | 0 | 29 | 121 | 51 | 21 |
| Octal | 175 | 20 | 226 | 21 | 131 | 0 | 51 | 441 | 121 | 41 |
| Binary | 1111101 | 10000 | 10010110 | 10001 | 1011001 | 0 | 101001 | 100100001 | 1010001 | 100001 |
Color Harmonies of #7D1096
Complementary color
Monochromatic Colors of #7D1096
Black with #7D1096
Text Example
Text Example
White with #7D1096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1096; }
p { color: rgb(125,16,150); }
H1.HeaderClassName
{
color: #7D1096;
}
.AnyTagClassName
{
color: #7D1096;
}
</style>
background-color css
<style>
a { background-color: #7D1096; }
a { background-color: rgb(125,16,150); }
div.DivClassName
{
background-color: #7D1096;
}
.BgClassName
{
background-color: #7D1096;
}
</style>
border-color css
<style>
span { border-color: #7D1096; }
span { border-color: rgb(125,16,150); }
td.TdClassName
{
border-color: #7D1096;
}
.TagClassName
{
border-color: #7D1096;
}
</style>