Shades of Dark Violet #780BDC
Tints of Dark Violet #780BDC
RGB
CMYK
RGB Variations
Color information
#780BDC (or 0x780BDC) is known color: Dark Violet. HEX triplet: 78, 0B and DC. RGB value is (120,11,220). Sum of RGB (Red+Green+Blue) = 120+11+220=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #780BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BDC is #87F423. Grayscale: #424242. Windows color (decimal): -8909860 or 14420856. OLE color: 14420856.
HSL color Cylindrical-coordinate representation of color #780BDC: hue angle of 271.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780BDC is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 11 | 220 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.14 |
| HSL | 271.29º | 0.9% | 0.45% | - |
| HSV(B) | 271.29º | 0.95% | 0.86% | - |
| XYZ | 20.78 | 9.4 | 68.43 | - |
| YUV | 67.42 | 214.11 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 220 | 0.45 | 0.95 | 0 | 0.14 | 271.29 | 0.9 | 0.45 |
| Hex | 78 | B | DC | 2D | 5F | 0 | E | 10F | 5A | 2D |
| Octal | 170 | 13 | 334 | 55 | 137 | 0 | 16 | 417 | 132 | 55 |
| Binary | 1111000 | 1011 | 11011100 | 101101 | 1011111 | 0 | 1110 | 100001111 | 1011010 | 101101 |
Color Harmonies of #780BDC
Complementary color
Monochromatic Colors of #780BDC
Black with #780BDC
Text Example
Text Example
White with #780BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780BDC; }
p { color: rgb(120,11,220); }
H1.HeaderClassName
{
color: #780BDC;
}
.AnyTagClassName
{
color: #780BDC;
}
</style>
background-color css
<style>
a { background-color: #780BDC; }
a { background-color: rgb(120,11,220); }
div.DivClassName
{
background-color: #780BDC;
}
.BgClassName
{
background-color: #780BDC;
}
</style>
border-color css
<style>
span { border-color: #780BDC; }
span { border-color: rgb(120,11,220); }
td.TdClassName
{
border-color: #780BDC;
}
.TagClassName
{
border-color: #780BDC;
}
</style>