Shades of Blue Violet #7839DC
Tints of Blue Violet #7839DC
RGB
CMYK
RGB Variations
Color information
#7839DC (or 0x7839DC) is known color: Blue Violet. HEX triplet: 78, 39 and DC. RGB value is (120,57,220). Sum of RGB (Red+Green+Blue) = 120+57+220=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #7839DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7839DC is #87C623. Grayscale: #5D5D5D. Windows color (decimal): -8898084 or 14432632. OLE color: 14432632.
HSL color Cylindrical-coordinate representation of color #7839DC: hue angle of 263.19º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7839DC is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 57 | 220 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.14 |
| HSL | 263.19º | 0.7% | 0.54% | - |
| HSV(B) | 263.19º | 0.74% | 0.86% | - |
| XYZ | 22.13 | 12.09 | 68.88 | - |
| YUV | 94.42 | 198.87 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 57 | 220 | 0.45 | 0.74 | 0 | 0.14 | 263.19 | 0.7 | 0.54 |
| Hex | 78 | 39 | DC | 2D | 4A | 0 | E | 107 | 46 | 36 |
| Octal | 170 | 71 | 334 | 55 | 112 | 0 | 16 | 407 | 106 | 66 |
| Binary | 1111000 | 111001 | 11011100 | 101101 | 1001010 | 0 | 1110 | 100000111 | 1000110 | 110110 |
Color Harmonies of #7839DC
Complementary color
Monochromatic Colors of #7839DC
Black with #7839DC
Text Example
Text Example
White with #7839DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7839DC; }
p { color: rgb(120,57,220); }
H1.HeaderClassName
{
color: #7839DC;
}
.AnyTagClassName
{
color: #7839DC;
}
</style>
background-color css
<style>
a { background-color: #7839DC; }
a { background-color: rgb(120,57,220); }
div.DivClassName
{
background-color: #7839DC;
}
.BgClassName
{
background-color: #7839DC;
}
</style>
border-color css
<style>
span { border-color: #7839DC; }
span { border-color: rgb(120,57,220); }
td.TdClassName
{
border-color: #7839DC;
}
.TagClassName
{
border-color: #7839DC;
}
</style>