Shades of Dark Magenta #71099F
Tints of Dark Magenta #71099F
RGB
CMYK
RGB Variations
Color information
#71099F (or 0x71099F) is known color: Dark Magenta. HEX triplet: 71, 09 and 9F. RGB value is (113,9,159). Sum of RGB (Red+Green+Blue) = 113+9+159=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #71099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71099F is #8EF660. Grayscale: #383838. Windows color (decimal): -9369185 or 10422641. OLE color: 10422641.
HSL color Cylindrical-coordinate representation of color #71099F: hue angle of 281.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71099F is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 9 | 159 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.38 |
| HSL | 281.6º | 0.89% | 0.33% | - |
| HSV(B) | 281.6º | 0.94% | 0.62% | - |
| XYZ | 13.17 | 6.21 | 33.31 | - |
| YUV | 57.2 | 185.46 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 159 | 0.29 | 0.94 | 0 | 0.38 | 281.6 | 0.89 | 0.33 |
| Hex | 71 | 9 | 9F | 1D | 5E | 0 | 26 | 11A | 59 | 21 |
| Octal | 161 | 11 | 237 | 35 | 136 | 0 | 46 | 432 | 131 | 41 |
| Binary | 1110001 | 1001 | 10011111 | 11101 | 1011110 | 0 | 100110 | 100011010 | 1011001 | 100001 |
Color Harmonies of #71099F
Complementary color
Monochromatic Colors of #71099F
Black with #71099F
Text Example
Text Example
White with #71099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71099F; }
p { color: rgb(113,9,159); }
H1.HeaderClassName
{
color: #71099F;
}
.AnyTagClassName
{
color: #71099F;
}
</style>
background-color css
<style>
a { background-color: #71099F; }
a { background-color: rgb(113,9,159); }
div.DivClassName
{
background-color: #71099F;
}
.BgClassName
{
background-color: #71099F;
}
</style>
border-color css
<style>
span { border-color: #71099F; }
span { border-color: rgb(113,9,159); }
td.TdClassName
{
border-color: #71099F;
}
.TagClassName
{
border-color: #71099F;
}
</style>