Shades of Dark Magenta #7C0891
Tints of Dark Magenta #7C0891
RGB
CMYK
RGB Variations
Color information
#7C0891 (or 0x7C0891) is known color: Dark Magenta. HEX triplet: 7C, 08 and 91. RGB value is (124,8,145). Sum of RGB (Red+Green+Blue) = 124+8+145=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C0891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0891 is #83F76E. Grayscale: #393939. Windows color (decimal): -8648559 or 9504892. OLE color: 9504892.
HSL color Cylindrical-coordinate representation of color #7C0891: hue angle of 290.8º 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 #7C0891 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 8 | 145 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.43 |
| HSL | 290.8º | 0.9% | 0.3% | - |
| HSV(B) | 290.8º | 0.94% | 0.57% | - |
| XYZ | 13.51 | 6.5 | 27.33 | - |
| YUV | 58.3 | 176.93 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 145 | 0.14 | 0.94 | 0 | 0.43 | 290.8 | 0.9 | 0.3 |
| Hex | 7C | 8 | 91 | E | 5E | 0 | 2B | 123 | 5A | 1E |
| Octal | 174 | 10 | 221 | 16 | 136 | 0 | 53 | 443 | 132 | 36 |
| Binary | 1111100 | 1000 | 10010001 | 1110 | 1011110 | 0 | 101011 | 100100011 | 1011010 | 11110 |
Color Harmonies of #7C0891
Complementary color
Monochromatic Colors of #7C0891
Black with #7C0891
Text Example
Text Example
White with #7C0891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0891; }
p { color: rgb(124,8,145); }
H1.HeaderClassName
{
color: #7C0891;
}
.AnyTagClassName
{
color: #7C0891;
}
</style>
background-color css
<style>
a { background-color: #7C0891; }
a { background-color: rgb(124,8,145); }
div.DivClassName
{
background-color: #7C0891;
}
.BgClassName
{
background-color: #7C0891;
}
</style>
border-color css
<style>
span { border-color: #7C0891; }
span { border-color: rgb(124,8,145); }
td.TdClassName
{
border-color: #7C0891;
}
.TagClassName
{
border-color: #7C0891;
}
</style>