Shades of Dark Magenta #7404AA
Tints of Dark Magenta #7404AA
RGB
CMYK
RGB Variations
Color information
#7404AA (or 0x7404AA) is known color: Dark Magenta. HEX triplet: 74, 04 and AA. RGB value is (116,4,170). Sum of RGB (Red+Green+Blue) = 116+4+170=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #7404AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7404AA is #8BFB55. Grayscale: #373737. Windows color (decimal): -9173846 or 11142260. OLE color: 11142260.
HSL color Cylindrical-coordinate representation of color #7404AA: hue angle of 280.48º degrees, saturation: 0.95, 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 #7404AA is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 4 | 170 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.33 |
| HSL | 280.48º | 0.95% | 0.34% | - |
| HSV(B) | 280.48º | 0.98% | 0.67% | - |
| XYZ | 14.5 | 6.7 | 38.56 | - |
| YUV | 56.41 | 192.11 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 170 | 0.32 | 0.98 | 0 | 0.33 | 280.48 | 0.95 | 0.34 |
| Hex | 74 | 4 | AA | 20 | 62 | 0 | 21 | 118 | 5F | 22 |
| Octal | 164 | 4 | 252 | 40 | 142 | 0 | 41 | 430 | 137 | 42 |
| Binary | 1110100 | 100 | 10101010 | 100000 | 1100010 | 0 | 100001 | 100011000 | 1011111 | 100010 |
Color Harmonies of #7404AA
Complementary color
Monochromatic Colors of #7404AA
Black with #7404AA
Text Example
Text Example
White with #7404AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7404AA; }
p { color: rgb(116,4,170); }
H1.HeaderClassName
{
color: #7404AA;
}
.AnyTagClassName
{
color: #7404AA;
}
</style>
background-color css
<style>
a { background-color: #7404AA; }
a { background-color: rgb(116,4,170); }
div.DivClassName
{
background-color: #7404AA;
}
.BgClassName
{
background-color: #7404AA;
}
</style>
border-color css
<style>
span { border-color: #7404AA; }
span { border-color: rgb(116,4,170); }
td.TdClassName
{
border-color: #7404AA;
}
.TagClassName
{
border-color: #7404AA;
}
</style>