Shades of Dark Magenta #74119A
Tints of Dark Magenta #74119A
RGB
CMYK
RGB Variations
Color information
#74119A (or 0x74119A) is known color: Dark Magenta. HEX triplet: 74, 11 and 9A. RGB value is (116,17,154). Sum of RGB (Red+Green+Blue) = 116+17+154=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #74119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74119A is #8BEE65. Grayscale: #3D3D3D. Windows color (decimal): -9170534 or 10097012. OLE color: 10097012.
HSL color Cylindrical-coordinate representation of color #74119A: hue angle of 283.36º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74119A is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 17 | 154 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.40 |
| HSL | 283.36º | 0.8% | 0.34% | - |
| HSV(B) | 283.36º | 0.89% | 0.6% | - |
| XYZ | 13.24 | 6.45 | 31.12 | - |
| YUV | 62.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 154 | 0.25 | 0.89 | 0 | 0.40 | 283.36 | 0.8 | 0.34 |
| Hex | 74 | 11 | 9A | 19 | 59 | 0 | 28 | 11B | 50 | 22 |
| Octal | 164 | 21 | 232 | 31 | 131 | 0 | 50 | 433 | 120 | 42 |
| Binary | 1110100 | 10001 | 10011010 | 11001 | 1011001 | 0 | 101000 | 100011011 | 1010000 | 100010 |
Color Harmonies of #74119A
Complementary color
Monochromatic Colors of #74119A
Black with #74119A
Text Example
Text Example
White with #74119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74119A; }
p { color: rgb(116,17,154); }
H1.HeaderClassName
{
color: #74119A;
}
.AnyTagClassName
{
color: #74119A;
}
</style>
background-color css
<style>
a { background-color: #74119A; }
a { background-color: rgb(116,17,154); }
div.DivClassName
{
background-color: #74119A;
}
.BgClassName
{
background-color: #74119A;
}
</style>
border-color css
<style>
span { border-color: #74119A; }
span { border-color: rgb(116,17,154); }
td.TdClassName
{
border-color: #74119A;
}
.TagClassName
{
border-color: #74119A;
}
</style>