Shades of Dark Magenta #7F048D
Tints of Dark Magenta #7F048D
RGB
CMYK
RGB Variations
Color information
#7F048D (or 0x7F048D) is known color: Dark Magenta. HEX triplet: 7F, 04 and 8D. RGB value is (127,4,141). Sum of RGB (Red+Green+Blue) = 127+4+141=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F048D is #80FB72. Grayscale: #373737. Windows color (decimal): -8452979 or 9241727. OLE color: 9241727.
HSL color Cylindrical-coordinate representation of color #7F048D: hue angle of 293.87º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F048D is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 4 | 141 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.45 |
| HSL | 293.87º | 0.94% | 0.28% | - |
| HSV(B) | 293.87º | 0.97% | 0.55% | - |
| XYZ | 13.6 | 6.52 | 25.74 | - |
| YUV | 56.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 4 | 141 | 0.10 | 0.97 | 0 | 0.45 | 293.87 | 0.94 | 0.28 |
| Hex | 7F | 4 | 8D | A | 61 | 0 | 2D | 126 | 5E | 1C |
| Octal | 177 | 4 | 215 | 12 | 141 | 0 | 55 | 446 | 136 | 34 |
| Binary | 1111111 | 100 | 10001101 | 1010 | 1100001 | 0 | 101101 | 100100110 | 1011110 | 11100 |
Color Harmonies of #7F048D
Complementary color
Monochromatic Colors of #7F048D
Black with #7F048D
Text Example
Text Example
White with #7F048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F048D; }
p { color: rgb(127,4,141); }
H1.HeaderClassName
{
color: #7F048D;
}
.AnyTagClassName
{
color: #7F048D;
}
</style>
background-color css
<style>
a { background-color: #7F048D; }
a { background-color: rgb(127,4,141); }
div.DivClassName
{
background-color: #7F048D;
}
.BgClassName
{
background-color: #7F048D;
}
</style>
border-color css
<style>
span { border-color: #7F048D; }
span { border-color: rgb(127,4,141); }
td.TdClassName
{
border-color: #7F048D;
}
.TagClassName
{
border-color: #7F048D;
}
</style>