Shades of Dark Magenta #76009E
Tints of Dark Magenta #76009E
RGB
CMYK
RGB Variations
Color information
#76009E (or 0x76009E) is known color: Dark Magenta. HEX triplet: 76, 00 and 9E. RGB value is (118,0,158). Sum of RGB (Red+Green+Blue) = 118+0+158=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #76009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76009E is #89FF61. Grayscale: #343434. Windows color (decimal): -9043810 or 10354806. OLE color: 10354806.
HSL color Cylindrical-coordinate representation of color #76009E: hue angle of 284.81º 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 #76009E is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 0 | 158 | - |
| CMYK | 0.25 | 1 | 0 | 0.38 |
| HSL | 284.81º | 1% | 0.31% | - |
| HSV(B) | 284.81º | 1% | 0.62% | - |
| XYZ | 13.64 | 6.32 | 32.85 | - |
| YUV | 53.29 | 187.09 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 158 | 0.25 | 1 | 0 | 0.38 | 284.81 | 1 | 0.31 |
| Hex | 76 | 0 | 9E | 19 | 64 | 0 | 26 | 11D | 64 | 1F |
| Octal | 166 | 0 | 236 | 31 | 144 | 0 | 46 | 435 | 144 | 37 |
| Binary | 1110110 | 0 | 10011110 | 11001 | 1100100 | 0 | 100110 | 100011101 | 1100100 | 11111 |
Color Harmonies of #76009E
Complementary color
Monochromatic Colors of #76009E
Black with #76009E
Text Example
Text Example
White with #76009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76009E; }
p { color: rgb(118,0,158); }
H1.HeaderClassName
{
color: #76009E;
}
.AnyTagClassName
{
color: #76009E;
}
</style>
background-color css
<style>
a { background-color: #76009E; }
a { background-color: rgb(118,0,158); }
div.DivClassName
{
background-color: #76009E;
}
.BgClassName
{
background-color: #76009E;
}
</style>
border-color css
<style>
span { border-color: #76009E; }
span { border-color: rgb(118,0,158); }
td.TdClassName
{
border-color: #76009E;
}
.TagClassName
{
border-color: #76009E;
}
</style>