Shades of Blue Violet #780DDD
Tints of Blue Violet #780DDD
RGB
CMYK
RGB Variations
Color information
#780DDD (or 0x780DDD) is known color: Blue Violet. HEX triplet: 78, 0D and DD. RGB value is (120,13,221). Sum of RGB (Red+Green+Blue) = 120+13+221=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #780DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780DDD is #87F222. Grayscale: #434343. Windows color (decimal): -8909347 or 14486904. OLE color: 14486904.
HSL color Cylindrical-coordinate representation of color #780DDD: hue angle of 270.87º 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 #780DDD is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 13 | 221 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.13 |
| HSL | 270.87º | 0.89% | 0.46% | - |
| HSV(B) | 270.87º | 0.94% | 0.87% | - |
| XYZ | 20.94 | 9.5 | 69.14 | - |
| YUV | 68.71 | 213.95 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 221 | 0.46 | 0.94 | 0 | 0.13 | 270.87 | 0.89 | 0.46 |
| Hex | 78 | D | DD | 2E | 5E | 0 | D | 10F | 59 | 2E |
| Octal | 170 | 15 | 335 | 56 | 136 | 0 | 15 | 417 | 131 | 56 |
| Binary | 1111000 | 1101 | 11011101 | 101110 | 1011110 | 0 | 1101 | 100001111 | 1011001 | 101110 |
Color Harmonies of #780DDD
Complementary color
Monochromatic Colors of #780DDD
Black with #780DDD
Text Example
Text Example
White with #780DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780DDD; }
p { color: rgb(120,13,221); }
H1.HeaderClassName
{
color: #780DDD;
}
.AnyTagClassName
{
color: #780DDD;
}
</style>
background-color css
<style>
a { background-color: #780DDD; }
a { background-color: rgb(120,13,221); }
div.DivClassName
{
background-color: #780DDD;
}
.BgClassName
{
background-color: #780DDD;
}
</style>
border-color css
<style>
span { border-color: #780DDD; }
span { border-color: rgb(120,13,221); }
td.TdClassName
{
border-color: #780DDD;
}
.TagClassName
{
border-color: #780DDD;
}
</style>