Shades of Dark Violet #780BBA
Tints of Dark Violet #780BBA
RGB
CMYK
RGB Variations
Color information
#780BBA (or 0x780BBA) is known color: Dark Violet. HEX triplet: 78, 0B and BA. RGB value is (120,11,186). Sum of RGB (Red+Green+Blue) = 120+11+186=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #780BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BBA is #87F445. Grayscale: #3E3E3E. Windows color (decimal): -8909894 or 12192632. OLE color: 12192632.
HSL color Cylindrical-coordinate representation of color #780BBA: hue angle of 277.37º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780BBA is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 11 | 186 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.27 |
| HSL | 277.37º | 0.89% | 0.39% | - |
| HSV(B) | 277.37º | 0.94% | 0.73% | - |
| XYZ | 16.73 | 7.78 | 47.07 | - |
| YUV | 63.54 | 197.11 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 186 | 0.35 | 0.94 | 0 | 0.27 | 277.37 | 0.89 | 0.39 |
| Hex | 78 | B | BA | 23 | 5E | 0 | 1B | 115 | 59 | 27 |
| Octal | 170 | 13 | 272 | 43 | 136 | 0 | 33 | 425 | 131 | 47 |
| Binary | 1111000 | 1011 | 10111010 | 100011 | 1011110 | 0 | 11011 | 100010101 | 1011001 | 100111 |
Color Harmonies of #780BBA
Complementary color
Monochromatic Colors of #780BBA
Black with #780BBA
Text Example
Text Example
White with #780BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780BBA; }
p { color: rgb(120,11,186); }
H1.HeaderClassName
{
color: #780BBA;
}
.AnyTagClassName
{
color: #780BBA;
}
</style>
background-color css
<style>
a { background-color: #780BBA; }
a { background-color: rgb(120,11,186); }
div.DivClassName
{
background-color: #780BBA;
}
.BgClassName
{
background-color: #780BBA;
}
</style>
border-color css
<style>
span { border-color: #780BBA; }
span { border-color: rgb(120,11,186); }
td.TdClassName
{
border-color: #780BBA;
}
.TagClassName
{
border-color: #780BBA;
}
</style>