Shades of Dark Magenta #7F038D
Tints of Dark Magenta #7F038D
RGB
CMYK
RGB Variations
Color information
#7F038D (or 0x7F038D) is known color: Dark Magenta. HEX triplet: 7F, 03 and 8D. RGB value is (127,3,141). Sum of RGB (Red+Green+Blue) = 127+3+141=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F038D is #80FC72. Grayscale: #373737. Windows color (decimal): -8453235 or 9241471. OLE color: 9241471.
HSL color Cylindrical-coordinate representation of color #7F038D: hue angle of 293.91º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F038D is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 3 | 141 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.45 |
| HSL | 293.91º | 0.96% | 0.28% | - |
| HSV(B) | 293.91º | 0.98% | 0.55% | - |
| XYZ | 13.59 | 6.5 | 25.74 | - |
| YUV | 55.81 | 176.08 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 141 | 0.10 | 0.98 | 0 | 0.45 | 293.91 | 0.96 | 0.28 |
| Hex | 7F | 3 | 8D | A | 62 | 0 | 2D | 126 | 60 | 1C |
| Octal | 177 | 3 | 215 | 12 | 142 | 0 | 55 | 446 | 140 | 34 |
| Binary | 1111111 | 11 | 10001101 | 1010 | 1100010 | 0 | 101101 | 100100110 | 1100000 | 11100 |
Color Harmonies of #7F038D
Complementary color
Monochromatic Colors of #7F038D
Black with #7F038D
Text Example
Text Example
White with #7F038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F038D; }
p { color: rgb(127,3,141); }
H1.HeaderClassName
{
color: #7F038D;
}
.AnyTagClassName
{
color: #7F038D;
}
</style>
background-color css
<style>
a { background-color: #7F038D; }
a { background-color: rgb(127,3,141); }
div.DivClassName
{
background-color: #7F038D;
}
.BgClassName
{
background-color: #7F038D;
}
</style>
border-color css
<style>
span { border-color: #7F038D; }
span { border-color: rgb(127,3,141); }
td.TdClassName
{
border-color: #7F038D;
}
.TagClassName
{
border-color: #7F038D;
}
</style>