Shades of Dark Magenta #76009C
Tints of Dark Magenta #76009C
RGB
CMYK
RGB Variations
Color information
#76009C (or 0x76009C) is known color: Dark Magenta. HEX triplet: 76, 00 and 9C. RGB value is (118,0,156). Sum of RGB (Red+Green+Blue) = 118+0+156=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #76009C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76009C is #89FF63. Grayscale: #343434. Windows color (decimal): -9043812 or 10223734. OLE color: 10223734.
HSL color Cylindrical-coordinate representation of color #76009C: hue angle of 285.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76009C is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 0 | 156 | - |
| CMYK | 0.24 | 1 | 0 | 0.39 |
| HSL | 285.38º | 1% | 0.31% | - |
| HSV(B) | 285.38º | 1% | 0.61% | - |
| XYZ | 13.47 | 6.25 | 31.95 | - |
| YUV | 53.07 | 186.09 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 156 | 0.24 | 1 | 0 | 0.39 | 285.38 | 1 | 0.31 |
| Hex | 76 | 0 | 9C | 18 | 64 | 0 | 27 | 11D | 64 | 1F |
| Octal | 166 | 0 | 234 | 30 | 144 | 0 | 47 | 435 | 144 | 37 |
| Binary | 1110110 | 0 | 10011100 | 11000 | 1100100 | 0 | 100111 | 100011101 | 1100100 | 11111 |
Color Harmonies of #76009C
Complementary color
Monochromatic Colors of #76009C
Black with #76009C
Text Example
Text Example
White with #76009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76009C; }
p { color: rgb(118,0,156); }
H1.HeaderClassName
{
color: #76009C;
}
.AnyTagClassName
{
color: #76009C;
}
</style>
background-color css
<style>
a { background-color: #76009C; }
a { background-color: rgb(118,0,156); }
div.DivClassName
{
background-color: #76009C;
}
.BgClassName
{
background-color: #76009C;
}
</style>
border-color css
<style>
span { border-color: #76009C; }
span { border-color: rgb(118,0,156); }
td.TdClassName
{
border-color: #76009C;
}
.TagClassName
{
border-color: #76009C;
}
</style>