Shades of Dark Magenta #71069E
Tints of Dark Magenta #71069E
RGB
CMYK
RGB Variations
Color information
#71069E (or 0x71069E) is known color: Dark Magenta. HEX triplet: 71, 06 and 9E. RGB value is (113,6,158). Sum of RGB (Red+Green+Blue) = 113+6+158=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #71069E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71069E is #8EF961. Grayscale: #363636. Windows color (decimal): -9369954 or 10356337. OLE color: 10356337.
HSL color Cylindrical-coordinate representation of color #71069E: hue angle of 282.24º degrees, saturation: 0.93, 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 #71069E is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 6 | 158 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.38 |
| HSL | 282.24º | 0.93% | 0.32% | - |
| HSV(B) | 282.24º | 0.96% | 0.62% | - |
| XYZ | 13.05 | 6.11 | 32.84 | - |
| YUV | 55.32 | 185.95 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 158 | 0.28 | 0.96 | 0 | 0.38 | 282.24 | 0.93 | 0.32 |
| Hex | 71 | 6 | 9E | 1C | 60 | 0 | 26 | 11A | 5D | 20 |
| Octal | 161 | 6 | 236 | 34 | 140 | 0 | 46 | 432 | 135 | 40 |
| Binary | 1110001 | 110 | 10011110 | 11100 | 1100000 | 0 | 100110 | 100011010 | 1011101 | 100000 |
Color Harmonies of #71069E
Complementary color
Monochromatic Colors of #71069E
Black with #71069E
Text Example
Text Example
White with #71069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71069E; }
p { color: rgb(113,6,158); }
H1.HeaderClassName
{
color: #71069E;
}
.AnyTagClassName
{
color: #71069E;
}
</style>
background-color css
<style>
a { background-color: #71069E; }
a { background-color: rgb(113,6,158); }
div.DivClassName
{
background-color: #71069E;
}
.BgClassName
{
background-color: #71069E;
}
</style>
border-color css
<style>
span { border-color: #71069E; }
span { border-color: rgb(113,6,158); }
td.TdClassName
{
border-color: #71069E;
}
.TagClassName
{
border-color: #71069E;
}
</style>