Shades of Blue Violet #7840DC
Tints of Blue Violet #7840DC
RGB
CMYK
RGB Variations
Color information
#7840DC (or 0x7840DC) is known color: Blue Violet. HEX triplet: 78, 40 and DC. RGB value is (120,64,220). Sum of RGB (Red+Green+Blue) = 120+64+220=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #7840DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7840DC is #87BF23. Grayscale: #616161. Windows color (decimal): -8896292 or 14434424. OLE color: 14434424.
HSL color Cylindrical-coordinate representation of color #7840DC: hue angle of 261.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7840DC is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 64 | 220 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.14 |
| HSL | 261.54º | 0.69% | 0.56% | - |
| HSV(B) | 261.54º | 0.71% | 0.86% | - |
| XYZ | 22.5 | 12.83 | 69 | - |
| YUV | 98.53 | 196.55 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 64 | 220 | 0.45 | 0.71 | 0 | 0.14 | 261.54 | 0.69 | 0.56 |
| Hex | 78 | 40 | DC | 2D | 47 | 0 | E | 106 | 45 | 38 |
| Octal | 170 | 100 | 334 | 55 | 107 | 0 | 16 | 406 | 105 | 70 |
| Binary | 1111000 | 1000000 | 11011100 | 101101 | 1000111 | 0 | 1110 | 100000110 | 1000101 | 111000 |
Color Harmonies of #7840DC
Complementary color
Monochromatic Colors of #7840DC
Black with #7840DC
Text Example
Text Example
White with #7840DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7840DC; }
p { color: rgb(120,64,220); }
H1.HeaderClassName
{
color: #7840DC;
}
.AnyTagClassName
{
color: #7840DC;
}
</style>
background-color css
<style>
a { background-color: #7840DC; }
a { background-color: rgb(120,64,220); }
div.DivClassName
{
background-color: #7840DC;
}
.BgClassName
{
background-color: #7840DC;
}
</style>
border-color css
<style>
span { border-color: #7840DC; }
span { border-color: rgb(120,64,220); }
td.TdClassName
{
border-color: #7840DC;
}
.TagClassName
{
border-color: #7840DC;
}
</style>