Shades of Dark Magenta #71099A
Tints of Dark Magenta #71099A
RGB
CMYK
RGB Variations
Color information
#71099A (or 0x71099A) is known color: Dark Magenta. HEX triplet: 71, 09 and 9A. RGB value is (113,9,154). Sum of RGB (Red+Green+Blue) = 113+9+154=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #71099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71099A is #8EF665. Grayscale: #383838. Windows color (decimal): -9369190 or 10094961. OLE color: 10094961.
HSL color Cylindrical-coordinate representation of color #71099A: hue angle of 283.03º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71099A is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 9 | 154 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.40 |
| HSL | 283.03º | 0.89% | 0.32% | - |
| HSV(B) | 283.03º | 0.94% | 0.6% | - |
| XYZ | 12.74 | 6.04 | 31.07 | - |
| YUV | 56.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 154 | 0.27 | 0.94 | 0 | 0.40 | 283.03 | 0.89 | 0.32 |
| Hex | 71 | 9 | 9A | 1B | 5E | 0 | 28 | 11B | 59 | 20 |
| Octal | 161 | 11 | 232 | 33 | 136 | 0 | 50 | 433 | 131 | 40 |
| Binary | 1110001 | 1001 | 10011010 | 11011 | 1011110 | 0 | 101000 | 100011011 | 1011001 | 100000 |
Color Harmonies of #71099A
Complementary color
Monochromatic Colors of #71099A
Black with #71099A
Text Example
Text Example
White with #71099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71099A; }
p { color: rgb(113,9,154); }
H1.HeaderClassName
{
color: #71099A;
}
.AnyTagClassName
{
color: #71099A;
}
</style>
background-color css
<style>
a { background-color: #71099A; }
a { background-color: rgb(113,9,154); }
div.DivClassName
{
background-color: #71099A;
}
.BgClassName
{
background-color: #71099A;
}
</style>
border-color css
<style>
span { border-color: #71099A; }
span { border-color: rgb(113,9,154); }
td.TdClassName
{
border-color: #71099A;
}
.TagClassName
{
border-color: #71099A;
}
</style>