Shades of Dark Magenta #7407AB
Tints of Dark Magenta #7407AB
RGB
CMYK
RGB Variations
Color information
#7407AB (or 0x7407AB) is known color: Dark Magenta. HEX triplet: 74, 07 and AB. RGB value is (116,7,171). Sum of RGB (Red+Green+Blue) = 116+7+171=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #7407AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7407AB is #8BF854. Grayscale: #393939. Windows color (decimal): -9173077 or 11208564. OLE color: 11208564.
HSL color Cylindrical-coordinate representation of color #7407AB: hue angle of 279.88º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7407AB is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 7 | 171 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.33 |
| HSL | 279.88º | 0.92% | 0.35% | - |
| HSV(B) | 279.88º | 0.96% | 0.67% | - |
| XYZ | 14.63 | 6.81 | 39.07 | - |
| YUV | 58.29 | 191.61 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 171 | 0.32 | 0.96 | 0 | 0.33 | 279.88 | 0.92 | 0.35 |
| Hex | 74 | 7 | AB | 20 | 60 | 0 | 21 | 118 | 5C | 23 |
| Octal | 164 | 7 | 253 | 40 | 140 | 0 | 41 | 430 | 134 | 43 |
| Binary | 1110100 | 111 | 10101011 | 100000 | 1100000 | 0 | 100001 | 100011000 | 1011100 | 100011 |
Color Harmonies of #7407AB
Complementary color
Monochromatic Colors of #7407AB
Black with #7407AB
Text Example
Text Example
White with #7407AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7407AB; }
p { color: rgb(116,7,171); }
H1.HeaderClassName
{
color: #7407AB;
}
.AnyTagClassName
{
color: #7407AB;
}
</style>
background-color css
<style>
a { background-color: #7407AB; }
a { background-color: rgb(116,7,171); }
div.DivClassName
{
background-color: #7407AB;
}
.BgClassName
{
background-color: #7407AB;
}
</style>
border-color css
<style>
span { border-color: #7407AB; }
span { border-color: rgb(116,7,171); }
td.TdClassName
{
border-color: #7407AB;
}
.TagClassName
{
border-color: #7407AB;
}
</style>