Shades of Dark Magenta #740AA3
Tints of Dark Magenta #740AA3
RGB
CMYK
RGB Variations
Color information
#740AA3 (or 0x740AA3) is known color: Dark Magenta. HEX triplet: 74, 0A and A3. RGB value is (116,10,163). Sum of RGB (Red+Green+Blue) = 116+10+163=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 163 (64.06% from 255 or 56.40% from 289); Max value from RGB is 163 - color contains mainly: blue. Hex color #740AA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740AA3 is #8BF55C. Grayscale: #3A3A3A. Windows color (decimal): -9172317 or 10685044. OLE color: 10685044.
HSL color Cylindrical-coordinate representation of color #740AA3: hue angle of 281.57º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740AA3 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 10 | 163 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.36 |
| HSL | 281.57º | 0.88% | 0.34% | - |
| HSV(B) | 281.57º | 0.94% | 0.64% | - |
| XYZ | 13.92 | 6.57 | 35.19 | - |
| YUV | 59.14 | 186.62 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 163 | 0.29 | 0.94 | 0 | 0.36 | 281.57 | 0.88 | 0.34 |
| Hex | 74 | A | A3 | 1D | 5E | 0 | 24 | 11A | 58 | 22 |
| Octal | 164 | 12 | 243 | 35 | 136 | 0 | 44 | 432 | 130 | 42 |
| Binary | 1110100 | 1010 | 10100011 | 11101 | 1011110 | 0 | 100100 | 100011010 | 1011000 | 100010 |
Color Harmonies of #740AA3
Complementary color
Monochromatic Colors of #740AA3
Black with #740AA3
Text Example
Text Example
White with #740AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740AA3; }
p { color: rgb(116,10,163); }
H1.HeaderClassName
{
color: #740AA3;
}
.AnyTagClassName
{
color: #740AA3;
}
</style>
background-color css
<style>
a { background-color: #740AA3; }
a { background-color: rgb(116,10,163); }
div.DivClassName
{
background-color: #740AA3;
}
.BgClassName
{
background-color: #740AA3;
}
</style>
border-color css
<style>
span { border-color: #740AA3; }
span { border-color: rgb(116,10,163); }
td.TdClassName
{
border-color: #740AA3;
}
.TagClassName
{
border-color: #740AA3;
}
</style>