Shades of Dark Violet #780BBB
Tints of Dark Violet #780BBB
RGB
CMYK
RGB Variations
Color information
#780BBB (or 0x780BBB) is known color: Dark Violet. HEX triplet: 78, 0B and BB. RGB value is (120,11,187). Sum of RGB (Red+Green+Blue) = 120+11+187=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #780BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BBB is #87F444. Grayscale: #3F3F3F. Windows color (decimal): -8909893 or 12258168. OLE color: 12258168.
HSL color Cylindrical-coordinate representation of color #780BBB: hue angle of 277.16º 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 #780BBB is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 11 | 187 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.27 |
| HSL | 277.16º | 0.89% | 0.39% | - |
| HSV(B) | 277.16º | 0.94% | 0.73% | - |
| XYZ | 16.84 | 7.82 | 47.64 | - |
| YUV | 63.66 | 197.61 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 187 | 0.36 | 0.94 | 0 | 0.27 | 277.16 | 0.89 | 0.39 |
| Hex | 78 | B | BB | 24 | 5E | 0 | 1B | 115 | 59 | 27 |
| Octal | 170 | 13 | 273 | 44 | 136 | 0 | 33 | 425 | 131 | 47 |
| Binary | 1111000 | 1011 | 10111011 | 100100 | 1011110 | 0 | 11011 | 100010101 | 1011001 | 100111 |
Color Harmonies of #780BBB
Complementary color
Monochromatic Colors of #780BBB
Black with #780BBB
Text Example
Text Example
White with #780BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780BBB; }
p { color: rgb(120,11,187); }
H1.HeaderClassName
{
color: #780BBB;
}
.AnyTagClassName
{
color: #780BBB;
}
</style>
background-color css
<style>
a { background-color: #780BBB; }
a { background-color: rgb(120,11,187); }
div.DivClassName
{
background-color: #780BBB;
}
.BgClassName
{
background-color: #780BBB;
}
</style>
border-color css
<style>
span { border-color: #780BBB; }
span { border-color: rgb(120,11,187); }
td.TdClassName
{
border-color: #780BBB;
}
.TagClassName
{
border-color: #780BBB;
}
</style>