Shades of Dark Magenta #7400AC
Tints of Dark Magenta #7400AC
RGB
CMYK
RGB Variations
Color information
#7400AC (or 0x7400AC) is known color: Dark Magenta. HEX triplet: 74, 00 and AC. RGB value is (116,0,172). Sum of RGB (Red+Green+Blue) = 116+0+172=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 0 (0.39% from 255 or 0% 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 #7400AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7400AC is #8BFF53. Grayscale: #353535. Windows color (decimal): -9174868 or 11272308. OLE color: 11272308.
HSL color Cylindrical-coordinate representation of color #7400AC: hue angle of 280.47º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400AC is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 0 | 172 | - |
| CMYK | 0.33 | 1 | 0 | 0.33 |
| HSL | 280.47º | 1% | 0.34% | - |
| HSV(B) | 280.47º | 1% | 0.67% | - |
| XYZ | 14.65 | 6.69 | 39.55 | - |
| YUV | 54.29 | 194.43 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 172 | 0.33 | 1 | 0 | 0.33 | 280.47 | 1 | 0.34 |
| Hex | 74 | 0 | AC | 21 | 64 | 0 | 21 | 118 | 64 | 22 |
| Octal | 164 | 0 | 254 | 41 | 144 | 0 | 41 | 430 | 144 | 42 |
| Binary | 1110100 | 0 | 10101100 | 100001 | 1100100 | 0 | 100001 | 100011000 | 1100100 | 100010 |
Color Harmonies of #7400AC
Complementary color
Monochromatic Colors of #7400AC
Black with #7400AC
Text Example
Text Example
White with #7400AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7400AC; }
p { color: rgb(116,0,172); }
H1.HeaderClassName
{
color: #7400AC;
}
.AnyTagClassName
{
color: #7400AC;
}
</style>
background-color css
<style>
a { background-color: #7400AC; }
a { background-color: rgb(116,0,172); }
div.DivClassName
{
background-color: #7400AC;
}
.BgClassName
{
background-color: #7400AC;
}
</style>
border-color css
<style>
span { border-color: #7400AC; }
span { border-color: rgb(116,0,172); }
td.TdClassName
{
border-color: #7400AC;
}
.TagClassName
{
border-color: #7400AC;
}
</style>