Shades of Dark Magenta #74079D
Tints of Dark Magenta #74079D
RGB
CMYK
RGB Variations
Color information
#74079D (or 0x74079D) is known color: Dark Magenta. HEX triplet: 74, 07 and 9D. RGB value is (116,7,157). Sum of RGB (Red+Green+Blue) = 116+7+157=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #74079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74079D is #8BF862. Grayscale: #383838. Windows color (decimal): -9173091 or 10291060. OLE color: 10291060.
HSL color Cylindrical-coordinate representation of color #74079D: hue angle of 283.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74079D is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 7 | 157 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.38 |
| HSL | 283.6º | 0.91% | 0.32% | - |
| HSV(B) | 283.6º | 0.96% | 0.62% | - |
| XYZ | 13.36 | 6.3 | 32.41 | - |
| YUV | 56.69 | 184.61 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 157 | 0.26 | 0.96 | 0 | 0.38 | 283.6 | 0.91 | 0.32 |
| Hex | 74 | 7 | 9D | 1A | 60 | 0 | 26 | 11C | 5B | 20 |
| Octal | 164 | 7 | 235 | 32 | 140 | 0 | 46 | 434 | 133 | 40 |
| Binary | 1110100 | 111 | 10011101 | 11010 | 1100000 | 0 | 100110 | 100011100 | 1011011 | 100000 |
Color Harmonies of #74079D
Complementary color
Monochromatic Colors of #74079D
Black with #74079D
Text Example
Text Example
White with #74079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74079D; }
p { color: rgb(116,7,157); }
H1.HeaderClassName
{
color: #74079D;
}
.AnyTagClassName
{
color: #74079D;
}
</style>
background-color css
<style>
a { background-color: #74079D; }
a { background-color: rgb(116,7,157); }
div.DivClassName
{
background-color: #74079D;
}
.BgClassName
{
background-color: #74079D;
}
</style>
border-color css
<style>
span { border-color: #74079D; }
span { border-color: rgb(116,7,157); }
td.TdClassName
{
border-color: #74079D;
}
.TagClassName
{
border-color: #74079D;
}
</style>