Shades of Dark Magenta #7400AD
Tints of Dark Magenta #7400AD
RGB
CMYK
RGB Variations
Color information
#7400AD (or 0x7400AD) is known color: Dark Magenta. HEX triplet: 74, 00 and AD. RGB value is (116,0,173). Sum of RGB (Red+Green+Blue) = 116+0+173=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #7400AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7400AD is #8BFF52. Grayscale: #353535. Windows color (decimal): -9174867 or 11337844. OLE color: 11337844.
HSL color Cylindrical-coordinate representation of color #7400AD: hue angle of 280.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400AD is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 0 | 173 | - |
| CMYK | 0.33 | 1 | 0 | 0.32 |
| HSL | 280.23º | 1% | 0.34% | - |
| HSV(B) | 280.23º | 1% | 0.68% | - |
| XYZ | 14.75 | 6.73 | 40.06 | - |
| YUV | 54.41 | 194.93 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 173 | 0.33 | 1 | 0 | 0.32 | 280.23 | 1 | 0.34 |
| Hex | 74 | 0 | AD | 21 | 64 | 0 | 20 | 118 | 64 | 22 |
| Octal | 164 | 0 | 255 | 41 | 144 | 0 | 40 | 430 | 144 | 42 |
| Binary | 1110100 | 0 | 10101101 | 100001 | 1100100 | 0 | 100000 | 100011000 | 1100100 | 100010 |
Color Harmonies of #7400AD
Complementary color
Monochromatic Colors of #7400AD
Black with #7400AD
Text Example
Text Example
White with #7400AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7400AD; }
p { color: rgb(116,0,173); }
H1.HeaderClassName
{
color: #7400AD;
}
.AnyTagClassName
{
color: #7400AD;
}
</style>
background-color css
<style>
a { background-color: #7400AD; }
a { background-color: rgb(116,0,173); }
div.DivClassName
{
background-color: #7400AD;
}
.BgClassName
{
background-color: #7400AD;
}
</style>
border-color css
<style>
span { border-color: #7400AD; }
span { border-color: rgb(116,0,173); }
td.TdClassName
{
border-color: #7400AD;
}
.TagClassName
{
border-color: #7400AD;
}
</style>