Shades of Blue Violet #780DDE
Tints of Blue Violet #780DDE
RGB
CMYK
RGB Variations
Color information
#780DDE (or 0x780DDE) is known color: Blue Violet. HEX triplet: 78, 0D and DE. RGB value is (120,13,222). Sum of RGB (Red+Green+Blue) = 120+13+222=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #780DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780DDE is #87F221. Grayscale: #444444. Windows color (decimal): -8909346 or 14552440. OLE color: 14552440.
HSL color Cylindrical-coordinate representation of color #780DDE: hue angle of 270.72º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780DDE is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 13 | 222 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.13 |
| HSL | 270.72º | 0.89% | 0.46% | - |
| HSV(B) | 270.72º | 0.94% | 0.87% | - |
| XYZ | 21.07 | 9.55 | 69.84 | - |
| YUV | 68.82 | 214.45 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 222 | 0.46 | 0.94 | 0 | 0.13 | 270.72 | 0.89 | 0.46 |
| Hex | 78 | D | DE | 2E | 5E | 0 | D | 10F | 59 | 2E |
| Octal | 170 | 15 | 336 | 56 | 136 | 0 | 15 | 417 | 131 | 56 |
| Binary | 1111000 | 1101 | 11011110 | 101110 | 1011110 | 0 | 1101 | 100001111 | 1011001 | 101110 |
Color Harmonies of #780DDE
Complementary color
Monochromatic Colors of #780DDE
Black with #780DDE
Text Example
Text Example
White with #780DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780DDE; }
p { color: rgb(120,13,222); }
H1.HeaderClassName
{
color: #780DDE;
}
.AnyTagClassName
{
color: #780DDE;
}
</style>
background-color css
<style>
a { background-color: #780DDE; }
a { background-color: rgb(120,13,222); }
div.DivClassName
{
background-color: #780DDE;
}
.BgClassName
{
background-color: #780DDE;
}
</style>
border-color css
<style>
span { border-color: #780DDE; }
span { border-color: rgb(120,13,222); }
td.TdClassName
{
border-color: #780DDE;
}
.TagClassName
{
border-color: #780DDE;
}
</style>