Shades of Dark Magenta #760595
Tints of Dark Magenta #760595
RGB
CMYK
RGB Variations
Color information
#760595 (or 0x760595) is known color: Dark Magenta. HEX triplet: 76, 05 and 95. RGB value is (118,5,149). Sum of RGB (Red+Green+Blue) = 118+5+149=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #760595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760595 is #89FA6A. Grayscale: #363636. Windows color (decimal): -9042539 or 9766262. OLE color: 9766262.
HSL color Cylindrical-coordinate representation of color #760595: hue angle of 287.08º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760595 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 5 | 149 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.42 |
| HSL | 287.08º | 0.94% | 0.3% | - |
| HSV(B) | 287.08º | 0.97% | 0.58% | - |
| XYZ | 12.95 | 6.13 | 28.93 | - |
| YUV | 55.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 149 | 0.21 | 0.97 | 0 | 0.42 | 287.08 | 0.94 | 0.3 |
| Hex | 76 | 5 | 95 | 15 | 61 | 0 | 2A | 11F | 5E | 1E |
| Octal | 166 | 5 | 225 | 25 | 141 | 0 | 52 | 437 | 136 | 36 |
| Binary | 1110110 | 101 | 10010101 | 10101 | 1100001 | 0 | 101010 | 100011111 | 1011110 | 11110 |
Color Harmonies of #760595
Complementary color
Monochromatic Colors of #760595
Black with #760595
Text Example
Text Example
White with #760595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760595; }
p { color: rgb(118,5,149); }
H1.HeaderClassName
{
color: #760595;
}
.AnyTagClassName
{
color: #760595;
}
</style>
background-color css
<style>
a { background-color: #760595; }
a { background-color: rgb(118,5,149); }
div.DivClassName
{
background-color: #760595;
}
.BgClassName
{
background-color: #760595;
}
</style>
border-color css
<style>
span { border-color: #760595; }
span { border-color: rgb(118,5,149); }
td.TdClassName
{
border-color: #760595;
}
.TagClassName
{
border-color: #760595;
}
</style>