Shades of Dark Magenta #71079D
Tints of Dark Magenta #71079D
RGB
CMYK
RGB Variations
Color information
#71079D (or 0x71079D) is known color: Dark Magenta. HEX triplet: 71, 07 and 9D. RGB value is (113,7,157). Sum of RGB (Red+Green+Blue) = 113+7+157=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #71079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71079D is #8EF862. Grayscale: #373737. Windows color (decimal): -9369699 or 10291057. OLE color: 10291057.
HSL color Cylindrical-coordinate representation of color #71079D: hue angle of 282.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71079D is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 7 | 157 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.38 |
| HSL | 282.4º | 0.91% | 0.32% | - |
| HSV(B) | 282.4º | 0.96% | 0.62% | - |
| XYZ | 12.97 | 6.1 | 32.39 | - |
| YUV | 55.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 157 | 0.28 | 0.96 | 0 | 0.38 | 282.4 | 0.91 | 0.32 |
| Hex | 71 | 7 | 9D | 1C | 60 | 0 | 26 | 11A | 5B | 20 |
| Octal | 161 | 7 | 235 | 34 | 140 | 0 | 46 | 432 | 133 | 40 |
| Binary | 1110001 | 111 | 10011101 | 11100 | 1100000 | 0 | 100110 | 100011010 | 1011011 | 100000 |
Color Harmonies of #71079D
Complementary color
Monochromatic Colors of #71079D
Black with #71079D
Text Example
Text Example
White with #71079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71079D; }
p { color: rgb(113,7,157); }
H1.HeaderClassName
{
color: #71079D;
}
.AnyTagClassName
{
color: #71079D;
}
</style>
background-color css
<style>
a { background-color: #71079D; }
a { background-color: rgb(113,7,157); }
div.DivClassName
{
background-color: #71079D;
}
.BgClassName
{
background-color: #71079D;
}
</style>
border-color css
<style>
span { border-color: #71079D; }
span { border-color: rgb(113,7,157); }
td.TdClassName
{
border-color: #71079D;
}
.TagClassName
{
border-color: #71079D;
}
</style>