Shades of Dark Violet #780BB8
Tints of Dark Violet #780BB8
RGB
CMYK
RGB Variations
Color information
#780BB8 (or 0x780BB8) is known color: Dark Violet. HEX triplet: 78, 0B and B8. RGB value is (120,11,184). Sum of RGB (Red+Green+Blue) = 120+11+184=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #780BB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BB8 is #87F447. Grayscale: #3E3E3E. Windows color (decimal): -8909896 or 12061560. OLE color: 12061560.
HSL color Cylindrical-coordinate representation of color #780BB8: hue angle of 277.8º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780BB8 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 11 | 184 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.28 |
| HSL | 277.8º | 0.89% | 0.38% | - |
| HSV(B) | 277.8º | 0.94% | 0.72% | - |
| XYZ | 16.52 | 7.69 | 45.96 | - |
| YUV | 63.31 | 196.11 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 184 | 0.35 | 0.94 | 0 | 0.28 | 277.8 | 0.89 | 0.38 |
| Hex | 78 | B | B8 | 23 | 5E | 0 | 1C | 116 | 59 | 26 |
| Octal | 170 | 13 | 270 | 43 | 136 | 0 | 34 | 426 | 131 | 46 |
| Binary | 1111000 | 1011 | 10111000 | 100011 | 1011110 | 0 | 11100 | 100010110 | 1011001 | 100110 |
Color Harmonies of #780BB8
Complementary color
Monochromatic Colors of #780BB8
Black with #780BB8
Text Example
Text Example
White with #780BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780BB8; }
p { color: rgb(120,11,184); }
H1.HeaderClassName
{
color: #780BB8;
}
.AnyTagClassName
{
color: #780BB8;
}
</style>
background-color css
<style>
a { background-color: #780BB8; }
a { background-color: rgb(120,11,184); }
div.DivClassName
{
background-color: #780BB8;
}
.BgClassName
{
background-color: #780BB8;
}
</style>
border-color css
<style>
span { border-color: #780BB8; }
span { border-color: rgb(120,11,184); }
td.TdClassName
{
border-color: #780BB8;
}
.TagClassName
{
border-color: #780BB8;
}
</style>