Shades of Dark Magenta #7E129B
Tints of Dark Magenta #7E129B
RGB
CMYK
RGB Variations
Color information
#7E129B (or 0x7E129B) is known color: Dark Magenta. HEX triplet: 7E, 12 and 9B. RGB value is (126,18,155). Sum of RGB (Red+Green+Blue) = 126+18+155=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E129B is #81ED64. Grayscale: #414141. Windows color (decimal): -8514917 or 10162814. OLE color: 10162814.
HSL color Cylindrical-coordinate representation of color #7E129B: hue angle of 287.3º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E129B is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 18 | 155 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.39 |
| HSL | 287.3º | 0.79% | 0.34% | - |
| HSV(B) | 287.3º | 0.88% | 0.61% | - |
| XYZ | 14.74 | 7.23 | 31.63 | - |
| YUV | 65.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 155 | 0.19 | 0.88 | 0 | 0.39 | 287.3 | 0.79 | 0.34 |
| Hex | 7E | 12 | 9B | 13 | 58 | 0 | 27 | 11F | 4F | 22 |
| Octal | 176 | 22 | 233 | 23 | 130 | 0 | 47 | 437 | 117 | 42 |
| Binary | 1111110 | 10010 | 10011011 | 10011 | 1011000 | 0 | 100111 | 100011111 | 1001111 | 100010 |
Color Harmonies of #7E129B
Complementary color
Monochromatic Colors of #7E129B
Black with #7E129B
Text Example
Text Example
White with #7E129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E129B; }
p { color: rgb(126,18,155); }
H1.HeaderClassName
{
color: #7E129B;
}
.AnyTagClassName
{
color: #7E129B;
}
</style>
background-color css
<style>
a { background-color: #7E129B; }
a { background-color: rgb(126,18,155); }
div.DivClassName
{
background-color: #7E129B;
}
.BgClassName
{
background-color: #7E129B;
}
</style>
border-color css
<style>
span { border-color: #7E129B; }
span { border-color: rgb(126,18,155); }
td.TdClassName
{
border-color: #7E129B;
}
.TagClassName
{
border-color: #7E129B;
}
</style>