Shades of Dark Magenta #74049D
Tints of Dark Magenta #74049D
RGB
CMYK
RGB Variations
Color information
#74049D (or 0x74049D) is known color: Dark Magenta. HEX triplet: 74, 04 and 9D. RGB value is (116,4,157). Sum of RGB (Red+Green+Blue) = 116+4+157=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #74049D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74049D is #8BFB62. Grayscale: #363636. Windows color (decimal): -9173859 or 10290292. OLE color: 10290292.
HSL color Cylindrical-coordinate representation of color #74049D: hue angle of 283.92º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74049D is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 4 | 157 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.38 |
| HSL | 283.92º | 0.95% | 0.32% | - |
| HSV(B) | 283.92º | 0.97% | 0.62% | - |
| XYZ | 13.33 | 6.23 | 32.4 | - |
| YUV | 54.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 157 | 0.26 | 0.97 | 0 | 0.38 | 283.92 | 0.95 | 0.32 |
| Hex | 74 | 4 | 9D | 1A | 61 | 0 | 26 | 11C | 5F | 20 |
| Octal | 164 | 4 | 235 | 32 | 141 | 0 | 46 | 434 | 137 | 40 |
| Binary | 1110100 | 100 | 10011101 | 11010 | 1100001 | 0 | 100110 | 100011100 | 1011111 | 100000 |
Color Harmonies of #74049D
Complementary color
Monochromatic Colors of #74049D
Black with #74049D
Text Example
Text Example
White with #74049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74049D; }
p { color: rgb(116,4,157); }
H1.HeaderClassName
{
color: #74049D;
}
.AnyTagClassName
{
color: #74049D;
}
</style>
background-color css
<style>
a { background-color: #74049D; }
a { background-color: rgb(116,4,157); }
div.DivClassName
{
background-color: #74049D;
}
.BgClassName
{
background-color: #74049D;
}
</style>
border-color css
<style>
span { border-color: #74049D; }
span { border-color: rgb(116,4,157); }
td.TdClassName
{
border-color: #74049D;
}
.TagClassName
{
border-color: #74049D;
}
</style>