Shades of Dark Violet #780FBB
Tints of Dark Violet #780FBB
RGB
CMYK
RGB Variations
Color information
#780FBB (or 0x780FBB) is known color: Dark Violet. HEX triplet: 78, 0F and BB. RGB value is (120,15,187). Sum of RGB (Red+Green+Blue) = 120+15+187=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #780FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FBB is #87F044. Grayscale: #414141. Windows color (decimal): -8908869 or 12259192. OLE color: 12259192.
HSL color Cylindrical-coordinate representation of color #780FBB: hue angle of 276.63º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780FBB is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 15 | 187 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.27 |
| HSL | 276.63º | 0.85% | 0.4% | - |
| HSV(B) | 276.63º | 0.92% | 0.73% | - |
| XYZ | 16.89 | 7.92 | 47.65 | - |
| YUV | 66 | 196.29 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 187 | 0.36 | 0.92 | 0 | 0.27 | 276.63 | 0.85 | 0.4 |
| Hex | 78 | F | BB | 24 | 5C | 0 | 1B | 115 | 55 | 28 |
| Octal | 170 | 17 | 273 | 44 | 134 | 0 | 33 | 425 | 125 | 50 |
| Binary | 1111000 | 1111 | 10111011 | 100100 | 1011100 | 0 | 11011 | 100010101 | 1010101 | 101000 |
Color Harmonies of #780FBB
Complementary color
Monochromatic Colors of #780FBB
Black with #780FBB
Text Example
Text Example
White with #780FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780FBB; }
p { color: rgb(120,15,187); }
H1.HeaderClassName
{
color: #780FBB;
}
.AnyTagClassName
{
color: #780FBB;
}
</style>
background-color css
<style>
a { background-color: #780FBB; }
a { background-color: rgb(120,15,187); }
div.DivClassName
{
background-color: #780FBB;
}
.BgClassName
{
background-color: #780FBB;
}
</style>
border-color css
<style>
span { border-color: #780FBB; }
span { border-color: rgb(120,15,187); }
td.TdClassName
{
border-color: #780FBB;
}
.TagClassName
{
border-color: #780FBB;
}
</style>