Shades of Dark Magenta #7103AC
Tints of Dark Magenta #7103AC
RGB
CMYK
RGB Variations
Color information
#7103AC (or 0x7103AC) is known color: Dark Magenta. HEX triplet: 71, 03 and AC. RGB value is (113,3,172). Sum of RGB (Red+Green+Blue) = 113+3+172=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #7103AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7103AC is #8EFC53. Grayscale: #363636. Windows color (decimal): -9370708 or 11273073. OLE color: 11273073.
HSL color Cylindrical-coordinate representation of color #7103AC: hue angle of 279.05º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7103AC is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 3 | 172 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.33 |
| HSL | 279.05º | 0.97% | 0.34% | - |
| HSV(B) | 279.05º | 0.98% | 0.67% | - |
| XYZ | 14.29 | 6.55 | 39.54 | - |
| YUV | 55.16 | 193.94 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 172 | 0.34 | 0.98 | 0 | 0.33 | 279.05 | 0.97 | 0.34 |
| Hex | 71 | 3 | AC | 22 | 62 | 0 | 21 | 117 | 61 | 22 |
| Octal | 161 | 3 | 254 | 42 | 142 | 0 | 41 | 427 | 141 | 42 |
| Binary | 1110001 | 11 | 10101100 | 100010 | 1100010 | 0 | 100001 | 100010111 | 1100001 | 100010 |
Color Harmonies of #7103AC
Complementary color
Monochromatic Colors of #7103AC
Black with #7103AC
Text Example
Text Example
White with #7103AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7103AC; }
p { color: rgb(113,3,172); }
H1.HeaderClassName
{
color: #7103AC;
}
.AnyTagClassName
{
color: #7103AC;
}
</style>
background-color css
<style>
a { background-color: #7103AC; }
a { background-color: rgb(113,3,172); }
div.DivClassName
{
background-color: #7103AC;
}
.BgClassName
{
background-color: #7103AC;
}
</style>
border-color css
<style>
span { border-color: #7103AC; }
span { border-color: rgb(113,3,172); }
td.TdClassName
{
border-color: #7103AC;
}
.TagClassName
{
border-color: #7103AC;
}
</style>