Shades of Dark Magenta #760E99
Tints of Dark Magenta #760E99
RGB
CMYK
RGB Variations
Color information
#760E99 (or 0x760E99) is known color: Dark Magenta. HEX triplet: 76, 0E and 99. RGB value is (118,14,153). Sum of RGB (Red+Green+Blue) = 118+14+153=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #760E99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760E99 is #89F166. Grayscale: #3C3C3C. Windows color (decimal): -9040231 or 10030710. OLE color: 10030710.
HSL color Cylindrical-coordinate representation of color #760E99: hue angle of 284.89º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760E99 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 14 | 153 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.4 |
| HSL | 284.89º | 0.83% | 0.33% | - |
| HSV(B) | 284.89º | 0.91% | 0.6% | - |
| XYZ | 13.38 | 6.47 | 30.68 | - |
| YUV | 60.94 | 179.96 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 153 | 0.23 | 0.91 | 0 | 0.4 | 284.89 | 0.83 | 0.33 |
| Hex | 76 | E | 99 | 17 | 5B | 0 | 28 | 11D | 53 | 21 |
| Octal | 166 | 16 | 231 | 27 | 133 | 0 | 50 | 435 | 123 | 41 |
| Binary | 1110110 | 1110 | 10011001 | 10111 | 1011011 | 0 | 101000 | 100011101 | 1010011 | 100001 |
Color Harmonies of #760E99
Complementary color
Monochromatic Colors of #760E99
Black with #760E99
Text Example
Text Example
White with #760E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E99; }
p { color: rgb(118,14,153); }
H1.HeaderClassName
{
color: #760E99;
}
.AnyTagClassName
{
color: #760E99;
}
</style>
background-color css
<style>
a { background-color: #760E99; }
a { background-color: rgb(118,14,153); }
div.DivClassName
{
background-color: #760E99;
}
.BgClassName
{
background-color: #760E99;
}
</style>
border-color css
<style>
span { border-color: #760E99; }
span { border-color: rgb(118,14,153); }
td.TdClassName
{
border-color: #760E99;
}
.TagClassName
{
border-color: #760E99;
}
</style>