Shades of Dark Magenta #7F159B
Tints of Dark Magenta #7F159B
RGB
CMYK
RGB Variations
Color information
#7F159B (or 0x7F159B) is known color: Dark Magenta. HEX triplet: 7F, 15 and 9B. RGB value is (127,21,155). Sum of RGB (Red+Green+Blue) = 127+21+155=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F159B is #80EA64. Grayscale: #434343. Windows color (decimal): -8448613 or 10163583. OLE color: 10163583.
HSL color Cylindrical-coordinate representation of color #7F159B: hue angle of 287.46º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F159B is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 21 | 155 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.39 |
| HSL | 287.46º | 0.76% | 0.35% | - |
| HSV(B) | 287.46º | 0.86% | 0.61% | - |
| XYZ | 14.94 | 7.41 | 31.65 | - |
| YUV | 67.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 155 | 0.18 | 0.86 | 0 | 0.39 | 287.46 | 0.76 | 0.35 |
| Hex | 7F | 15 | 9B | 12 | 56 | 0 | 27 | 11F | 4C | 23 |
| Octal | 177 | 25 | 233 | 22 | 126 | 0 | 47 | 437 | 114 | 43 |
| Binary | 1111111 | 10101 | 10011011 | 10010 | 1010110 | 0 | 100111 | 100011111 | 1001100 | 100011 |
Color Harmonies of #7F159B
Complementary color
Monochromatic Colors of #7F159B
Black with #7F159B
Text Example
Text Example
White with #7F159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F159B; }
p { color: rgb(127,21,155); }
H1.HeaderClassName
{
color: #7F159B;
}
.AnyTagClassName
{
color: #7F159B;
}
</style>
background-color css
<style>
a { background-color: #7F159B; }
a { background-color: rgb(127,21,155); }
div.DivClassName
{
background-color: #7F159B;
}
.BgClassName
{
background-color: #7F159B;
}
</style>
border-color css
<style>
span { border-color: #7F159B; }
span { border-color: rgb(127,21,155); }
td.TdClassName
{
border-color: #7F159B;
}
.TagClassName
{
border-color: #7F159B;
}
</style>