Shades of Dark Magenta #74079C
Tints of Dark Magenta #74079C
RGB
CMYK
RGB Variations
Color information
#74079C (or 0x74079C) is known color: Dark Magenta. HEX triplet: 74, 07 and 9C. RGB value is (116,7,156). Sum of RGB (Red+Green+Blue) = 116+7+156=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #74079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74079C is #8BF863. Grayscale: #383838. Windows color (decimal): -9173092 or 10225524. OLE color: 10225524.
HSL color Cylindrical-coordinate representation of color #74079C: hue angle of 283.89º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74079C is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 7 | 156 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.39 |
| HSL | 283.89º | 0.91% | 0.32% | - |
| HSV(B) | 283.89º | 0.96% | 0.61% | - |
| XYZ | 13.28 | 6.27 | 31.96 | - |
| YUV | 56.58 | 184.11 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 156 | 0.26 | 0.96 | 0 | 0.39 | 283.89 | 0.91 | 0.32 |
| Hex | 74 | 7 | 9C | 1A | 60 | 0 | 27 | 11C | 5B | 20 |
| Octal | 164 | 7 | 234 | 32 | 140 | 0 | 47 | 434 | 133 | 40 |
| Binary | 1110100 | 111 | 10011100 | 11010 | 1100000 | 0 | 100111 | 100011100 | 1011011 | 100000 |
Color Harmonies of #74079C
Complementary color
Monochromatic Colors of #74079C
Black with #74079C
Text Example
Text Example
White with #74079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74079C; }
p { color: rgb(116,7,156); }
H1.HeaderClassName
{
color: #74079C;
}
.AnyTagClassName
{
color: #74079C;
}
</style>
background-color css
<style>
a { background-color: #74079C; }
a { background-color: rgb(116,7,156); }
div.DivClassName
{
background-color: #74079C;
}
.BgClassName
{
background-color: #74079C;
}
</style>
border-color css
<style>
span { border-color: #74079C; }
span { border-color: rgb(116,7,156); }
td.TdClassName
{
border-color: #74079C;
}
.TagClassName
{
border-color: #74079C;
}
</style>