Shades of Dark Magenta #7F159D
Tints of Dark Magenta #7F159D
RGB
CMYK
RGB Variations
Color information
#7F159D (or 0x7F159D) is known color: Dark Magenta. HEX triplet: 7F, 15 and 9D. RGB value is (127,21,157). Sum of RGB (Red+Green+Blue) = 127+21+157=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F159D is #80EA62. Grayscale: #434343. Windows color (decimal): -8448611 or 10294655. OLE color: 10294655.
HSL color Cylindrical-coordinate representation of color #7F159D: hue angle of 286.76º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F159D is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 21 | 157 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.38 |
| HSL | 286.76º | 0.76% | 0.35% | - |
| HSV(B) | 286.76º | 0.87% | 0.62% | - |
| XYZ | 15.11 | 7.48 | 32.55 | - |
| YUV | 68.2 | 178.12 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 157 | 0.19 | 0.87 | 0 | 0.38 | 286.76 | 0.76 | 0.35 |
| Hex | 7F | 15 | 9D | 13 | 57 | 0 | 26 | 11F | 4C | 23 |
| Octal | 177 | 25 | 235 | 23 | 127 | 0 | 46 | 437 | 114 | 43 |
| Binary | 1111111 | 10101 | 10011101 | 10011 | 1010111 | 0 | 100110 | 100011111 | 1001100 | 100011 |
Color Harmonies of #7F159D
Complementary color
Monochromatic Colors of #7F159D
Black with #7F159D
Text Example
Text Example
White with #7F159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F159D; }
p { color: rgb(127,21,157); }
H1.HeaderClassName
{
color: #7F159D;
}
.AnyTagClassName
{
color: #7F159D;
}
</style>
background-color css
<style>
a { background-color: #7F159D; }
a { background-color: rgb(127,21,157); }
div.DivClassName
{
background-color: #7F159D;
}
.BgClassName
{
background-color: #7F159D;
}
</style>
border-color css
<style>
span { border-color: #7F159D; }
span { border-color: rgb(127,21,157); }
td.TdClassName
{
border-color: #7F159D;
}
.TagClassName
{
border-color: #7F159D;
}
</style>