Shades of Dark Magenta #760D9B
Tints of Dark Magenta #760D9B
RGB
CMYK
RGB Variations
Color information
#760D9B (or 0x760D9B) is known color: Dark Magenta. HEX triplet: 76, 0D and 9B. RGB value is (118,13,155). Sum of RGB (Red+Green+Blue) = 118+13+155=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #760D9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760D9B is #89F264. Grayscale: #3C3C3C. Windows color (decimal): -9040485 or 10161526. OLE color: 10161526.
HSL color Cylindrical-coordinate representation of color #760D9B: hue angle of 284.37º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760D9B is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 13 | 155 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.39 |
| HSL | 284.37º | 0.85% | 0.33% | - |
| HSV(B) | 284.37º | 0.92% | 0.61% | - |
| XYZ | 13.53 | 6.51 | 31.55 | - |
| YUV | 60.58 | 181.29 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 155 | 0.24 | 0.92 | 0 | 0.39 | 284.37 | 0.85 | 0.33 |
| Hex | 76 | D | 9B | 18 | 5C | 0 | 27 | 11C | 55 | 21 |
| Octal | 166 | 15 | 233 | 30 | 134 | 0 | 47 | 434 | 125 | 41 |
| Binary | 1110110 | 1101 | 10011011 | 11000 | 1011100 | 0 | 100111 | 100011100 | 1010101 | 100001 |
Color Harmonies of #760D9B
Complementary color
Monochromatic Colors of #760D9B
Black with #760D9B
Text Example
Text Example
White with #760D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D9B; }
p { color: rgb(118,13,155); }
H1.HeaderClassName
{
color: #760D9B;
}
.AnyTagClassName
{
color: #760D9B;
}
</style>
background-color css
<style>
a { background-color: #760D9B; }
a { background-color: rgb(118,13,155); }
div.DivClassName
{
background-color: #760D9B;
}
.BgClassName
{
background-color: #760D9B;
}
</style>
border-color css
<style>
span { border-color: #760D9B; }
span { border-color: rgb(118,13,155); }
td.TdClassName
{
border-color: #760D9B;
}
.TagClassName
{
border-color: #760D9B;
}
</style>