Shades of Dark Magenta #74119D
Tints of Dark Magenta #74119D
RGB
CMYK
RGB Variations
Color information
#74119D (or 0x74119D) is known color: Dark Magenta. HEX triplet: 74, 11 and 9D. RGB value is (116,17,157). Sum of RGB (Red+Green+Blue) = 116+17+157=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #74119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74119D is #8BEE62. Grayscale: #3E3E3E. Windows color (decimal): -9170531 or 10293620. OLE color: 10293620.
HSL color Cylindrical-coordinate representation of color #74119D: hue angle of 282.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74119D is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 17 | 157 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.38 |
| HSL | 282.43º | 0.8% | 0.34% | - |
| HSV(B) | 282.43º | 0.89% | 0.62% | - |
| XYZ | 13.49 | 6.55 | 32.45 | - |
| YUV | 62.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 157 | 0.26 | 0.89 | 0 | 0.38 | 282.43 | 0.8 | 0.34 |
| Hex | 74 | 11 | 9D | 1A | 59 | 0 | 26 | 11A | 50 | 22 |
| Octal | 164 | 21 | 235 | 32 | 131 | 0 | 46 | 432 | 120 | 42 |
| Binary | 1110100 | 10001 | 10011101 | 11010 | 1011001 | 0 | 100110 | 100011010 | 1010000 | 100010 |
Color Harmonies of #74119D
Complementary color
Monochromatic Colors of #74119D
Black with #74119D
Text Example
Text Example
White with #74119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74119D; }
p { color: rgb(116,17,157); }
H1.HeaderClassName
{
color: #74119D;
}
.AnyTagClassName
{
color: #74119D;
}
</style>
background-color css
<style>
a { background-color: #74119D; }
a { background-color: rgb(116,17,157); }
div.DivClassName
{
background-color: #74119D;
}
.BgClassName
{
background-color: #74119D;
}
</style>
border-color css
<style>
span { border-color: #74119D; }
span { border-color: rgb(116,17,157); }
td.TdClassName
{
border-color: #74119D;
}
.TagClassName
{
border-color: #74119D;
}
</style>