Shades of Dark Magenta #7E159B
Tints of Dark Magenta #7E159B
RGB
CMYK
RGB Variations
Color information
#7E159B (or 0x7E159B) is known color: Dark Magenta. HEX triplet: 7E, 15 and 9B. RGB value is (126,21,155). Sum of RGB (Red+Green+Blue) = 126+21+155=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E159B is #81EA64. Grayscale: #434343. Windows color (decimal): -8514149 or 10163582. OLE color: 10163582.
HSL color Cylindrical-coordinate representation of color #7E159B: hue angle of 287.01º 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 #7E159B is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 21 | 155 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.39 |
| HSL | 287.01º | 0.76% | 0.35% | - |
| HSV(B) | 287.01º | 0.86% | 0.61% | - |
| XYZ | 14.79 | 7.34 | 31.65 | - |
| YUV | 67.67 | 177.29 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 155 | 0.19 | 0.86 | 0 | 0.39 | 287.01 | 0.76 | 0.35 |
| Hex | 7E | 15 | 9B | 13 | 56 | 0 | 27 | 11F | 4C | 23 |
| Octal | 176 | 25 | 233 | 23 | 126 | 0 | 47 | 437 | 114 | 43 |
| Binary | 1111110 | 10101 | 10011011 | 10011 | 1010110 | 0 | 100111 | 100011111 | 1001100 | 100011 |
Color Harmonies of #7E159B
Complementary color
Monochromatic Colors of #7E159B
Black with #7E159B
Text Example
Text Example
White with #7E159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E159B; }
p { color: rgb(126,21,155); }
H1.HeaderClassName
{
color: #7E159B;
}
.AnyTagClassName
{
color: #7E159B;
}
</style>
background-color css
<style>
a { background-color: #7E159B; }
a { background-color: rgb(126,21,155); }
div.DivClassName
{
background-color: #7E159B;
}
.BgClassName
{
background-color: #7E159B;
}
</style>
border-color css
<style>
span { border-color: #7E159B; }
span { border-color: rgb(126,21,155); }
td.TdClassName
{
border-color: #7E159B;
}
.TagClassName
{
border-color: #7E159B;
}
</style>