Shades of Dark Violet #780BC8
Tints of Dark Violet #780BC8
RGB
CMYK
RGB Variations
Color information
#780BC8 (or 0x780BC8) is known color: Dark Violet. HEX triplet: 78, 0B and C8. RGB value is (120,11,200). Sum of RGB (Red+Green+Blue) = 120+11+200=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 200 (78.52% from 255 or 60.42% from 331); Max value from RGB is 200 - color contains mainly: blue. Hex color #780BC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BC8 is #87F437. Grayscale: #404040. Windows color (decimal): -8909880 or 13110136. OLE color: 13110136.
HSL color Cylindrical-coordinate representation of color #780BC8: hue angle of 274.6º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780BC8 is Cyan = 0.4, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 11 | 200 | - |
| CMYK | 0.4 | 0.94 | 0 | 0.22 |
| HSL | 274.6º | 0.9% | 0.41% | - |
| HSV(B) | 274.6º | 0.95% | 0.78% | - |
| XYZ | 18.29 | 8.4 | 55.3 | - |
| YUV | 65.14 | 204.11 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 200 | 0.4 | 0.94 | 0 | 0.22 | 274.6 | 0.9 | 0.41 |
| Hex | 78 | B | C8 | 28 | 5E | 0 | 16 | 113 | 5A | 29 |
| Octal | 170 | 13 | 310 | 50 | 136 | 0 | 26 | 423 | 132 | 51 |
| Binary | 1111000 | 1011 | 11001000 | 101000 | 1011110 | 0 | 10110 | 100010011 | 1011010 | 101001 |
Color Harmonies of #780BC8
Complementary color
Monochromatic Colors of #780BC8
Black with #780BC8
Text Example
Text Example
White with #780BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780BC8; }
p { color: rgb(120,11,200); }
H1.HeaderClassName
{
color: #780BC8;
}
.AnyTagClassName
{
color: #780BC8;
}
</style>
background-color css
<style>
a { background-color: #780BC8; }
a { background-color: rgb(120,11,200); }
div.DivClassName
{
background-color: #780BC8;
}
.BgClassName
{
background-color: #780BC8;
}
</style>
border-color css
<style>
span { border-color: #780BC8; }
span { border-color: rgb(120,11,200); }
td.TdClassName
{
border-color: #780BC8;
}
.TagClassName
{
border-color: #780BC8;
}
</style>