Shades of Dark Magenta #7C1693
Tints of Dark Magenta #7C1693
RGB
CMYK
RGB Variations
Color information
#7C1693 (or 0x7C1693) is known color: Dark Magenta. HEX triplet: 7C, 16 and 93. RGB value is (124,22,147). Sum of RGB (Red+Green+Blue) = 124+22+147=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C1693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1693 is #83E96C. Grayscale: #424242. Windows color (decimal): -8644973 or 9639548. OLE color: 9639548.
HSL color Cylindrical-coordinate representation of color #7C1693: hue angle of 288.96º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1693 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 22 | 147 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.42 |
| HSL | 288.96º | 0.74% | 0.33% | - |
| HSV(B) | 288.96º | 0.85% | 0.58% | - |
| XYZ | 13.87 | 6.97 | 28.22 | - |
| YUV | 66.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 147 | 0.16 | 0.85 | 0 | 0.42 | 288.96 | 0.74 | 0.33 |
| Hex | 7C | 16 | 93 | 10 | 55 | 0 | 2A | 121 | 4A | 21 |
| Octal | 174 | 26 | 223 | 20 | 125 | 0 | 52 | 441 | 112 | 41 |
| Binary | 1111100 | 10110 | 10010011 | 10000 | 1010101 | 0 | 101010 | 100100001 | 1001010 | 100001 |
Color Harmonies of #7C1693
Complementary color
Monochromatic Colors of #7C1693
Black with #7C1693
Text Example
Text Example
White with #7C1693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1693; }
p { color: rgb(124,22,147); }
H1.HeaderClassName
{
color: #7C1693;
}
.AnyTagClassName
{
color: #7C1693;
}
</style>
background-color css
<style>
a { background-color: #7C1693; }
a { background-color: rgb(124,22,147); }
div.DivClassName
{
background-color: #7C1693;
}
.BgClassName
{
background-color: #7C1693;
}
</style>
border-color css
<style>
span { border-color: #7C1693; }
span { border-color: rgb(124,22,147); }
td.TdClassName
{
border-color: #7C1693;
}
.TagClassName
{
border-color: #7C1693;
}
</style>