Shades of Dark Magenta #7D0095
Tints of Dark Magenta #7D0095
RGB
CMYK
RGB Variations
Color information
#7D0095 (or 0x7D0095) is known color: Dark Magenta. HEX triplet: 7D, 00 and 95. RGB value is (125,0,149). Sum of RGB (Red+Green+Blue) = 125+0+149=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D0095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0095 is #82FF6A. Grayscale: #353535. Windows color (decimal): -8585067 or 9764989. OLE color: 9764989.
HSL color Cylindrical-coordinate representation of color #7D0095: hue angle of 290.34º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D0095 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 0 | 149 | - |
| CMYK | 0.16 | 1 | 0 | 0.42 |
| HSL | 290.34º | 1% | 0.29% | - |
| HSV(B) | 290.34º | 1% | 0.58% | - |
| XYZ | 13.88 | 6.53 | 28.96 | - |
| YUV | 54.36 | 181.41 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 149 | 0.16 | 1 | 0 | 0.42 | 290.34 | 1 | 0.29 |
| Hex | 7D | 0 | 95 | 10 | 64 | 0 | 2A | 122 | 64 | 1D |
| Octal | 175 | 0 | 225 | 20 | 144 | 0 | 52 | 442 | 144 | 35 |
| Binary | 1111101 | 0 | 10010101 | 10000 | 1100100 | 0 | 101010 | 100100010 | 1100100 | 11101 |
Color Harmonies of #7D0095
Complementary color
Monochromatic Colors of #7D0095
Black with #7D0095
Text Example
Text Example
White with #7D0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0095; }
p { color: rgb(125,0,149); }
H1.HeaderClassName
{
color: #7D0095;
}
.AnyTagClassName
{
color: #7D0095;
}
</style>
background-color css
<style>
a { background-color: #7D0095; }
a { background-color: rgb(125,0,149); }
div.DivClassName
{
background-color: #7D0095;
}
.BgClassName
{
background-color: #7D0095;
}
</style>
border-color css
<style>
span { border-color: #7D0095; }
span { border-color: rgb(125,0,149); }
td.TdClassName
{
border-color: #7D0095;
}
.TagClassName
{
border-color: #7D0095;
}
</style>