Shades of Dark Magenta #76079C
Tints of Dark Magenta #76079C
RGB
CMYK
RGB Variations
Color information
#76079C (or 0x76079C) is known color: Dark Magenta. HEX triplet: 76, 07 and 9C. RGB value is (118,7,156). Sum of RGB (Red+Green+Blue) = 118+7+156=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #76079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76079C is #89F863. Grayscale: #383838. Windows color (decimal): -9042020 or 10225526. OLE color: 10225526.
HSL color Cylindrical-coordinate representation of color #76079C: hue angle of 284.7º 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 #76079C is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 7 | 156 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.39 |
| HSL | 284.7º | 0.91% | 0.32% | - |
| HSV(B) | 284.7º | 0.96% | 0.61% | - |
| XYZ | 13.55 | 6.4 | 31.97 | - |
| YUV | 57.18 | 183.77 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 156 | 0.24 | 0.96 | 0 | 0.39 | 284.7 | 0.91 | 0.32 |
| Hex | 76 | 7 | 9C | 18 | 60 | 0 | 27 | 11D | 5B | 20 |
| Octal | 166 | 7 | 234 | 30 | 140 | 0 | 47 | 435 | 133 | 40 |
| Binary | 1110110 | 111 | 10011100 | 11000 | 1100000 | 0 | 100111 | 100011101 | 1011011 | 100000 |
Color Harmonies of #76079C
Complementary color
Monochromatic Colors of #76079C
Black with #76079C
Text Example
Text Example
White with #76079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76079C; }
p { color: rgb(118,7,156); }
H1.HeaderClassName
{
color: #76079C;
}
.AnyTagClassName
{
color: #76079C;
}
</style>
background-color css
<style>
a { background-color: #76079C; }
a { background-color: rgb(118,7,156); }
div.DivClassName
{
background-color: #76079C;
}
.BgClassName
{
background-color: #76079C;
}
</style>
border-color css
<style>
span { border-color: #76079C; }
span { border-color: rgb(118,7,156); }
td.TdClassName
{
border-color: #76079C;
}
.TagClassName
{
border-color: #76079C;
}
</style>