Shades of Dark Magenta #7F188D
Tints of Dark Magenta #7F188D
RGB
CMYK
RGB Variations
Color information
#7F188D (or 0x7F188D) is known color: Dark Magenta. HEX triplet: 7F, 18 and 8D. RGB value is (127,24,141). Sum of RGB (Red+Green+Blue) = 127+24+141=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F188D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F188D is #80E772. Grayscale: #434343. Windows color (decimal): -8447859 or 9246847. OLE color: 9246847.
HSL color Cylindrical-coordinate representation of color #7F188D: hue angle of 292.82º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F188D is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 24 | 141 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.45 |
| HSL | 292.82º | 0.71% | 0.32% | - |
| HSV(B) | 292.82º | 0.83% | 0.55% | - |
| XYZ | 13.89 | 7.09 | 25.84 | - |
| YUV | 68.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 24 | 141 | 0.10 | 0.83 | 0 | 0.45 | 292.82 | 0.71 | 0.32 |
| Hex | 7F | 18 | 8D | A | 53 | 0 | 2D | 125 | 47 | 20 |
| Octal | 177 | 30 | 215 | 12 | 123 | 0 | 55 | 445 | 107 | 40 |
| Binary | 1111111 | 11000 | 10001101 | 1010 | 1010011 | 0 | 101101 | 100100101 | 1000111 | 100000 |
Color Harmonies of #7F188D
Complementary color
Monochromatic Colors of #7F188D
Black with #7F188D
Text Example
Text Example
White with #7F188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F188D; }
p { color: rgb(127,24,141); }
H1.HeaderClassName
{
color: #7F188D;
}
.AnyTagClassName
{
color: #7F188D;
}
</style>
background-color css
<style>
a { background-color: #7F188D; }
a { background-color: rgb(127,24,141); }
div.DivClassName
{
background-color: #7F188D;
}
.BgClassName
{
background-color: #7F188D;
}
</style>
border-color css
<style>
span { border-color: #7F188D; }
span { border-color: rgb(127,24,141); }
td.TdClassName
{
border-color: #7F188D;
}
.TagClassName
{
border-color: #7F188D;
}
</style>