Shades of Dark Magenta #74109E
Tints of Dark Magenta #74109E
RGB
CMYK
RGB Variations
Color information
#74109E (or 0x74109E) is known color: Dark Magenta. HEX triplet: 74, 10 and 9E. RGB value is (116,16,158). Sum of RGB (Red+Green+Blue) = 116+16+158=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #74109E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74109E is #8BEF61. Grayscale: #3D3D3D. Windows color (decimal): -9170786 or 10358900. OLE color: 10358900.
HSL color Cylindrical-coordinate representation of color #74109E: hue angle of 282.25º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74109E is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 16 | 158 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.38 |
| HSL | 282.25º | 0.82% | 0.34% | - |
| HSV(B) | 282.25º | 0.9% | 0.62% | - |
| XYZ | 13.56 | 6.55 | 32.9 | - |
| YUV | 62.09 | 182.13 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 158 | 0.27 | 0.90 | 0 | 0.38 | 282.25 | 0.82 | 0.34 |
| Hex | 74 | 10 | 9E | 1B | 5A | 0 | 26 | 11A | 52 | 22 |
| Octal | 164 | 20 | 236 | 33 | 132 | 0 | 46 | 432 | 122 | 42 |
| Binary | 1110100 | 10000 | 10011110 | 11011 | 1011010 | 0 | 100110 | 100011010 | 1010010 | 100010 |
Color Harmonies of #74109E
Complementary color
Monochromatic Colors of #74109E
Black with #74109E
Text Example
Text Example
White with #74109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74109E; }
p { color: rgb(116,16,158); }
H1.HeaderClassName
{
color: #74109E;
}
.AnyTagClassName
{
color: #74109E;
}
</style>
background-color css
<style>
a { background-color: #74109E; }
a { background-color: rgb(116,16,158); }
div.DivClassName
{
background-color: #74109E;
}
.BgClassName
{
background-color: #74109E;
}
</style>
border-color css
<style>
span { border-color: #74109E; }
span { border-color: rgb(116,16,158); }
td.TdClassName
{
border-color: #74109E;
}
.TagClassName
{
border-color: #74109E;
}
</style>