Shades of Dark Violet #780EBC
Tints of Dark Violet #780EBC
RGB
CMYK
RGB Variations
Color information
#780EBC (or 0x780EBC) is known color: Dark Violet. HEX triplet: 78, 0E and BC. RGB value is (120,14,188). Sum of RGB (Red+Green+Blue) = 120+14+188=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #780EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780EBC is #87F143. Grayscale: #404040. Windows color (decimal): -8909124 or 12324472. OLE color: 12324472.
HSL color Cylindrical-coordinate representation of color #780EBC: hue angle of 276.55º 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 #780EBC is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 14 | 188 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.26 |
| HSL | 276.55º | 0.86% | 0.4% | - |
| HSV(B) | 276.55º | 0.93% | 0.74% | - |
| XYZ | 16.98 | 7.94 | 48.21 | - |
| YUV | 65.53 | 197.12 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 14 | 188 | 0.36 | 0.93 | 0 | 0.26 | 276.55 | 0.86 | 0.4 |
| Hex | 78 | E | BC | 24 | 5D | 0 | 1A | 115 | 56 | 28 |
| Octal | 170 | 16 | 274 | 44 | 135 | 0 | 32 | 425 | 126 | 50 |
| Binary | 1111000 | 1110 | 10111100 | 100100 | 1011101 | 0 | 11010 | 100010101 | 1010110 | 101000 |
Color Harmonies of #780EBC
Complementary color
Monochromatic Colors of #780EBC
Black with #780EBC
Text Example
Text Example
White with #780EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780EBC; }
p { color: rgb(120,14,188); }
H1.HeaderClassName
{
color: #780EBC;
}
.AnyTagClassName
{
color: #780EBC;
}
</style>
background-color css
<style>
a { background-color: #780EBC; }
a { background-color: rgb(120,14,188); }
div.DivClassName
{
background-color: #780EBC;
}
.BgClassName
{
background-color: #780EBC;
}
</style>
border-color css
<style>
span { border-color: #780EBC; }
span { border-color: rgb(120,14,188); }
td.TdClassName
{
border-color: #780EBC;
}
.TagClassName
{
border-color: #780EBC;
}
</style>