Shades of Dark Magenta #7E079C
Tints of Dark Magenta #7E079C
RGB
CMYK
RGB Variations
Color information
#7E079C (or 0x7E079C) is known color: Dark Magenta. HEX triplet: 7E, 07 and 9C. RGB value is (126,7,156). Sum of RGB (Red+Green+Blue) = 126+7+156=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E079C is #81F863. Grayscale: #3B3B3B. Windows color (decimal): -8517732 or 10225534. OLE color: 10225534.
HSL color Cylindrical-coordinate representation of color #7E079C: hue angle of 287.92º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E079C is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 7 | 156 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.39 |
| HSL | 287.92º | 0.91% | 0.32% | - |
| HSV(B) | 287.92º | 0.96% | 0.61% | - |
| XYZ | 14.68 | 6.99 | 32.03 | - |
| YUV | 59.57 | 182.42 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 7 | 156 | 0.19 | 0.96 | 0 | 0.39 | 287.92 | 0.91 | 0.32 |
| Hex | 7E | 7 | 9C | 13 | 60 | 0 | 27 | 120 | 5B | 20 |
| Octal | 176 | 7 | 234 | 23 | 140 | 0 | 47 | 440 | 133 | 40 |
| Binary | 1111110 | 111 | 10011100 | 10011 | 1100000 | 0 | 100111 | 100100000 | 1011011 | 100000 |
Color Harmonies of #7E079C
Complementary color
Monochromatic Colors of #7E079C
Black with #7E079C
Text Example
Text Example
White with #7E079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E079C; }
p { color: rgb(126,7,156); }
H1.HeaderClassName
{
color: #7E079C;
}
.AnyTagClassName
{
color: #7E079C;
}
</style>
background-color css
<style>
a { background-color: #7E079C; }
a { background-color: rgb(126,7,156); }
div.DivClassName
{
background-color: #7E079C;
}
.BgClassName
{
background-color: #7E079C;
}
</style>
border-color css
<style>
span { border-color: #7E079C; }
span { border-color: rgb(126,7,156); }
td.TdClassName
{
border-color: #7E079C;
}
.TagClassName
{
border-color: #7E079C;
}
</style>