Shades of Dark Magenta #74109F
Tints of Dark Magenta #74109F
RGB
CMYK
RGB Variations
Color information
#74109F (or 0x74109F) is known color: Dark Magenta. HEX triplet: 74, 10 and 9F. RGB value is (116,16,159). Sum of RGB (Red+Green+Blue) = 116+16+159=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #74109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74109F is #8BEF60. Grayscale: #3D3D3D. Windows color (decimal): -9170785 or 10424436. OLE color: 10424436.
HSL color Cylindrical-coordinate representation of color #74109F: hue angle of 281.96º 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 #74109F is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 16 | 159 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.38 |
| HSL | 281.96º | 0.82% | 0.34% | - |
| HSV(B) | 281.96º | 0.9% | 0.62% | - |
| XYZ | 13.65 | 6.59 | 33.35 | - |
| YUV | 62.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 159 | 0.27 | 0.90 | 0 | 0.38 | 281.96 | 0.82 | 0.34 |
| Hex | 74 | 10 | 9F | 1B | 5A | 0 | 26 | 11A | 52 | 22 |
| Octal | 164 | 20 | 237 | 33 | 132 | 0 | 46 | 432 | 122 | 42 |
| Binary | 1110100 | 10000 | 10011111 | 11011 | 1011010 | 0 | 100110 | 100011010 | 1010010 | 100010 |
Color Harmonies of #74109F
Complementary color
Monochromatic Colors of #74109F
Black with #74109F
Text Example
Text Example
White with #74109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74109F; }
p { color: rgb(116,16,159); }
H1.HeaderClassName
{
color: #74109F;
}
.AnyTagClassName
{
color: #74109F;
}
</style>
background-color css
<style>
a { background-color: #74109F; }
a { background-color: rgb(116,16,159); }
div.DivClassName
{
background-color: #74109F;
}
.BgClassName
{
background-color: #74109F;
}
</style>
border-color css
<style>
span { border-color: #74109F; }
span { border-color: rgb(116,16,159); }
td.TdClassName
{
border-color: #74109F;
}
.TagClassName
{
border-color: #74109F;
}
</style>