Shades of Dark Violet #780CB2
Tints of Dark Violet #780CB2
RGB
CMYK
RGB Variations
Color information
#780CB2 (or 0x780CB2) is known color: Dark Violet. HEX triplet: 78, 0C and B2. RGB value is (120,12,178). Sum of RGB (Red+Green+Blue) = 120+12+178=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #780CB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780CB2 is #87F34D. Grayscale: #3E3E3E. Windows color (decimal): -8909646 or 11668600. OLE color: 11668600.
HSL color Cylindrical-coordinate representation of color #780CB2: hue angle of 279.04º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780CB2 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 12 | 178 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.30 |
| HSL | 279.04º | 0.87% | 0.37% | - |
| HSV(B) | 279.04º | 0.93% | 0.7% | - |
| XYZ | 15.91 | 7.47 | 42.72 | - |
| YUV | 63.22 | 192.78 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 178 | 0.33 | 0.93 | 0 | 0.30 | 279.04 | 0.87 | 0.37 |
| Hex | 78 | C | B2 | 21 | 5D | 0 | 1E | 117 | 57 | 25 |
| Octal | 170 | 14 | 262 | 41 | 135 | 0 | 36 | 427 | 127 | 45 |
| Binary | 1111000 | 1100 | 10110010 | 100001 | 1011101 | 0 | 11110 | 100010111 | 1010111 | 100101 |
Color Harmonies of #780CB2
Complementary color
Monochromatic Colors of #780CB2
Black with #780CB2
Text Example
Text Example
White with #780CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780CB2; }
p { color: rgb(120,12,178); }
H1.HeaderClassName
{
color: #780CB2;
}
.AnyTagClassName
{
color: #780CB2;
}
</style>
background-color css
<style>
a { background-color: #780CB2; }
a { background-color: rgb(120,12,178); }
div.DivClassName
{
background-color: #780CB2;
}
.BgClassName
{
background-color: #780CB2;
}
</style>
border-color css
<style>
span { border-color: #780CB2; }
span { border-color: rgb(120,12,178); }
td.TdClassName
{
border-color: #780CB2;
}
.TagClassName
{
border-color: #780CB2;
}
</style>