Shades of Blue Violet #7739DC
Tints of Blue Violet #7739DC
RGB
CMYK
RGB Variations
Color information
#7739DC (or 0x7739DC) is known color: Blue Violet. HEX triplet: 77, 39 and DC. RGB value is (119,57,220). Sum of RGB (Red+Green+Blue) = 119+57+220=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #7739DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7739DC is #88C623. Grayscale: #5D5D5D. Windows color (decimal): -8963620 or 14432631. OLE color: 14432631.
HSL color Cylindrical-coordinate representation of color #7739DC: hue angle of 262.82º 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 #7739DC is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 57 | 220 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.14 |
| HSL | 262.82º | 0.7% | 0.54% | - |
| HSV(B) | 262.82º | 0.74% | 0.86% | - |
| XYZ | 21.99 | 12.02 | 68.87 | - |
| YUV | 94.12 | 199.04 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 220 | 0.46 | 0.74 | 0 | 0.14 | 262.82 | 0.7 | 0.54 |
| Hex | 77 | 39 | DC | 2E | 4A | 0 | E | 107 | 46 | 36 |
| Octal | 167 | 71 | 334 | 56 | 112 | 0 | 16 | 407 | 106 | 66 |
| Binary | 1110111 | 111001 | 11011100 | 101110 | 1001010 | 0 | 1110 | 100000111 | 1000110 | 110110 |
Color Harmonies of #7739DC
Complementary color
Monochromatic Colors of #7739DC
Black with #7739DC
Text Example
Text Example
White with #7739DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7739DC; }
p { color: rgb(119,57,220); }
H1.HeaderClassName
{
color: #7739DC;
}
.AnyTagClassName
{
color: #7739DC;
}
</style>
background-color css
<style>
a { background-color: #7739DC; }
a { background-color: rgb(119,57,220); }
div.DivClassName
{
background-color: #7739DC;
}
.BgClassName
{
background-color: #7739DC;
}
</style>
border-color css
<style>
span { border-color: #7739DC; }
span { border-color: rgb(119,57,220); }
td.TdClassName
{
border-color: #7739DC;
}
.TagClassName
{
border-color: #7739DC;
}
</style>