Shades of Dark Magenta #7D0494
Tints of Dark Magenta #7D0494
RGB
CMYK
RGB Variations
Color information
#7D0494 (or 0x7D0494) is known color: Dark Magenta. HEX triplet: 7D, 04 and 94. RGB value is (125,4,148). Sum of RGB (Red+Green+Blue) = 125+4+148=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D0494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0494 is #82FB6B. Grayscale: #383838. Windows color (decimal): -8584044 or 9700477. OLE color: 9700477.
HSL color Cylindrical-coordinate representation of color #7D0494: hue angle of 290.42º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D0494 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 4 | 148 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.42 |
| HSL | 290.42º | 0.95% | 0.3% | - |
| HSV(B) | 290.42º | 0.97% | 0.58% | - |
| XYZ | 13.85 | 6.58 | 28.56 | - |
| YUV | 56.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 148 | 0.16 | 0.97 | 0 | 0.42 | 290.42 | 0.95 | 0.3 |
| Hex | 7D | 4 | 94 | 10 | 61 | 0 | 2A | 122 | 5F | 1E |
| Octal | 175 | 4 | 224 | 20 | 141 | 0 | 52 | 442 | 137 | 36 |
| Binary | 1111101 | 100 | 10010100 | 10000 | 1100001 | 0 | 101010 | 100100010 | 1011111 | 11110 |
Color Harmonies of #7D0494
Complementary color
Monochromatic Colors of #7D0494
Black with #7D0494
Text Example
Text Example
White with #7D0494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0494; }
p { color: rgb(125,4,148); }
H1.HeaderClassName
{
color: #7D0494;
}
.AnyTagClassName
{
color: #7D0494;
}
</style>
background-color css
<style>
a { background-color: #7D0494; }
a { background-color: rgb(125,4,148); }
div.DivClassName
{
background-color: #7D0494;
}
.BgClassName
{
background-color: #7D0494;
}
</style>
border-color css
<style>
span { border-color: #7D0494; }
span { border-color: rgb(125,4,148); }
td.TdClassName
{
border-color: #7D0494;
}
.TagClassName
{
border-color: #7D0494;
}
</style>