Shades of Dark Magenta #74059D
Tints of Dark Magenta #74059D
RGB
CMYK
RGB Variations
Color information
#74059D (or 0x74059D) is known color: Dark Magenta. HEX triplet: 74, 05 and 9D. RGB value is (116,5,157). Sum of RGB (Red+Green+Blue) = 116+5+157=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #74059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74059D is #8BFA62. Grayscale: #373737. Windows color (decimal): -9173603 or 10290548. OLE color: 10290548.
HSL color Cylindrical-coordinate representation of color #74059D: hue angle of 283.82º degrees, saturation: 0.94, 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 #74059D is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 5 | 157 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.38 |
| HSL | 283.82º | 0.94% | 0.32% | - |
| HSV(B) | 283.82º | 0.97% | 0.62% | - |
| XYZ | 13.34 | 6.26 | 32.4 | - |
| YUV | 55.52 | 185.27 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 157 | 0.26 | 0.97 | 0 | 0.38 | 283.82 | 0.94 | 0.32 |
| Hex | 74 | 5 | 9D | 1A | 61 | 0 | 26 | 11C | 5E | 20 |
| Octal | 164 | 5 | 235 | 32 | 141 | 0 | 46 | 434 | 136 | 40 |
| Binary | 1110100 | 101 | 10011101 | 11010 | 1100001 | 0 | 100110 | 100011100 | 1011110 | 100000 |
Color Harmonies of #74059D
Complementary color
Monochromatic Colors of #74059D
Black with #74059D
Text Example
Text Example
White with #74059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74059D; }
p { color: rgb(116,5,157); }
H1.HeaderClassName
{
color: #74059D;
}
.AnyTagClassName
{
color: #74059D;
}
</style>
background-color css
<style>
a { background-color: #74059D; }
a { background-color: rgb(116,5,157); }
div.DivClassName
{
background-color: #74059D;
}
.BgClassName
{
background-color: #74059D;
}
</style>
border-color css
<style>
span { border-color: #74059D; }
span { border-color: rgb(116,5,157); }
td.TdClassName
{
border-color: #74059D;
}
.TagClassName
{
border-color: #74059D;
}
</style>