Shades of Dark Magenta #761099
Tints of Dark Magenta #761099
RGB
CMYK
RGB Variations
Color information
#761099 (or 0x761099) is known color: Dark Magenta. HEX triplet: 76, 10 and 99. RGB value is (118,16,153). Sum of RGB (Red+Green+Blue) = 118+16+153=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #761099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761099 is #89EF66. Grayscale: #3D3D3D. Windows color (decimal): -9039719 or 10031222. OLE color: 10031222.
HSL color Cylindrical-coordinate representation of color #761099: hue angle of 284.67º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #761099 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 16 | 153 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.4 |
| HSL | 284.67º | 0.81% | 0.33% | - |
| HSV(B) | 284.67º | 0.9% | 0.6% | - |
| XYZ | 13.41 | 6.52 | 30.69 | - |
| YUV | 62.12 | 179.29 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 153 | 0.23 | 0.90 | 0 | 0.4 | 284.67 | 0.81 | 0.33 |
| Hex | 76 | 10 | 99 | 17 | 5A | 0 | 28 | 11D | 51 | 21 |
| Octal | 166 | 20 | 231 | 27 | 132 | 0 | 50 | 435 | 121 | 41 |
| Binary | 1110110 | 10000 | 10011001 | 10111 | 1011010 | 0 | 101000 | 100011101 | 1010001 | 100001 |
Color Harmonies of #761099
Complementary color
Monochromatic Colors of #761099
Black with #761099
Text Example
Text Example
White with #761099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761099; }
p { color: rgb(118,16,153); }
H1.HeaderClassName
{
color: #761099;
}
.AnyTagClassName
{
color: #761099;
}
</style>
background-color css
<style>
a { background-color: #761099; }
a { background-color: rgb(118,16,153); }
div.DivClassName
{
background-color: #761099;
}
.BgClassName
{
background-color: #761099;
}
</style>
border-color css
<style>
span { border-color: #761099; }
span { border-color: rgb(118,16,153); }
td.TdClassName
{
border-color: #761099;
}
.TagClassName
{
border-color: #761099;
}
</style>