Shades of Dark Magenta #7103A1
Tints of Dark Magenta #7103A1
RGB
CMYK
RGB Variations
Color information
#7103A1 (or 0x7103A1) is known color: Dark Magenta. HEX triplet: 71, 03 and A1. RGB value is (113,3,161). Sum of RGB (Red+Green+Blue) = 113+3+161=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 161 (63.28% from 255 or 58.12% from 277); Max value from RGB is 161 - color contains mainly: blue. Hex color #7103A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7103A1 is #8EFC5E. Grayscale: #353535. Windows color (decimal): -9370719 or 10552177. OLE color: 10552177.
HSL color Cylindrical-coordinate representation of color #7103A1: hue angle of 281.77º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7103A1 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 3 | 161 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.37 |
| HSL | 281.77º | 0.96% | 0.32% | - |
| HSV(B) | 281.77º | 0.98% | 0.63% | - |
| XYZ | 13.28 | 6.15 | 34.21 | - |
| YUV | 53.9 | 188.44 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 161 | 0.30 | 0.98 | 0 | 0.37 | 281.77 | 0.96 | 0.32 |
| Hex | 71 | 3 | A1 | 1E | 62 | 0 | 25 | 11A | 60 | 20 |
| Octal | 161 | 3 | 241 | 36 | 142 | 0 | 45 | 432 | 140 | 40 |
| Binary | 1110001 | 11 | 10100001 | 11110 | 1100010 | 0 | 100101 | 100011010 | 1100000 | 100000 |
Color Harmonies of #7103A1
Complementary color
Monochromatic Colors of #7103A1
Black with #7103A1
Text Example
Text Example
White with #7103A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7103A1; }
p { color: rgb(113,3,161); }
H1.HeaderClassName
{
color: #7103A1;
}
.AnyTagClassName
{
color: #7103A1;
}
</style>
background-color css
<style>
a { background-color: #7103A1; }
a { background-color: rgb(113,3,161); }
div.DivClassName
{
background-color: #7103A1;
}
.BgClassName
{
background-color: #7103A1;
}
</style>
border-color css
<style>
span { border-color: #7103A1; }
span { border-color: rgb(113,3,161); }
td.TdClassName
{
border-color: #7103A1;
}
.TagClassName
{
border-color: #7103A1;
}
</style>