Shades of Dark Magenta #7F008D
Tints of Dark Magenta #7F008D
RGB
CMYK
RGB Variations
Color information
#7F008D (or 0x7F008D) is known color: Dark Magenta. HEX triplet: 7F, 00 and 8D. RGB value is (127,0,141). Sum of RGB (Red+Green+Blue) = 127+0+141=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F008D is #80FF72. Grayscale: #353535. Windows color (decimal): -8454003 or 9240703. OLE color: 9240703.
HSL color Cylindrical-coordinate representation of color #7F008D: hue angle of 294.04º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F008D is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 0 | 141 | - |
| CMYK | 0.10 | 1 | 0 | 0.45 |
| HSL | 294.04º | 1% | 0.28% | - |
| HSV(B) | 294.04º | 1% | 0.55% | - |
| XYZ | 13.56 | 6.44 | 25.73 | - |
| YUV | 54.05 | 177.08 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 141 | 0.10 | 1 | 0 | 0.45 | 294.04 | 1 | 0.28 |
| Hex | 7F | 0 | 8D | A | 64 | 0 | 2D | 126 | 64 | 1C |
| Octal | 177 | 0 | 215 | 12 | 144 | 0 | 55 | 446 | 144 | 34 |
| Binary | 1111111 | 0 | 10001101 | 1010 | 1100100 | 0 | 101101 | 100100110 | 1100100 | 11100 |
Color Harmonies of #7F008D
Complementary color
Monochromatic Colors of #7F008D
Black with #7F008D
Text Example
Text Example
White with #7F008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F008D; }
p { color: rgb(127,0,141); }
H1.HeaderClassName
{
color: #7F008D;
}
.AnyTagClassName
{
color: #7F008D;
}
</style>
background-color css
<style>
a { background-color: #7F008D; }
a { background-color: rgb(127,0,141); }
div.DivClassName
{
background-color: #7F008D;
}
.BgClassName
{
background-color: #7F008D;
}
</style>
border-color css
<style>
span { border-color: #7F008D; }
span { border-color: rgb(127,0,141); }
td.TdClassName
{
border-color: #7F008D;
}
.TagClassName
{
border-color: #7F008D;
}
</style>