Shades of Dark Magenta #760096
Tints of Dark Magenta #760096
RGB
CMYK
RGB Variations
Color information
#760096 (or 0x760096) is known color: Dark Magenta. HEX triplet: 76, 00 and 96. RGB value is (118,0,150). Sum of RGB (Red+Green+Blue) = 118+0+150=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #760096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760096 is #89FF69. Grayscale: #333333. Windows color (decimal): -9043818 or 9830518. OLE color: 9830518.
HSL color Cylindrical-coordinate representation of color #760096: hue angle of 287.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760096 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 0 | 150 | - |
| CMYK | 0.21 | 1 | 0 | 0.41 |
| HSL | 287.2º | 1% | 0.29% | - |
| HSV(B) | 287.2º | 1% | 0.59% | - |
| XYZ | 12.98 | 6.05 | 29.34 | - |
| YUV | 52.38 | 183.09 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 150 | 0.21 | 1 | 0 | 0.41 | 287.2 | 1 | 0.29 |
| Hex | 76 | 0 | 96 | 15 | 64 | 0 | 29 | 11F | 64 | 1D |
| Octal | 166 | 0 | 226 | 25 | 144 | 0 | 51 | 437 | 144 | 35 |
| Binary | 1110110 | 0 | 10010110 | 10101 | 1100100 | 0 | 101001 | 100011111 | 1100100 | 11101 |
Color Harmonies of #760096
Complementary color
Monochromatic Colors of #760096
Black with #760096
Text Example
Text Example
White with #760096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760096; }
p { color: rgb(118,0,150); }
H1.HeaderClassName
{
color: #760096;
}
.AnyTagClassName
{
color: #760096;
}
</style>
background-color css
<style>
a { background-color: #760096; }
a { background-color: rgb(118,0,150); }
div.DivClassName
{
background-color: #760096;
}
.BgClassName
{
background-color: #760096;
}
</style>
border-color css
<style>
span { border-color: #760096; }
span { border-color: rgb(118,0,150); }
td.TdClassName
{
border-color: #760096;
}
.TagClassName
{
border-color: #760096;
}
</style>