Shades of Dark Violet #770EBC
Tints of Dark Violet #770EBC
RGB
CMYK
RGB Variations
Color information
#770EBC (or 0x770EBC) is known color: Dark Violet. HEX triplet: 77, 0E and BC. RGB value is (119,14,188). Sum of RGB (Red+Green+Blue) = 119+14+188=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #770EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770EBC is #88F143. Grayscale: #404040. Windows color (decimal): -8974660 or 12324471. OLE color: 12324471.
HSL color Cylindrical-coordinate representation of color #770EBC: hue angle of 276.21º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770EBC is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 14 | 188 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.26 |
| HSL | 276.21º | 0.86% | 0.4% | - |
| HSV(B) | 276.21º | 0.93% | 0.74% | - |
| XYZ | 16.84 | 7.87 | 48.21 | - |
| YUV | 65.23 | 197.29 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 188 | 0.37 | 0.93 | 0 | 0.26 | 276.21 | 0.86 | 0.4 |
| Hex | 77 | E | BC | 25 | 5D | 0 | 1A | 114 | 56 | 28 |
| Octal | 167 | 16 | 274 | 45 | 135 | 0 | 32 | 424 | 126 | 50 |
| Binary | 1110111 | 1110 | 10111100 | 100101 | 1011101 | 0 | 11010 | 100010100 | 1010110 | 101000 |
Color Harmonies of #770EBC
Complementary color
Monochromatic Colors of #770EBC
Black with #770EBC
Text Example
Text Example
White with #770EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770EBC; }
p { color: rgb(119,14,188); }
H1.HeaderClassName
{
color: #770EBC;
}
.AnyTagClassName
{
color: #770EBC;
}
</style>
background-color css
<style>
a { background-color: #770EBC; }
a { background-color: rgb(119,14,188); }
div.DivClassName
{
background-color: #770EBC;
}
.BgClassName
{
background-color: #770EBC;
}
</style>
border-color css
<style>
span { border-color: #770EBC; }
span { border-color: rgb(119,14,188); }
td.TdClassName
{
border-color: #770EBC;
}
.TagClassName
{
border-color: #770EBC;
}
</style>