Shades of Dark Violet #770BB6
Tints of Dark Violet #770BB6
RGB
CMYK
RGB Variations
Color information
#770BB6 (or 0x770BB6) is known color: Dark Violet. HEX triplet: 77, 0B and B6. RGB value is (119,11,182). Sum of RGB (Red+Green+Blue) = 119+11+182=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 182 (71.48% from 255 or 58.33% from 312); Max value from RGB is 182 - color contains mainly: blue. Hex color #770BB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BB6 is #88F449. Grayscale: #3E3E3E. Windows color (decimal): -8975434 or 11930487. OLE color: 11930487.
HSL color Cylindrical-coordinate representation of color #770BB6: hue angle of 277.89º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770BB6 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 11 | 182 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.29 |
| HSL | 277.89º | 0.89% | 0.38% | - |
| HSV(B) | 277.89º | 0.94% | 0.71% | - |
| XYZ | 16.17 | 7.54 | 44.86 | - |
| YUV | 62.79 | 195.28 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 182 | 0.35 | 0.94 | 0 | 0.29 | 277.89 | 0.89 | 0.38 |
| Hex | 77 | B | B6 | 23 | 5E | 0 | 1D | 116 | 59 | 26 |
| Octal | 167 | 13 | 266 | 43 | 136 | 0 | 35 | 426 | 131 | 46 |
| Binary | 1110111 | 1011 | 10110110 | 100011 | 1011110 | 0 | 11101 | 100010110 | 1011001 | 100110 |
Color Harmonies of #770BB6
Complementary color
Monochromatic Colors of #770BB6
Black with #770BB6
Text Example
Text Example
White with #770BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BB6; }
p { color: rgb(119,11,182); }
H1.HeaderClassName
{
color: #770BB6;
}
.AnyTagClassName
{
color: #770BB6;
}
</style>
background-color css
<style>
a { background-color: #770BB6; }
a { background-color: rgb(119,11,182); }
div.DivClassName
{
background-color: #770BB6;
}
.BgClassName
{
background-color: #770BB6;
}
</style>
border-color css
<style>
span { border-color: #770BB6; }
span { border-color: rgb(119,11,182); }
td.TdClassName
{
border-color: #770BB6;
}
.TagClassName
{
border-color: #770BB6;
}
</style>