Shades of Dark Magenta #770B9B
Tints of Dark Magenta #770B9B
RGB
CMYK
RGB Variations
Color information
#770B9B (or 0x770B9B) is known color: Dark Magenta. HEX triplet: 77, 0B and 9B. RGB value is (119,11,155). Sum of RGB (Red+Green+Blue) = 119+11+155=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #770B9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770B9B is #88F464. Grayscale: #3B3B3B. Windows color (decimal): -8975461 or 10161015. OLE color: 10161015.
HSL color Cylindrical-coordinate representation of color #770B9B: hue angle of 285º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770B9B is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 11 | 155 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.39 |
| HSL | 285º | 0.87% | 0.33% | - |
| HSV(B) | 285º | 0.93% | 0.61% | - |
| XYZ | 13.64 | 6.53 | 31.55 | - |
| YUV | 59.71 | 181.78 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 155 | 0.23 | 0.93 | 0 | 0.39 | 285 | 0.87 | 0.33 |
| Hex | 77 | B | 9B | 17 | 5D | 0 | 27 | 11D | 57 | 21 |
| Octal | 167 | 13 | 233 | 27 | 135 | 0 | 47 | 435 | 127 | 41 |
| Binary | 1110111 | 1011 | 10011011 | 10111 | 1011101 | 0 | 100111 | 100011101 | 1010111 | 100001 |
Color Harmonies of #770B9B
Complementary color
Monochromatic Colors of #770B9B
Black with #770B9B
Text Example
Text Example
White with #770B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B9B; }
p { color: rgb(119,11,155); }
H1.HeaderClassName
{
color: #770B9B;
}
.AnyTagClassName
{
color: #770B9B;
}
</style>
background-color css
<style>
a { background-color: #770B9B; }
a { background-color: rgb(119,11,155); }
div.DivClassName
{
background-color: #770B9B;
}
.BgClassName
{
background-color: #770B9B;
}
</style>
border-color css
<style>
span { border-color: #770B9B; }
span { border-color: rgb(119,11,155); }
td.TdClassName
{
border-color: #770B9B;
}
.TagClassName
{
border-color: #770B9B;
}
</style>