Shades of Dark Magenta #7C048F
Tints of Dark Magenta #7C048F
RGB
CMYK
RGB Variations
Color information
#7C048F (or 0x7C048F) is known color: Dark Magenta. HEX triplet: 7C, 04 and 8F. RGB value is (124,4,143). Sum of RGB (Red+Green+Blue) = 124+4+143=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C048F is #83FB70. Grayscale: #373737. Windows color (decimal): -8649585 or 9372796. OLE color: 9372796.
HSL color Cylindrical-coordinate representation of color #7C048F: hue angle of 291.8º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C048F is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 4 | 143 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.44 |
| HSL | 291.8º | 0.95% | 0.29% | - |
| HSV(B) | 291.8º | 0.97% | 0.56% | - |
| XYZ | 13.31 | 6.36 | 26.51 | - |
| YUV | 55.73 | 177.26 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 143 | 0.13 | 0.97 | 0 | 0.44 | 291.8 | 0.95 | 0.29 |
| Hex | 7C | 4 | 8F | D | 61 | 0 | 2C | 124 | 5F | 1D |
| Octal | 174 | 4 | 217 | 15 | 141 | 0 | 54 | 444 | 137 | 35 |
| Binary | 1111100 | 100 | 10001111 | 1101 | 1100001 | 0 | 101100 | 100100100 | 1011111 | 11101 |
Color Harmonies of #7C048F
Complementary color
Monochromatic Colors of #7C048F
Black with #7C048F
Text Example
Text Example
White with #7C048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C048F; }
p { color: rgb(124,4,143); }
H1.HeaderClassName
{
color: #7C048F;
}
.AnyTagClassName
{
color: #7C048F;
}
</style>
background-color css
<style>
a { background-color: #7C048F; }
a { background-color: rgb(124,4,143); }
div.DivClassName
{
background-color: #7C048F;
}
.BgClassName
{
background-color: #7C048F;
}
</style>
border-color css
<style>
span { border-color: #7C048F; }
span { border-color: rgb(124,4,143); }
td.TdClassName
{
border-color: #7C048F;
}
.TagClassName
{
border-color: #7C048F;
}
</style>