Shades of Dark Violet #770EBA
Tints of Dark Violet #770EBA
RGB
CMYK
RGB Variations
Color information
#770EBA (or 0x770EBA) is known color: Dark Violet. HEX triplet: 77, 0E and BA. RGB value is (119,14,186). Sum of RGB (Red+Green+Blue) = 119+14+186=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #770EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770EBA is #88F145. Grayscale: #404040. Windows color (decimal): -8974662 or 12193399. OLE color: 12193399.
HSL color Cylindrical-coordinate representation of color #770EBA: hue angle of 276.63º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770EBA is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 14 | 186 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.27 |
| HSL | 276.63º | 0.86% | 0.39% | - |
| HSV(B) | 276.63º | 0.92% | 0.73% | - |
| XYZ | 16.63 | 7.78 | 47.08 | - |
| YUV | 65 | 196.29 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 186 | 0.36 | 0.92 | 0 | 0.27 | 276.63 | 0.86 | 0.39 |
| Hex | 77 | E | BA | 24 | 5C | 0 | 1B | 115 | 56 | 27 |
| Octal | 167 | 16 | 272 | 44 | 134 | 0 | 33 | 425 | 126 | 47 |
| Binary | 1110111 | 1110 | 10111010 | 100100 | 1011100 | 0 | 11011 | 100010101 | 1010110 | 100111 |
Color Harmonies of #770EBA
Complementary color
Monochromatic Colors of #770EBA
Black with #770EBA
Text Example
Text Example
White with #770EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770EBA; }
p { color: rgb(119,14,186); }
H1.HeaderClassName
{
color: #770EBA;
}
.AnyTagClassName
{
color: #770EBA;
}
</style>
background-color css
<style>
a { background-color: #770EBA; }
a { background-color: rgb(119,14,186); }
div.DivClassName
{
background-color: #770EBA;
}
.BgClassName
{
background-color: #770EBA;
}
</style>
border-color css
<style>
span { border-color: #770EBA; }
span { border-color: rgb(119,14,186); }
td.TdClassName
{
border-color: #770EBA;
}
.TagClassName
{
border-color: #770EBA;
}
</style>