Shades of Dark Magenta #71109D
Tints of Dark Magenta #71109D
RGB
CMYK
RGB Variations
Color information
#71109D (or 0x71109D) is known color: Dark Magenta. HEX triplet: 71, 10 and 9D. RGB value is (113,16,157). Sum of RGB (Red+Green+Blue) = 113+16+157=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #71109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71109D is #8EEF62. Grayscale: #3C3C3C. Windows color (decimal): -9367395 or 10293361. OLE color: 10293361.
HSL color Cylindrical-coordinate representation of color #71109D: hue angle of 281.28º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71109D is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 16 | 157 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.38 |
| HSL | 281.28º | 0.82% | 0.34% | - |
| HSV(B) | 281.28º | 0.9% | 0.62% | - |
| XYZ | 13.08 | 6.32 | 32.43 | - |
| YUV | 61.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 157 | 0.28 | 0.90 | 0 | 0.38 | 281.28 | 0.82 | 0.34 |
| Hex | 71 | 10 | 9D | 1C | 5A | 0 | 26 | 119 | 52 | 22 |
| Octal | 161 | 20 | 235 | 34 | 132 | 0 | 46 | 431 | 122 | 42 |
| Binary | 1110001 | 10000 | 10011101 | 11100 | 1011010 | 0 | 100110 | 100011001 | 1010010 | 100010 |
Color Harmonies of #71109D
Complementary color
Monochromatic Colors of #71109D
Black with #71109D
Text Example
Text Example
White with #71109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71109D; }
p { color: rgb(113,16,157); }
H1.HeaderClassName
{
color: #71109D;
}
.AnyTagClassName
{
color: #71109D;
}
</style>
background-color css
<style>
a { background-color: #71109D; }
a { background-color: rgb(113,16,157); }
div.DivClassName
{
background-color: #71109D;
}
.BgClassName
{
background-color: #71109D;
}
</style>
border-color css
<style>
span { border-color: #71109D; }
span { border-color: rgb(113,16,157); }
td.TdClassName
{
border-color: #71109D;
}
.TagClassName
{
border-color: #71109D;
}
</style>