Shades of Dark Magenta #7C0499
Tints of Dark Magenta #7C0499
RGB
CMYK
RGB Variations
Color information
#7C0499 (or 0x7C0499) is known color: Dark Magenta. HEX triplet: 7C, 04 and 99. RGB value is (124,4,153). Sum of RGB (Red+Green+Blue) = 124+4+153=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C0499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0499 is #83FB66. Grayscale: #383838. Windows color (decimal): -8649575 or 10028156. OLE color: 10028156.
HSL color Cylindrical-coordinate representation of color #7C0499: hue angle of 288.32º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0499 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 4 | 153 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.4 |
| HSL | 288.32º | 0.95% | 0.31% | - |
| HSV(B) | 288.32º | 0.97% | 0.6% | - |
| XYZ | 14.11 | 6.67 | 30.68 | - |
| YUV | 56.87 | 182.26 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 153 | 0.19 | 0.97 | 0 | 0.4 | 288.32 | 0.95 | 0.31 |
| Hex | 7C | 4 | 99 | 13 | 61 | 0 | 28 | 120 | 5F | 1F |
| Octal | 174 | 4 | 231 | 23 | 141 | 0 | 50 | 440 | 137 | 37 |
| Binary | 1111100 | 100 | 10011001 | 10011 | 1100001 | 0 | 101000 | 100100000 | 1011111 | 11111 |
Color Harmonies of #7C0499
Complementary color
Monochromatic Colors of #7C0499
Black with #7C0499
Text Example
Text Example
White with #7C0499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0499; }
p { color: rgb(124,4,153); }
H1.HeaderClassName
{
color: #7C0499;
}
.AnyTagClassName
{
color: #7C0499;
}
</style>
background-color css
<style>
a { background-color: #7C0499; }
a { background-color: rgb(124,4,153); }
div.DivClassName
{
background-color: #7C0499;
}
.BgClassName
{
background-color: #7C0499;
}
</style>
border-color css
<style>
span { border-color: #7C0499; }
span { border-color: rgb(124,4,153); }
td.TdClassName
{
border-color: #7C0499;
}
.TagClassName
{
border-color: #7C0499;
}
</style>