Shades of Dark Violet #780BDE
Tints of Dark Violet #780BDE
RGB
CMYK
RGB Variations
Color information
#780BDE (or 0x780BDE) is known color: Dark Violet. HEX triplet: 78, 0B and DE. RGB value is (120,11,222). Sum of RGB (Red+Green+Blue) = 120+11+222=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #780BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BDE is #87F421. Grayscale: #424242. Windows color (decimal): -8909858 or 14551928. OLE color: 14551928.
HSL color Cylindrical-coordinate representation of color #780BDE: hue angle of 271º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780BDE is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 11 | 222 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.13 |
| HSL | 271º | 0.91% | 0.46% | - |
| HSV(B) | 271º | 0.95% | 0.87% | - |
| XYZ | 21.05 | 9.51 | 69.83 | - |
| YUV | 67.65 | 215.11 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 222 | 0.46 | 0.95 | 0 | 0.13 | 271 | 0.91 | 0.46 |
| Hex | 78 | B | DE | 2E | 5F | 0 | D | 10F | 5B | 2E |
| Octal | 170 | 13 | 336 | 56 | 137 | 0 | 15 | 417 | 133 | 56 |
| Binary | 1111000 | 1011 | 11011110 | 101110 | 1011111 | 0 | 1101 | 100001111 | 1011011 | 101110 |
Color Harmonies of #780BDE
Complementary color
Monochromatic Colors of #780BDE
Black with #780BDE
Text Example
Text Example
White with #780BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780BDE; }
p { color: rgb(120,11,222); }
H1.HeaderClassName
{
color: #780BDE;
}
.AnyTagClassName
{
color: #780BDE;
}
</style>
background-color css
<style>
a { background-color: #780BDE; }
a { background-color: rgb(120,11,222); }
div.DivClassName
{
background-color: #780BDE;
}
.BgClassName
{
background-color: #780BDE;
}
</style>
border-color css
<style>
span { border-color: #780BDE; }
span { border-color: rgb(120,11,222); }
td.TdClassName
{
border-color: #780BDE;
}
.TagClassName
{
border-color: #780BDE;
}
</style>