Shades of Blue Violet #7939DC
Tints of Blue Violet #7939DC
RGB
CMYK
RGB Variations
Color information
#7939DC (or 0x7939DC) is known color: Blue Violet. HEX triplet: 79, 39 and DC. RGB value is (121,57,220). Sum of RGB (Red+Green+Blue) = 121+57+220=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #7939DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7939DC is #86C623. Grayscale: #5E5E5E. Windows color (decimal): -8832548 or 14432633. OLE color: 14432633.
HSL color Cylindrical-coordinate representation of color #7939DC: hue angle of 263.56º 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 #7939DC is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 57 | 220 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.14 |
| HSL | 263.56º | 0.7% | 0.54% | - |
| HSV(B) | 263.56º | 0.74% | 0.86% | - |
| XYZ | 22.27 | 12.16 | 68.88 | - |
| YUV | 94.72 | 198.7 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 57 | 220 | 0.45 | 0.74 | 0 | 0.14 | 263.56 | 0.7 | 0.54 |
| Hex | 79 | 39 | DC | 2D | 4A | 0 | E | 108 | 46 | 36 |
| Octal | 171 | 71 | 334 | 55 | 112 | 0 | 16 | 410 | 106 | 66 |
| Binary | 1111001 | 111001 | 11011100 | 101101 | 1001010 | 0 | 1110 | 100001000 | 1000110 | 110110 |
Color Harmonies of #7939DC
Complementary color
Monochromatic Colors of #7939DC
Black with #7939DC
Text Example
Text Example
White with #7939DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7939DC; }
p { color: rgb(121,57,220); }
H1.HeaderClassName
{
color: #7939DC;
}
.AnyTagClassName
{
color: #7939DC;
}
</style>
background-color css
<style>
a { background-color: #7939DC; }
a { background-color: rgb(121,57,220); }
div.DivClassName
{
background-color: #7939DC;
}
.BgClassName
{
background-color: #7939DC;
}
</style>
border-color css
<style>
span { border-color: #7939DC; }
span { border-color: rgb(121,57,220); }
td.TdClassName
{
border-color: #7939DC;
}
.TagClassName
{
border-color: #7939DC;
}
</style>