Shades of Dark Magenta #74109D
Tints of Dark Magenta #74109D
RGB
CMYK
RGB Variations
Color information
#74109D (or 0x74109D) is known color: Dark Magenta. HEX triplet: 74, 10 and 9D. RGB value is (116,16,157). Sum of RGB (Red+Green+Blue) = 116+16+157=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #74109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74109D is #8BEF62. Grayscale: #3D3D3D. Windows color (decimal): -9170787 or 10293364. OLE color: 10293364.
HSL color Cylindrical-coordinate representation of color #74109D: hue angle of 282.55º 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 #74109D is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 16 | 157 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.38 |
| HSL | 282.55º | 0.82% | 0.34% | - |
| HSV(B) | 282.55º | 0.9% | 0.62% | - |
| XYZ | 13.47 | 6.52 | 32.45 | - |
| YUV | 61.97 | 181.63 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 157 | 0.26 | 0.90 | 0 | 0.38 | 282.55 | 0.82 | 0.34 |
| Hex | 74 | 10 | 9D | 1A | 5A | 0 | 26 | 11B | 52 | 22 |
| Octal | 164 | 20 | 235 | 32 | 132 | 0 | 46 | 433 | 122 | 42 |
| Binary | 1110100 | 10000 | 10011101 | 11010 | 1011010 | 0 | 100110 | 100011011 | 1010010 | 100010 |
Color Harmonies of #74109D
Complementary color
Monochromatic Colors of #74109D
Black with #74109D
Text Example
Text Example
White with #74109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74109D; }
p { color: rgb(116,16,157); }
H1.HeaderClassName
{
color: #74109D;
}
.AnyTagClassName
{
color: #74109D;
}
</style>
background-color css
<style>
a { background-color: #74109D; }
a { background-color: rgb(116,16,157); }
div.DivClassName
{
background-color: #74109D;
}
.BgClassName
{
background-color: #74109D;
}
</style>
border-color css
<style>
span { border-color: #74109D; }
span { border-color: rgb(116,16,157); }
td.TdClassName
{
border-color: #74109D;
}
.TagClassName
{
border-color: #74109D;
}
</style>