Shades of Dark Violet #7806DF
Tints of Dark Violet #7806DF
RGB
CMYK
RGB Variations
Color information
#7806DF (or 0x7806DF) is known color: Dark Violet. HEX triplet: 78, 06 and DF. RGB value is (120,6,223). Sum of RGB (Red+Green+Blue) = 120+6+223=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #7806DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7806DF is #87F920. Grayscale: #404040. Windows color (decimal): -8911137 or 14616184. OLE color: 14616184.
HSL color Cylindrical-coordinate representation of color #7806DF: hue angle of 271.52º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7806DF is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 6 | 223 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.13 |
| HSL | 271.52º | 0.95% | 0.45% | - |
| HSV(B) | 271.52º | 0.97% | 0.87% | - |
| XYZ | 21.13 | 9.45 | 70.52 | - |
| YUV | 64.82 | 217.27 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 223 | 0.46 | 0.97 | 0 | 0.13 | 271.52 | 0.95 | 0.45 |
| Hex | 78 | 6 | DF | 2E | 61 | 0 | D | 110 | 5F | 2D |
| Octal | 170 | 6 | 337 | 56 | 141 | 0 | 15 | 420 | 137 | 55 |
| Binary | 1111000 | 110 | 11011111 | 101110 | 1100001 | 0 | 1101 | 100010000 | 1011111 | 101101 |
Color Harmonies of #7806DF
Complementary color
Monochromatic Colors of #7806DF
Black with #7806DF
Text Example
Text Example
White with #7806DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7806DF; }
p { color: rgb(120,6,223); }
H1.HeaderClassName
{
color: #7806DF;
}
.AnyTagClassName
{
color: #7806DF;
}
</style>
background-color css
<style>
a { background-color: #7806DF; }
a { background-color: rgb(120,6,223); }
div.DivClassName
{
background-color: #7806DF;
}
.BgClassName
{
background-color: #7806DF;
}
</style>
border-color css
<style>
span { border-color: #7806DF; }
span { border-color: rgb(120,6,223); }
td.TdClassName
{
border-color: #7806DF;
}
.TagClassName
{
border-color: #7806DF;
}
</style>