Shades of Dark Magenta #7D0091
Tints of Dark Magenta #7D0091
RGB
CMYK
RGB Variations
Color information
#7D0091 (or 0x7D0091) is known color: Dark Magenta. HEX triplet: 7D, 00 and 91. RGB value is (125,0,145). Sum of RGB (Red+Green+Blue) = 125+0+145=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D0091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0091 is #82FF6E. Grayscale: #353535. Windows color (decimal): -8585071 or 9502845. OLE color: 9502845.
HSL color Cylindrical-coordinate representation of color #7D0091: hue angle of 291.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D0091 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 0 | 145 | - |
| CMYK | 0.14 | 1 | 0 | 0.43 |
| HSL | 291.72º | 1% | 0.28% | - |
| HSV(B) | 291.72º | 1% | 0.57% | - |
| XYZ | 13.57 | 6.4 | 27.31 | - |
| YUV | 53.91 | 179.41 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 145 | 0.14 | 1 | 0 | 0.43 | 291.72 | 1 | 0.28 |
| Hex | 7D | 0 | 91 | E | 64 | 0 | 2B | 124 | 64 | 1C |
| Octal | 175 | 0 | 221 | 16 | 144 | 0 | 53 | 444 | 144 | 34 |
| Binary | 1111101 | 0 | 10010001 | 1110 | 1100100 | 0 | 101011 | 100100100 | 1100100 | 11100 |
Color Harmonies of #7D0091
Complementary color
Monochromatic Colors of #7D0091
Black with #7D0091
Text Example
Text Example
White with #7D0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0091; }
p { color: rgb(125,0,145); }
H1.HeaderClassName
{
color: #7D0091;
}
.AnyTagClassName
{
color: #7D0091;
}
</style>
background-color css
<style>
a { background-color: #7D0091; }
a { background-color: rgb(125,0,145); }
div.DivClassName
{
background-color: #7D0091;
}
.BgClassName
{
background-color: #7D0091;
}
</style>
border-color css
<style>
span { border-color: #7D0091; }
span { border-color: rgb(125,0,145); }
td.TdClassName
{
border-color: #7D0091;
}
.TagClassName
{
border-color: #7D0091;
}
</style>