Shades of Dark Magenta #76009D
Tints of Dark Magenta #76009D
RGB
CMYK
RGB Variations
Color information
#76009D (or 0x76009D) is known color: Dark Magenta. HEX triplet: 76, 00 and 9D. RGB value is (118,0,157). Sum of RGB (Red+Green+Blue) = 118+0+157=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #76009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76009D is #89FF62. Grayscale: #343434. Windows color (decimal): -9043811 or 10289270. OLE color: 10289270.
HSL color Cylindrical-coordinate representation of color #76009D: hue angle of 285.1º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76009D is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 0 | 157 | - |
| CMYK | 0.25 | 1 | 0 | 0.38 |
| HSL | 285.1º | 1% | 0.31% | - |
| HSV(B) | 285.1º | 1% | 0.62% | - |
| XYZ | 13.56 | 6.29 | 32.4 | - |
| YUV | 53.18 | 186.59 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 157 | 0.25 | 1 | 0 | 0.38 | 285.1 | 1 | 0.31 |
| Hex | 76 | 0 | 9D | 19 | 64 | 0 | 26 | 11D | 64 | 1F |
| Octal | 166 | 0 | 235 | 31 | 144 | 0 | 46 | 435 | 144 | 37 |
| Binary | 1110110 | 0 | 10011101 | 11001 | 1100100 | 0 | 100110 | 100011101 | 1100100 | 11111 |
Color Harmonies of #76009D
Complementary color
Monochromatic Colors of #76009D
Black with #76009D
Text Example
Text Example
White with #76009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76009D; }
p { color: rgb(118,0,157); }
H1.HeaderClassName
{
color: #76009D;
}
.AnyTagClassName
{
color: #76009D;
}
</style>
background-color css
<style>
a { background-color: #76009D; }
a { background-color: rgb(118,0,157); }
div.DivClassName
{
background-color: #76009D;
}
.BgClassName
{
background-color: #76009D;
}
</style>
border-color css
<style>
span { border-color: #76009D; }
span { border-color: rgb(118,0,157); }
td.TdClassName
{
border-color: #76009D;
}
.TagClassName
{
border-color: #76009D;
}
</style>