Shades of Dark Violet #7808DC
Tints of Dark Violet #7808DC
RGB
CMYK
RGB Variations
Color information
#7808DC (or 0x7808DC) is known color: Dark Violet. HEX triplet: 78, 08 and DC. RGB value is (120,8,220). Sum of RGB (Red+Green+Blue) = 120+8+220=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #7808DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7808DC is #87F723. Grayscale: #404040. Windows color (decimal): -8910628 or 14420088. OLE color: 14420088.
HSL color Cylindrical-coordinate representation of color #7808DC: hue angle of 271.7º 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 #7808DC is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 8 | 220 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.14 |
| HSL | 271.7º | 0.93% | 0.45% | - |
| HSV(B) | 271.7º | 0.96% | 0.86% | - |
| XYZ | 20.75 | 9.33 | 68.42 | - |
| YUV | 65.66 | 215.11 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 220 | 0.45 | 0.96 | 0 | 0.14 | 271.7 | 0.93 | 0.45 |
| Hex | 78 | 8 | DC | 2D | 60 | 0 | E | 110 | 5D | 2D |
| Octal | 170 | 10 | 334 | 55 | 140 | 0 | 16 | 420 | 135 | 55 |
| Binary | 1111000 | 1000 | 11011100 | 101101 | 1100000 | 0 | 1110 | 100010000 | 1011101 | 101101 |
Color Harmonies of #7808DC
Complementary color
Monochromatic Colors of #7808DC
Black with #7808DC
Text Example
Text Example
White with #7808DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7808DC; }
p { color: rgb(120,8,220); }
H1.HeaderClassName
{
color: #7808DC;
}
.AnyTagClassName
{
color: #7808DC;
}
</style>
background-color css
<style>
a { background-color: #7808DC; }
a { background-color: rgb(120,8,220); }
div.DivClassName
{
background-color: #7808DC;
}
.BgClassName
{
background-color: #7808DC;
}
</style>
border-color css
<style>
span { border-color: #7808DC; }
span { border-color: rgb(120,8,220); }
td.TdClassName
{
border-color: #7808DC;
}
.TagClassName
{
border-color: #7808DC;
}
</style>