Shades of Dark Violet #7808DF
Tints of Dark Violet #7808DF
RGB
CMYK
RGB Variations
Color information
#7808DF (or 0x7808DF) is known color: Dark Violet. HEX triplet: 78, 08 and DF. RGB value is (120,8,223). Sum of RGB (Red+Green+Blue) = 120+8+223=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #7808DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7808DF is #87F720. Grayscale: #414141. Windows color (decimal): -8910625 or 14616696. OLE color: 14616696.
HSL color Cylindrical-coordinate representation of color #7808DF: hue angle of 271.26º 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 #7808DF is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 8 | 223 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.13 |
| HSL | 271.26º | 0.93% | 0.45% | - |
| HSV(B) | 271.26º | 0.96% | 0.87% | - |
| XYZ | 21.15 | 9.49 | 70.53 | - |
| YUV | 66 | 216.61 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 223 | 0.46 | 0.96 | 0 | 0.13 | 271.26 | 0.93 | 0.45 |
| Hex | 78 | 8 | DF | 2E | 60 | 0 | D | 10F | 5D | 2D |
| Octal | 170 | 10 | 337 | 56 | 140 | 0 | 15 | 417 | 135 | 55 |
| Binary | 1111000 | 1000 | 11011111 | 101110 | 1100000 | 0 | 1101 | 100001111 | 1011101 | 101101 |
Color Harmonies of #7808DF
Complementary color
Monochromatic Colors of #7808DF
Black with #7808DF
Text Example
Text Example
White with #7808DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7808DF; }
p { color: rgb(120,8,223); }
H1.HeaderClassName
{
color: #7808DF;
}
.AnyTagClassName
{
color: #7808DF;
}
</style>
background-color css
<style>
a { background-color: #7808DF; }
a { background-color: rgb(120,8,223); }
div.DivClassName
{
background-color: #7808DF;
}
.BgClassName
{
background-color: #7808DF;
}
</style>
border-color css
<style>
span { border-color: #7808DF; }
span { border-color: rgb(120,8,223); }
td.TdClassName
{
border-color: #7808DF;
}
.TagClassName
{
border-color: #7808DF;
}
</style>