Shades of Dark Magenta #7C0394
Tints of Dark Magenta #7C0394
RGB
CMYK
RGB Variations
Color information
#7C0394 (or 0x7C0394) is known color: Dark Magenta. HEX triplet: 7C, 03 and 94. RGB value is (124,3,148). Sum of RGB (Red+Green+Blue) = 124+3+148=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #7C0394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0394 is #83FC6B. Grayscale: #373737. Windows color (decimal): -8649836 or 9700220. OLE color: 9700220.
HSL color Cylindrical-coordinate representation of color #7C0394: hue angle of 290.07º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C0394 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 3 | 148 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.42 |
| HSL | 290.07º | 0.96% | 0.3% | - |
| HSV(B) | 290.07º | 0.98% | 0.58% | - |
| XYZ | 13.69 | 6.49 | 28.55 | - |
| YUV | 55.71 | 180.09 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 148 | 0.16 | 0.98 | 0 | 0.42 | 290.07 | 0.96 | 0.3 |
| Hex | 7C | 3 | 94 | 10 | 62 | 0 | 2A | 122 | 60 | 1E |
| Octal | 174 | 3 | 224 | 20 | 142 | 0 | 52 | 442 | 140 | 36 |
| Binary | 1111100 | 11 | 10010100 | 10000 | 1100010 | 0 | 101010 | 100100010 | 1100000 | 11110 |
Color Harmonies of #7C0394
Complementary color
Monochromatic Colors of #7C0394
Black with #7C0394
Text Example
Text Example
White with #7C0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0394; }
p { color: rgb(124,3,148); }
H1.HeaderClassName
{
color: #7C0394;
}
.AnyTagClassName
{
color: #7C0394;
}
</style>
background-color css
<style>
a { background-color: #7C0394; }
a { background-color: rgb(124,3,148); }
div.DivClassName
{
background-color: #7C0394;
}
.BgClassName
{
background-color: #7C0394;
}
</style>
border-color css
<style>
span { border-color: #7C0394; }
span { border-color: rgb(124,3,148); }
td.TdClassName
{
border-color: #7C0394;
}
.TagClassName
{
border-color: #7C0394;
}
</style>