Shades of Dark Violet #7808DB
Tints of Dark Violet #7808DB
RGB
CMYK
RGB Variations
Color information
#7808DB (or 0x7808DB) is known color: Dark Violet. HEX triplet: 78, 08 and DB. RGB value is (120,8,219). Sum of RGB (Red+Green+Blue) = 120+8+219=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #7808DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7808DB is #87F724. Grayscale: #404040. Windows color (decimal): -8910629 or 14354552. OLE color: 14354552.
HSL color Cylindrical-coordinate representation of color #7808DB: hue angle of 271.85º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7808DB is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 8 | 219 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.14 |
| HSL | 271.85º | 0.93% | 0.45% | - |
| HSV(B) | 271.85º | 0.96% | 0.86% | - |
| XYZ | 20.62 | 9.28 | 67.72 | - |
| YUV | 65.54 | 214.61 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 219 | 0.45 | 0.96 | 0 | 0.14 | 271.85 | 0.93 | 0.45 |
| Hex | 78 | 8 | DB | 2D | 60 | 0 | E | 110 | 5D | 2D |
| Octal | 170 | 10 | 333 | 55 | 140 | 0 | 16 | 420 | 135 | 55 |
| Binary | 1111000 | 1000 | 11011011 | 101101 | 1100000 | 0 | 1110 | 100010000 | 1011101 | 101101 |
Color Harmonies of #7808DB
Complementary color
Monochromatic Colors of #7808DB
Black with #7808DB
Text Example
Text Example
White with #7808DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7808DB; }
p { color: rgb(120,8,219); }
H1.HeaderClassName
{
color: #7808DB;
}
.AnyTagClassName
{
color: #7808DB;
}
</style>
background-color css
<style>
a { background-color: #7808DB; }
a { background-color: rgb(120,8,219); }
div.DivClassName
{
background-color: #7808DB;
}
.BgClassName
{
background-color: #7808DB;
}
</style>
border-color css
<style>
span { border-color: #7808DB; }
span { border-color: rgb(120,8,219); }
td.TdClassName
{
border-color: #7808DB;
}
.TagClassName
{
border-color: #7808DB;
}
</style>