Shades of Blue Violet #7819DC
Tints of Blue Violet #7819DC
RGB
CMYK
RGB Variations
Color information
#7819DC (or 0x7819DC) is known color: Blue Violet. HEX triplet: 78, 19 and DC. RGB value is (120,25,220). Sum of RGB (Red+Green+Blue) = 120+25+220=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #7819DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7819DC is #87E623. Grayscale: #4A4A4A. Windows color (decimal): -8906276 or 14424440. OLE color: 14424440.
HSL color Cylindrical-coordinate representation of color #7819DC: hue angle of 269.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7819DC is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 25 | 220 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.14 |
| HSL | 269.23º | 0.8% | 0.48% | - |
| HSV(B) | 269.23º | 0.89% | 0.86% | - |
| XYZ | 21.01 | 9.86 | 68.51 | - |
| YUV | 75.64 | 209.47 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 220 | 0.45 | 0.89 | 0 | 0.14 | 269.23 | 0.8 | 0.48 |
| Hex | 78 | 19 | DC | 2D | 59 | 0 | E | 10D | 50 | 30 |
| Octal | 170 | 31 | 334 | 55 | 131 | 0 | 16 | 415 | 120 | 60 |
| Binary | 1111000 | 11001 | 11011100 | 101101 | 1011001 | 0 | 1110 | 100001101 | 1010000 | 110000 |
Color Harmonies of #7819DC
Complementary color
Monochromatic Colors of #7819DC
Black with #7819DC
Text Example
Text Example
White with #7819DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7819DC; }
p { color: rgb(120,25,220); }
H1.HeaderClassName
{
color: #7819DC;
}
.AnyTagClassName
{
color: #7819DC;
}
</style>
background-color css
<style>
a { background-color: #7819DC; }
a { background-color: rgb(120,25,220); }
div.DivClassName
{
background-color: #7819DC;
}
.BgClassName
{
background-color: #7819DC;
}
</style>
border-color css
<style>
span { border-color: #7819DC; }
span { border-color: rgb(120,25,220); }
td.TdClassName
{
border-color: #7819DC;
}
.TagClassName
{
border-color: #7819DC;
}
</style>