Shades of Dark Magenta #71039B
Tints of Dark Magenta #71039B
RGB
CMYK
RGB Variations
Color information
#71039B (or 0x71039B) is known color: Dark Magenta. HEX triplet: 71, 03 and 9B. RGB value is (113,3,155). Sum of RGB (Red+Green+Blue) = 113+3+155=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #71039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71039B is #8EFC64. Grayscale: #343434. Windows color (decimal): -9370725 or 10158961. OLE color: 10158961.
HSL color Cylindrical-coordinate representation of color #71039B: hue angle of 283.42º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71039B is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 3 | 155 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.39 |
| HSL | 283.42º | 0.96% | 0.31% | - |
| HSV(B) | 283.42º | 0.98% | 0.61% | - |
| XYZ | 12.76 | 5.94 | 31.48 | - |
| YUV | 53.22 | 185.44 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 155 | 0.27 | 0.98 | 0 | 0.39 | 283.42 | 0.96 | 0.31 |
| Hex | 71 | 3 | 9B | 1B | 62 | 0 | 27 | 11B | 60 | 1F |
| Octal | 161 | 3 | 233 | 33 | 142 | 0 | 47 | 433 | 140 | 37 |
| Binary | 1110001 | 11 | 10011011 | 11011 | 1100010 | 0 | 100111 | 100011011 | 1100000 | 11111 |
Color Harmonies of #71039B
Complementary color
Monochromatic Colors of #71039B
Black with #71039B
Text Example
Text Example
White with #71039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71039B; }
p { color: rgb(113,3,155); }
H1.HeaderClassName
{
color: #71039B;
}
.AnyTagClassName
{
color: #71039B;
}
</style>
background-color css
<style>
a { background-color: #71039B; }
a { background-color: rgb(113,3,155); }
div.DivClassName
{
background-color: #71039B;
}
.BgClassName
{
background-color: #71039B;
}
</style>
border-color css
<style>
span { border-color: #71039B; }
span { border-color: rgb(113,3,155); }
td.TdClassName
{
border-color: #71039B;
}
.TagClassName
{
border-color: #71039B;
}
</style>