Shades of Dark Magenta #761296
Tints of Dark Magenta #761296
RGB
CMYK
RGB Variations
Color information
#761296 (or 0x761296) is known color: Dark Magenta. HEX triplet: 76, 12 and 96. RGB value is (118,18,150). Sum of RGB (Red+Green+Blue) = 118+18+150=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #761296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761296 is #89ED69. Grayscale: #3E3E3E. Windows color (decimal): -9039210 or 9835126. OLE color: 9835126.
HSL color Cylindrical-coordinate representation of color #761296: hue angle of 285.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761296 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 18 | 150 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.41 |
| HSL | 285.45º | 0.79% | 0.33% | - |
| HSV(B) | 285.45º | 0.88% | 0.59% | - |
| XYZ | 13.19 | 6.49 | 29.41 | - |
| YUV | 62.95 | 177.13 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 150 | 0.21 | 0.88 | 0 | 0.41 | 285.45 | 0.79 | 0.33 |
| Hex | 76 | 12 | 96 | 15 | 58 | 0 | 29 | 11D | 4F | 21 |
| Octal | 166 | 22 | 226 | 25 | 130 | 0 | 51 | 435 | 117 | 41 |
| Binary | 1110110 | 10010 | 10010110 | 10101 | 1011000 | 0 | 101001 | 100011101 | 1001111 | 100001 |
Color Harmonies of #761296
Complementary color
Monochromatic Colors of #761296
Black with #761296
Text Example
Text Example
White with #761296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761296; }
p { color: rgb(118,18,150); }
H1.HeaderClassName
{
color: #761296;
}
.AnyTagClassName
{
color: #761296;
}
</style>
background-color css
<style>
a { background-color: #761296; }
a { background-color: rgb(118,18,150); }
div.DivClassName
{
background-color: #761296;
}
.BgClassName
{
background-color: #761296;
}
</style>
border-color css
<style>
span { border-color: #761296; }
span { border-color: rgb(118,18,150); }
td.TdClassName
{
border-color: #761296;
}
.TagClassName
{
border-color: #761296;
}
</style>