Shades of Dark Magenta #76079D
Tints of Dark Magenta #76079D
RGB
CMYK
RGB Variations
Color information
#76079D (or 0x76079D) is known color: Dark Magenta. HEX triplet: 76, 07 and 9D. RGB value is (118,7,157). Sum of RGB (Red+Green+Blue) = 118+7+157=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #76079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76079D is #89F862. Grayscale: #383838. Windows color (decimal): -9042019 or 10291062. OLE color: 10291062.
HSL color Cylindrical-coordinate representation of color #76079D: hue angle of 284.4º 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 #76079D is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 7 | 157 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.38 |
| HSL | 284.4º | 0.91% | 0.32% | - |
| HSV(B) | 284.4º | 0.96% | 0.62% | - |
| XYZ | 13.63 | 6.44 | 32.42 | - |
| YUV | 57.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 157 | 0.25 | 0.96 | 0 | 0.38 | 284.4 | 0.91 | 0.32 |
| Hex | 76 | 7 | 9D | 19 | 60 | 0 | 26 | 11C | 5B | 20 |
| Octal | 166 | 7 | 235 | 31 | 140 | 0 | 46 | 434 | 133 | 40 |
| Binary | 1110110 | 111 | 10011101 | 11001 | 1100000 | 0 | 100110 | 100011100 | 1011011 | 100000 |
Color Harmonies of #76079D
Complementary color
Monochromatic Colors of #76079D
Black with #76079D
Text Example
Text Example
White with #76079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76079D; }
p { color: rgb(118,7,157); }
H1.HeaderClassName
{
color: #76079D;
}
.AnyTagClassName
{
color: #76079D;
}
</style>
background-color css
<style>
a { background-color: #76079D; }
a { background-color: rgb(118,7,157); }
div.DivClassName
{
background-color: #76079D;
}
.BgClassName
{
background-color: #76079D;
}
</style>
border-color css
<style>
span { border-color: #76079D; }
span { border-color: rgb(118,7,157); }
td.TdClassName
{
border-color: #76079D;
}
.TagClassName
{
border-color: #76079D;
}
</style>