Shades of Dark Magenta #7406A3
Tints of Dark Magenta #7406A3
RGB
CMYK
RGB Variations
Color information
#7406A3 (or 0x7406A3) is known color: Dark Magenta. HEX triplet: 74, 06 and A3. RGB value is (116,6,163). Sum of RGB (Red+Green+Blue) = 116+6+163=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 163 (64.06% from 255 or 57.19% from 285); Max value from RGB is 163 - color contains mainly: blue. Hex color #7406A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7406A3 is #8BF95C. Grayscale: #383838. Windows color (decimal): -9173341 or 10684020. OLE color: 10684020.
HSL color Cylindrical-coordinate representation of color #7406A3: hue angle of 282.04º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7406A3 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 6 | 163 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.36 |
| HSL | 282.04º | 0.93% | 0.33% | - |
| HSV(B) | 282.04º | 0.96% | 0.64% | - |
| XYZ | 13.88 | 6.49 | 35.17 | - |
| YUV | 56.79 | 187.94 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 6 | 163 | 0.29 | 0.96 | 0 | 0.36 | 282.04 | 0.93 | 0.33 |
| Hex | 74 | 6 | A3 | 1D | 60 | 0 | 24 | 11A | 5D | 21 |
| Octal | 164 | 6 | 243 | 35 | 140 | 0 | 44 | 432 | 135 | 41 |
| Binary | 1110100 | 110 | 10100011 | 11101 | 1100000 | 0 | 100100 | 100011010 | 1011101 | 100001 |
Color Harmonies of #7406A3
Complementary color
Monochromatic Colors of #7406A3
Black with #7406A3
Text Example
Text Example
White with #7406A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7406A3; }
p { color: rgb(116,6,163); }
H1.HeaderClassName
{
color: #7406A3;
}
.AnyTagClassName
{
color: #7406A3;
}
</style>
background-color css
<style>
a { background-color: #7406A3; }
a { background-color: rgb(116,6,163); }
div.DivClassName
{
background-color: #7406A3;
}
.BgClassName
{
background-color: #7406A3;
}
</style>
border-color css
<style>
span { border-color: #7406A3; }
span { border-color: rgb(116,6,163); }
td.TdClassName
{
border-color: #7406A3;
}
.TagClassName
{
border-color: #7406A3;
}
</style>