Shades of Dark Violet #780BDD
Tints of Dark Violet #780BDD
RGB
CMYK
RGB Variations
Color information
#780BDD (or 0x780BDD) is known color: Dark Violet. HEX triplet: 78, 0B and DD. RGB value is (120,11,221). Sum of RGB (Red+Green+Blue) = 120+11+221=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #780BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BDD is #87F422. Grayscale: #424242. Windows color (decimal): -8909859 or 14486392. OLE color: 14486392.
HSL color Cylindrical-coordinate representation of color #780BDD: hue angle of 271.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780BDD is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 11 | 221 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.13 |
| HSL | 271.14º | 0.91% | 0.45% | - |
| HSV(B) | 271.14º | 0.95% | 0.87% | - |
| XYZ | 20.92 | 9.45 | 69.13 | - |
| YUV | 67.53 | 214.61 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 221 | 0.46 | 0.95 | 0 | 0.13 | 271.14 | 0.91 | 0.45 |
| Hex | 78 | B | DD | 2E | 5F | 0 | D | 10F | 5B | 2D |
| Octal | 170 | 13 | 335 | 56 | 137 | 0 | 15 | 417 | 133 | 55 |
| Binary | 1111000 | 1011 | 11011101 | 101110 | 1011111 | 0 | 1101 | 100001111 | 1011011 | 101101 |
Color Harmonies of #780BDD
Complementary color
Monochromatic Colors of #780BDD
Black with #780BDD
Text Example
Text Example
White with #780BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780BDD; }
p { color: rgb(120,11,221); }
H1.HeaderClassName
{
color: #780BDD;
}
.AnyTagClassName
{
color: #780BDD;
}
</style>
background-color css
<style>
a { background-color: #780BDD; }
a { background-color: rgb(120,11,221); }
div.DivClassName
{
background-color: #780BDD;
}
.BgClassName
{
background-color: #780BDD;
}
</style>
border-color css
<style>
span { border-color: #780BDD; }
span { border-color: rgb(120,11,221); }
td.TdClassName
{
border-color: #780BDD;
}
.TagClassName
{
border-color: #780BDD;
}
</style>