Shades of Dark Magenta #7D009D
Tints of Dark Magenta #7D009D
RGB
CMYK
RGB Variations
Color information
#7D009D (or 0x7D009D) is known color: Dark Magenta. HEX triplet: 7D, 00 and 9D. RGB value is (125,0,157). Sum of RGB (Red+Green+Blue) = 125+0+157=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D009D is #82FF62. Grayscale: #363636. Windows color (decimal): -8585059 or 10289277. OLE color: 10289277.
HSL color Cylindrical-coordinate representation of color #7D009D: hue angle of 287.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D009D is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 0 | 157 | - |
| CMYK | 0.20 | 1 | 0 | 0.38 |
| HSL | 287.77º | 1% | 0.31% | - |
| HSV(B) | 287.77º | 1% | 0.62% | - |
| XYZ | 14.54 | 6.79 | 32.44 | - |
| YUV | 55.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 157 | 0.20 | 1 | 0 | 0.38 | 287.77 | 1 | 0.31 |
| Hex | 7D | 0 | 9D | 14 | 64 | 0 | 26 | 120 | 64 | 1F |
| Octal | 175 | 0 | 235 | 24 | 144 | 0 | 46 | 440 | 144 | 37 |
| Binary | 1111101 | 0 | 10011101 | 10100 | 1100100 | 0 | 100110 | 100100000 | 1100100 | 11111 |
Color Harmonies of #7D009D
Complementary color
Monochromatic Colors of #7D009D
Black with #7D009D
Text Example
Text Example
White with #7D009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D009D; }
p { color: rgb(125,0,157); }
H1.HeaderClassName
{
color: #7D009D;
}
.AnyTagClassName
{
color: #7D009D;
}
</style>
background-color css
<style>
a { background-color: #7D009D; }
a { background-color: rgb(125,0,157); }
div.DivClassName
{
background-color: #7D009D;
}
.BgClassName
{
background-color: #7D009D;
}
</style>
border-color css
<style>
span { border-color: #7D009D; }
span { border-color: rgb(125,0,157); }
td.TdClassName
{
border-color: #7D009D;
}
.TagClassName
{
border-color: #7D009D;
}
</style>