Shades of Dark Magenta #7D0891
Tints of Dark Magenta #7D0891
RGB
CMYK
RGB Variations
Color information
#7D0891 (or 0x7D0891) is known color: Dark Magenta. HEX triplet: 7D, 08 and 91. RGB value is (125,8,145). Sum of RGB (Red+Green+Blue) = 125+8+145=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D0891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0891 is #82F76E. Grayscale: #3A3A3A. Windows color (decimal): -8583023 or 9504893. OLE color: 9504893.
HSL color Cylindrical-coordinate representation of color #7D0891: hue angle of 291.24º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0891 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 8 | 145 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.43 |
| HSL | 291.24º | 0.9% | 0.3% | - |
| HSV(B) | 291.24º | 0.94% | 0.57% | - |
| XYZ | 13.66 | 6.58 | 27.34 | - |
| YUV | 58.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 145 | 0.14 | 0.94 | 0 | 0.43 | 291.24 | 0.9 | 0.3 |
| Hex | 7D | 8 | 91 | E | 5E | 0 | 2B | 123 | 5A | 1E |
| Octal | 175 | 10 | 221 | 16 | 136 | 0 | 53 | 443 | 132 | 36 |
| Binary | 1111101 | 1000 | 10010001 | 1110 | 1011110 | 0 | 101011 | 100100011 | 1011010 | 11110 |
Color Harmonies of #7D0891
Complementary color
Monochromatic Colors of #7D0891
Black with #7D0891
Text Example
Text Example
White with #7D0891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0891; }
p { color: rgb(125,8,145); }
H1.HeaderClassName
{
color: #7D0891;
}
.AnyTagClassName
{
color: #7D0891;
}
</style>
background-color css
<style>
a { background-color: #7D0891; }
a { background-color: rgb(125,8,145); }
div.DivClassName
{
background-color: #7D0891;
}
.BgClassName
{
background-color: #7D0891;
}
</style>
border-color css
<style>
span { border-color: #7D0891; }
span { border-color: rgb(125,8,145); }
td.TdClassName
{
border-color: #7D0891;
}
.TagClassName
{
border-color: #7D0891;
}
</style>