Shades of Dark Magenta #761195
Tints of Dark Magenta #761195
RGB
CMYK
RGB Variations
Color information
#761195 (or 0x761195) is known color: Dark Magenta. HEX triplet: 76, 11 and 95. RGB value is (118,17,149). Sum of RGB (Red+Green+Blue) = 118+17+149=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #761195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761195 is #89EE6A. Grayscale: #3D3D3D. Windows color (decimal): -9039467 or 9769334. OLE color: 9769334.
HSL color Cylindrical-coordinate representation of color #761195: hue angle of 285.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #761195 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 17 | 149 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.42 |
| HSL | 285.91º | 0.8% | 0.33% | - |
| HSV(B) | 285.91º | 0.89% | 0.58% | - |
| XYZ | 13.1 | 6.42 | 28.98 | - |
| YUV | 62.25 | 176.96 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 17 | 149 | 0.21 | 0.89 | 0 | 0.42 | 285.91 | 0.8 | 0.33 |
| Hex | 76 | 11 | 95 | 15 | 59 | 0 | 2A | 11E | 50 | 21 |
| Octal | 166 | 21 | 225 | 25 | 131 | 0 | 52 | 436 | 120 | 41 |
| Binary | 1110110 | 10001 | 10010101 | 10101 | 1011001 | 0 | 101010 | 100011110 | 1010000 | 100001 |
Color Harmonies of #761195
Complementary color
Monochromatic Colors of #761195
Black with #761195
Text Example
Text Example
White with #761195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761195; }
p { color: rgb(118,17,149); }
H1.HeaderClassName
{
color: #761195;
}
.AnyTagClassName
{
color: #761195;
}
</style>
background-color css
<style>
a { background-color: #761195; }
a { background-color: rgb(118,17,149); }
div.DivClassName
{
background-color: #761195;
}
.BgClassName
{
background-color: #761195;
}
</style>
border-color css
<style>
span { border-color: #761195; }
span { border-color: rgb(118,17,149); }
td.TdClassName
{
border-color: #761195;
}
.TagClassName
{
border-color: #761195;
}
</style>