Shades of Dark Violet #780EBE
Tints of Dark Violet #780EBE
RGB
CMYK
RGB Variations
Color information
#780EBE (or 0x780EBE) is known color: Dark Violet. HEX triplet: 78, 0E and BE. RGB value is (120,14,190). Sum of RGB (Red+Green+Blue) = 120+14+190=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #780EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780EBE is #87F141. Grayscale: #414141. Windows color (decimal): -8909122 or 12455544. OLE color: 12455544.
HSL color Cylindrical-coordinate representation of color #780EBE: hue angle of 276.14º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780EBE is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 14 | 190 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.25 |
| HSL | 276.14º | 0.86% | 0.4% | - |
| HSV(B) | 276.14º | 0.93% | 0.75% | - |
| XYZ | 17.2 | 8.02 | 49.36 | - |
| YUV | 65.76 | 198.12 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 14 | 190 | 0.37 | 0.93 | 0 | 0.25 | 276.14 | 0.86 | 0.4 |
| Hex | 78 | E | BE | 25 | 5D | 0 | 19 | 114 | 56 | 28 |
| Octal | 170 | 16 | 276 | 45 | 135 | 0 | 31 | 424 | 126 | 50 |
| Binary | 1111000 | 1110 | 10111110 | 100101 | 1011101 | 0 | 11001 | 100010100 | 1010110 | 101000 |
Color Harmonies of #780EBE
Complementary color
Monochromatic Colors of #780EBE
Black with #780EBE
Text Example
Text Example
White with #780EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780EBE; }
p { color: rgb(120,14,190); }
H1.HeaderClassName
{
color: #780EBE;
}
.AnyTagClassName
{
color: #780EBE;
}
</style>
background-color css
<style>
a { background-color: #780EBE; }
a { background-color: rgb(120,14,190); }
div.DivClassName
{
background-color: #780EBE;
}
.BgClassName
{
background-color: #780EBE;
}
</style>
border-color css
<style>
span { border-color: #780EBE; }
span { border-color: rgb(120,14,190); }
td.TdClassName
{
border-color: #780EBE;
}
.TagClassName
{
border-color: #780EBE;
}
</style>