Shades of Dark Magenta #740AA5
Tints of Dark Magenta #740AA5
RGB
CMYK
RGB Variations
Color information
#740AA5 (or 0x740AA5) is known color: Dark Magenta. HEX triplet: 74, 0A and A5. RGB value is (116,10,165). Sum of RGB (Red+Green+Blue) = 116+10+165=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 165 (64.84% from 255 or 56.70% from 291); Max value from RGB is 165 - color contains mainly: blue. Hex color #740AA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740AA5 is #8BF55A. Grayscale: #3A3A3A. Windows color (decimal): -9172315 or 10816116. OLE color: 10816116.
HSL color Cylindrical-coordinate representation of color #740AA5: hue angle of 281.03º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740AA5 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 10 | 165 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.35 |
| HSL | 281.03º | 0.89% | 0.34% | - |
| HSV(B) | 281.03º | 0.94% | 0.65% | - |
| XYZ | 14.1 | 6.65 | 36.14 | - |
| YUV | 59.36 | 187.62 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 165 | 0.30 | 0.94 | 0 | 0.35 | 281.03 | 0.89 | 0.34 |
| Hex | 74 | A | A5 | 1E | 5E | 0 | 23 | 119 | 59 | 22 |
| Octal | 164 | 12 | 245 | 36 | 136 | 0 | 43 | 431 | 131 | 42 |
| Binary | 1110100 | 1010 | 10100101 | 11110 | 1011110 | 0 | 100011 | 100011001 | 1011001 | 100010 |
Color Harmonies of #740AA5
Complementary color
Monochromatic Colors of #740AA5
Black with #740AA5
Text Example
Text Example
White with #740AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740AA5; }
p { color: rgb(116,10,165); }
H1.HeaderClassName
{
color: #740AA5;
}
.AnyTagClassName
{
color: #740AA5;
}
</style>
background-color css
<style>
a { background-color: #740AA5; }
a { background-color: rgb(116,10,165); }
div.DivClassName
{
background-color: #740AA5;
}
.BgClassName
{
background-color: #740AA5;
}
</style>
border-color css
<style>
span { border-color: #740AA5; }
span { border-color: rgb(116,10,165); }
td.TdClassName
{
border-color: #740AA5;
}
.TagClassName
{
border-color: #740AA5;
}
</style>