Shades of Dark Magenta #7C0E93
Tints of Dark Magenta #7C0E93
RGB
CMYK
RGB Variations
Color information
#7C0E93 (or 0x7C0E93) is known color: Dark Magenta. HEX triplet: 7C, 0E and 93. RGB value is (124,14,147). Sum of RGB (Red+Green+Blue) = 124+14+147=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C0E93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0E93 is #83F16C. Grayscale: #3D3D3D. Windows color (decimal): -8647021 or 9637500. OLE color: 9637500.
HSL color Cylindrical-coordinate representation of color #7C0E93: hue angle of 289.62º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0E93 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 14 | 147 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.42 |
| HSL | 289.62º | 0.83% | 0.32% | - |
| HSV(B) | 289.62º | 0.9% | 0.58% | - |
| XYZ | 13.74 | 6.71 | 28.17 | - |
| YUV | 62.05 | 175.94 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 14 | 147 | 0.16 | 0.90 | 0 | 0.42 | 289.62 | 0.83 | 0.32 |
| Hex | 7C | E | 93 | 10 | 5A | 0 | 2A | 122 | 53 | 20 |
| Octal | 174 | 16 | 223 | 20 | 132 | 0 | 52 | 442 | 123 | 40 |
| Binary | 1111100 | 1110 | 10010011 | 10000 | 1011010 | 0 | 101010 | 100100010 | 1010011 | 100000 |
Color Harmonies of #7C0E93
Complementary color
Monochromatic Colors of #7C0E93
Black with #7C0E93
Text Example
Text Example
White with #7C0E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0E93; }
p { color: rgb(124,14,147); }
H1.HeaderClassName
{
color: #7C0E93;
}
.AnyTagClassName
{
color: #7C0E93;
}
</style>
background-color css
<style>
a { background-color: #7C0E93; }
a { background-color: rgb(124,14,147); }
div.DivClassName
{
background-color: #7C0E93;
}
.BgClassName
{
background-color: #7C0E93;
}
</style>
border-color css
<style>
span { border-color: #7C0E93; }
span { border-color: rgb(124,14,147); }
td.TdClassName
{
border-color: #7C0E93;
}
.TagClassName
{
border-color: #7C0E93;
}
</style>