Shades of Dark Magenta #7D0296
Tints of Dark Magenta #7D0296
RGB
CMYK
RGB Variations
Color information
#7D0296 (or 0x7D0296) is known color: Dark Magenta. HEX triplet: 7D, 02 and 96. RGB value is (125,2,150). Sum of RGB (Red+Green+Blue) = 125+2+150=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #7D0296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0296 is #82FD69. Grayscale: #373737. Windows color (decimal): -8584554 or 9831037. OLE color: 9831037.
HSL color Cylindrical-coordinate representation of color #7D0296: hue angle of 289.86º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D0296 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 2 | 150 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.41 |
| HSL | 289.86º | 0.97% | 0.3% | - |
| HSV(B) | 289.86º | 0.99% | 0.59% | - |
| XYZ | 13.98 | 6.61 | 29.39 | - |
| YUV | 55.65 | 181.25 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 2 | 150 | 0.17 | 0.99 | 0 | 0.41 | 289.86 | 0.97 | 0.3 |
| Hex | 7D | 2 | 96 | 11 | 63 | 0 | 29 | 122 | 61 | 1E |
| Octal | 175 | 2 | 226 | 21 | 143 | 0 | 51 | 442 | 141 | 36 |
| Binary | 1111101 | 10 | 10010110 | 10001 | 1100011 | 0 | 101001 | 100100010 | 1100001 | 11110 |
Color Harmonies of #7D0296
Complementary color
Monochromatic Colors of #7D0296
Black with #7D0296
Text Example
Text Example
White with #7D0296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0296; }
p { color: rgb(125,2,150); }
H1.HeaderClassName
{
color: #7D0296;
}
.AnyTagClassName
{
color: #7D0296;
}
</style>
background-color css
<style>
a { background-color: #7D0296; }
a { background-color: rgb(125,2,150); }
div.DivClassName
{
background-color: #7D0296;
}
.BgClassName
{
background-color: #7D0296;
}
</style>
border-color css
<style>
span { border-color: #7D0296; }
span { border-color: rgb(125,2,150); }
td.TdClassName
{
border-color: #7D0296;
}
.TagClassName
{
border-color: #7D0296;
}
</style>