Shades of Dark Violet #780FBC
Tints of Dark Violet #780FBC
RGB
CMYK
RGB Variations
Color information
#780FBC (or 0x780FBC) is known color: Dark Violet. HEX triplet: 78, 0F and BC. RGB value is (120,15,188). Sum of RGB (Red+Green+Blue) = 120+15+188=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #780FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FBC is #87F043. Grayscale: #414141. Windows color (decimal): -8908868 or 12324728. OLE color: 12324728.
HSL color Cylindrical-coordinate representation of color #780FBC: hue angle of 276.42º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780FBC is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 15 | 188 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.26 |
| HSL | 276.42º | 0.85% | 0.4% | - |
| HSV(B) | 276.42º | 0.92% | 0.74% | - |
| XYZ | 16.99 | 7.97 | 48.22 | - |
| YUV | 66.12 | 196.79 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 188 | 0.36 | 0.92 | 0 | 0.26 | 276.42 | 0.85 | 0.4 |
| Hex | 78 | F | BC | 24 | 5C | 0 | 1A | 114 | 55 | 28 |
| Octal | 170 | 17 | 274 | 44 | 134 | 0 | 32 | 424 | 125 | 50 |
| Binary | 1111000 | 1111 | 10111100 | 100100 | 1011100 | 0 | 11010 | 100010100 | 1010101 | 101000 |
Color Harmonies of #780FBC
Complementary color
Monochromatic Colors of #780FBC
Black with #780FBC
Text Example
Text Example
White with #780FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780FBC; }
p { color: rgb(120,15,188); }
H1.HeaderClassName
{
color: #780FBC;
}
.AnyTagClassName
{
color: #780FBC;
}
</style>
background-color css
<style>
a { background-color: #780FBC; }
a { background-color: rgb(120,15,188); }
div.DivClassName
{
background-color: #780FBC;
}
.BgClassName
{
background-color: #780FBC;
}
</style>
border-color css
<style>
span { border-color: #780FBC; }
span { border-color: rgb(120,15,188); }
td.TdClassName
{
border-color: #780FBC;
}
.TagClassName
{
border-color: #780FBC;
}
</style>