Shades of Dark Violet #7808DD
Tints of Dark Violet #7808DD
RGB
CMYK
RGB Variations
Color information
#7808DD (or 0x7808DD) is known color: Dark Violet. HEX triplet: 78, 08 and DD. RGB value is (120,8,221). Sum of RGB (Red+Green+Blue) = 120+8+221=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #7808DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7808DD is #87F722. Grayscale: #414141. Windows color (decimal): -8910627 or 14485624. OLE color: 14485624.
HSL color Cylindrical-coordinate representation of color #7808DD: hue angle of 271.55º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7808DD is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 8 | 221 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.13 |
| HSL | 271.55º | 0.93% | 0.45% | - |
| HSV(B) | 271.55º | 0.96% | 0.87% | - |
| XYZ | 20.88 | 9.39 | 69.12 | - |
| YUV | 65.77 | 215.61 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 221 | 0.46 | 0.96 | 0 | 0.13 | 271.55 | 0.93 | 0.45 |
| Hex | 78 | 8 | DD | 2E | 60 | 0 | D | 110 | 5D | 2D |
| Octal | 170 | 10 | 335 | 56 | 140 | 0 | 15 | 420 | 135 | 55 |
| Binary | 1111000 | 1000 | 11011101 | 101110 | 1100000 | 0 | 1101 | 100010000 | 1011101 | 101101 |
Color Harmonies of #7808DD
Complementary color
Monochromatic Colors of #7808DD
Black with #7808DD
Text Example
Text Example
White with #7808DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7808DD; }
p { color: rgb(120,8,221); }
H1.HeaderClassName
{
color: #7808DD;
}
.AnyTagClassName
{
color: #7808DD;
}
</style>
background-color css
<style>
a { background-color: #7808DD; }
a { background-color: rgb(120,8,221); }
div.DivClassName
{
background-color: #7808DD;
}
.BgClassName
{
background-color: #7808DD;
}
</style>
border-color css
<style>
span { border-color: #7808DD; }
span { border-color: rgb(120,8,221); }
td.TdClassName
{
border-color: #7808DD;
}
.TagClassName
{
border-color: #7808DD;
}
</style>