Shades of Dark Magenta #7C1690
Tints of Dark Magenta #7C1690
RGB
CMYK
RGB Variations
Color information
#7C1690 (or 0x7C1690) is known color: Dark Magenta. HEX triplet: 7C, 16 and 90. RGB value is (124,22,144). Sum of RGB (Red+Green+Blue) = 124+22+144=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C1690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1690 is #83E96F. Grayscale: #424242. Windows color (decimal): -8644976 or 9442940. OLE color: 9442940.
HSL color Cylindrical-coordinate representation of color #7C1690: hue angle of 290.16º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1690 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 22 | 144 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.44 |
| HSL | 290.16º | 0.73% | 0.33% | - |
| HSV(B) | 290.16º | 0.85% | 0.56% | - |
| XYZ | 13.63 | 6.87 | 26.99 | - |
| YUV | 66.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 144 | 0.14 | 0.85 | 0 | 0.44 | 290.16 | 0.73 | 0.33 |
| Hex | 7C | 16 | 90 | E | 55 | 0 | 2C | 122 | 49 | 21 |
| Octal | 174 | 26 | 220 | 16 | 125 | 0 | 54 | 442 | 111 | 41 |
| Binary | 1111100 | 10110 | 10010000 | 1110 | 1010101 | 0 | 101100 | 100100010 | 1001001 | 100001 |
Color Harmonies of #7C1690
Complementary color
Monochromatic Colors of #7C1690
Black with #7C1690
Text Example
Text Example
White with #7C1690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1690; }
p { color: rgb(124,22,144); }
H1.HeaderClassName
{
color: #7C1690;
}
.AnyTagClassName
{
color: #7C1690;
}
</style>
background-color css
<style>
a { background-color: #7C1690; }
a { background-color: rgb(124,22,144); }
div.DivClassName
{
background-color: #7C1690;
}
.BgClassName
{
background-color: #7C1690;
}
</style>
border-color css
<style>
span { border-color: #7C1690; }
span { border-color: rgb(124,22,144); }
td.TdClassName
{
border-color: #7C1690;
}
.TagClassName
{
border-color: #7C1690;
}
</style>