Shades of Blue Violet #780DDC
Tints of Blue Violet #780DDC
RGB
CMYK
RGB Variations
Color information
#780DDC (or 0x780DDC) is known color: Blue Violet. HEX triplet: 78, 0D and DC. RGB value is (120,13,220). Sum of RGB (Red+Green+Blue) = 120+13+220=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #780DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780DDC is #87F223. Grayscale: #434343. Windows color (decimal): -8909348 or 14421368. OLE color: 14421368.
HSL color Cylindrical-coordinate representation of color #780DDC: hue angle of 271.01º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780DDC is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 13 | 220 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.14 |
| HSL | 271.01º | 0.89% | 0.46% | - |
| HSV(B) | 271.01º | 0.94% | 0.86% | - |
| XYZ | 20.81 | 9.45 | 68.44 | - |
| YUV | 68.59 | 213.45 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 220 | 0.45 | 0.94 | 0 | 0.14 | 271.01 | 0.89 | 0.46 |
| Hex | 78 | D | DC | 2D | 5E | 0 | E | 10F | 59 | 2E |
| Octal | 170 | 15 | 334 | 55 | 136 | 0 | 16 | 417 | 131 | 56 |
| Binary | 1111000 | 1101 | 11011100 | 101101 | 1011110 | 0 | 1110 | 100001111 | 1011001 | 101110 |
Color Harmonies of #780DDC
Complementary color
Monochromatic Colors of #780DDC
Black with #780DDC
Text Example
Text Example
White with #780DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780DDC; }
p { color: rgb(120,13,220); }
H1.HeaderClassName
{
color: #780DDC;
}
.AnyTagClassName
{
color: #780DDC;
}
</style>
background-color css
<style>
a { background-color: #780DDC; }
a { background-color: rgb(120,13,220); }
div.DivClassName
{
background-color: #780DDC;
}
.BgClassName
{
background-color: #780DDC;
}
</style>
border-color css
<style>
span { border-color: #780DDC; }
span { border-color: rgb(120,13,220); }
td.TdClassName
{
border-color: #780DDC;
}
.TagClassName
{
border-color: #780DDC;
}
</style>