Shades of Dark Violet #780FBA
Tints of Dark Violet #780FBA
RGB
CMYK
RGB Variations
Color information
#780FBA (or 0x780FBA) is known color: Dark Violet. HEX triplet: 78, 0F and BA. RGB value is (120,15,186). Sum of RGB (Red+Green+Blue) = 120+15+186=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #780FBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FBA is #87F045. Grayscale: #414141. Windows color (decimal): -8908870 or 12193656. OLE color: 12193656.
HSL color Cylindrical-coordinate representation of color #780FBA: hue angle of 276.84º degrees, saturation: 0.85, 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 #780FBA is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 15 | 186 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.27 |
| HSL | 276.84º | 0.85% | 0.39% | - |
| HSV(B) | 276.84º | 0.92% | 0.73% | - |
| XYZ | 16.78 | 7.88 | 47.09 | - |
| YUV | 65.89 | 195.79 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 186 | 0.35 | 0.92 | 0 | 0.27 | 276.84 | 0.85 | 0.39 |
| Hex | 78 | F | BA | 23 | 5C | 0 | 1B | 115 | 55 | 27 |
| Octal | 170 | 17 | 272 | 43 | 134 | 0 | 33 | 425 | 125 | 47 |
| Binary | 1111000 | 1111 | 10111010 | 100011 | 1011100 | 0 | 11011 | 100010101 | 1010101 | 100111 |
Color Harmonies of #780FBA
Complementary color
Monochromatic Colors of #780FBA
Black with #780FBA
Text Example
Text Example
White with #780FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780FBA; }
p { color: rgb(120,15,186); }
H1.HeaderClassName
{
color: #780FBA;
}
.AnyTagClassName
{
color: #780FBA;
}
</style>
background-color css
<style>
a { background-color: #780FBA; }
a { background-color: rgb(120,15,186); }
div.DivClassName
{
background-color: #780FBA;
}
.BgClassName
{
background-color: #780FBA;
}
</style>
border-color css
<style>
span { border-color: #780FBA; }
span { border-color: rgb(120,15,186); }
td.TdClassName
{
border-color: #780FBA;
}
.TagClassName
{
border-color: #780FBA;
}
</style>