Shades of Dark Magenta #760095
Tints of Dark Magenta #760095
RGB
CMYK
RGB Variations
Color information
#760095 (or 0x760095) is known color: Dark Magenta. HEX triplet: 76, 00 and 95. RGB value is (118,0,149). Sum of RGB (Red+Green+Blue) = 118+0+149=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #760095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760095 is #89FF6A. Grayscale: #333333. Windows color (decimal): -9043819 or 9764982. OLE color: 9764982.
HSL color Cylindrical-coordinate representation of color #760095: hue angle of 287.52º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760095 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 0 | 149 | - |
| CMYK | 0.21 | 1 | 0 | 0.42 |
| HSL | 287.52º | 1% | 0.29% | - |
| HSV(B) | 287.52º | 1% | 0.58% | - |
| XYZ | 12.9 | 6.02 | 28.92 | - |
| YUV | 52.27 | 182.59 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 149 | 0.21 | 1 | 0 | 0.42 | 287.52 | 1 | 0.29 |
| Hex | 76 | 0 | 95 | 15 | 64 | 0 | 2A | 120 | 64 | 1D |
| Octal | 166 | 0 | 225 | 25 | 144 | 0 | 52 | 440 | 144 | 35 |
| Binary | 1110110 | 0 | 10010101 | 10101 | 1100100 | 0 | 101010 | 100100000 | 1100100 | 11101 |
Color Harmonies of #760095
Complementary color
Monochromatic Colors of #760095
Black with #760095
Text Example
Text Example
White with #760095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760095; }
p { color: rgb(118,0,149); }
H1.HeaderClassName
{
color: #760095;
}
.AnyTagClassName
{
color: #760095;
}
</style>
background-color css
<style>
a { background-color: #760095; }
a { background-color: rgb(118,0,149); }
div.DivClassName
{
background-color: #760095;
}
.BgClassName
{
background-color: #760095;
}
</style>
border-color css
<style>
span { border-color: #760095; }
span { border-color: rgb(118,0,149); }
td.TdClassName
{
border-color: #760095;
}
.TagClassName
{
border-color: #760095;
}
</style>