Shades of Dark Magenta #71099C
Tints of Dark Magenta #71099C
RGB
CMYK
RGB Variations
Color information
#71099C (or 0x71099C) is known color: Dark Magenta. HEX triplet: 71, 09 and 9C. RGB value is (113,9,156). Sum of RGB (Red+Green+Blue) = 113+9+156=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #71099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71099C is #8EF663. Grayscale: #383838. Windows color (decimal): -9369188 or 10226033. OLE color: 10226033.
HSL color Cylindrical-coordinate representation of color #71099C: hue angle of 282.45º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71099C is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 9 | 156 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.39 |
| HSL | 282.45º | 0.89% | 0.32% | - |
| HSV(B) | 282.45º | 0.94% | 0.61% | - |
| XYZ | 12.91 | 6.11 | 31.95 | - |
| YUV | 56.85 | 183.96 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 156 | 0.28 | 0.94 | 0 | 0.39 | 282.45 | 0.89 | 0.32 |
| Hex | 71 | 9 | 9C | 1C | 5E | 0 | 27 | 11A | 59 | 20 |
| Octal | 161 | 11 | 234 | 34 | 136 | 0 | 47 | 432 | 131 | 40 |
| Binary | 1110001 | 1001 | 10011100 | 11100 | 1011110 | 0 | 100111 | 100011010 | 1011001 | 100000 |
Color Harmonies of #71099C
Complementary color
Monochromatic Colors of #71099C
Black with #71099C
Text Example
Text Example
White with #71099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71099C; }
p { color: rgb(113,9,156); }
H1.HeaderClassName
{
color: #71099C;
}
.AnyTagClassName
{
color: #71099C;
}
</style>
background-color css
<style>
a { background-color: #71099C; }
a { background-color: rgb(113,9,156); }
div.DivClassName
{
background-color: #71099C;
}
.BgClassName
{
background-color: #71099C;
}
</style>
border-color css
<style>
span { border-color: #71099C; }
span { border-color: rgb(113,9,156); }
td.TdClassName
{
border-color: #71099C;
}
.TagClassName
{
border-color: #71099C;
}
</style>