Shades of Dark Violet #770DB6
Tints of Dark Violet #770DB6
RGB
CMYK
RGB Variations
Color information
#770DB6 (or 0x770DB6) is known color: Dark Violet. HEX triplet: 77, 0D and B6. RGB value is (119,13,182). Sum of RGB (Red+Green+Blue) = 119+13+182=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 182 (71.48% from 255 or 57.96% from 314); Max value from RGB is 182 - color contains mainly: blue. Hex color #770DB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DB6 is #88F249. Grayscale: #3F3F3F. Windows color (decimal): -8974922 or 11930999. OLE color: 11930999.
HSL color Cylindrical-coordinate representation of color #770DB6: hue angle of 277.63º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770DB6 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 13 | 182 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.29 |
| HSL | 277.63º | 0.87% | 0.38% | - |
| HSV(B) | 277.63º | 0.93% | 0.71% | - |
| XYZ | 16.2 | 7.59 | 44.87 | - |
| YUV | 63.96 | 194.62 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 182 | 0.35 | 0.93 | 0 | 0.29 | 277.63 | 0.87 | 0.38 |
| Hex | 77 | D | B6 | 23 | 5D | 0 | 1D | 116 | 57 | 26 |
| Octal | 167 | 15 | 266 | 43 | 135 | 0 | 35 | 426 | 127 | 46 |
| Binary | 1110111 | 1101 | 10110110 | 100011 | 1011101 | 0 | 11101 | 100010110 | 1010111 | 100110 |
Color Harmonies of #770DB6
Complementary color
Monochromatic Colors of #770DB6
Black with #770DB6
Text Example
Text Example
White with #770DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770DB6; }
p { color: rgb(119,13,182); }
H1.HeaderClassName
{
color: #770DB6;
}
.AnyTagClassName
{
color: #770DB6;
}
</style>
background-color css
<style>
a { background-color: #770DB6; }
a { background-color: rgb(119,13,182); }
div.DivClassName
{
background-color: #770DB6;
}
.BgClassName
{
background-color: #770DB6;
}
</style>
border-color css
<style>
span { border-color: #770DB6; }
span { border-color: rgb(119,13,182); }
td.TdClassName
{
border-color: #770DB6;
}
.TagClassName
{
border-color: #770DB6;
}
</style>