Shades of Blue Violet #7739DB
Tints of Blue Violet #7739DB
RGB
CMYK
RGB Variations
Color information
#7739DB (or 0x7739DB) is known color: Blue Violet. HEX triplet: 77, 39 and DB. RGB value is (119,57,219). Sum of RGB (Red+Green+Blue) = 119+57+219=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #7739DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7739DB is #88C624. Grayscale: #5D5D5D. Windows color (decimal): -8963621 or 14367095. OLE color: 14367095.
HSL color Cylindrical-coordinate representation of color #7739DB: hue angle of 262.96º degrees, saturation: 0.69, 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 #7739DB is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 57 | 219 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.14 |
| HSL | 262.96º | 0.69% | 0.54% | - |
| HSV(B) | 262.96º | 0.74% | 0.86% | - |
| XYZ | 21.86 | 11.96 | 68.17 | - |
| YUV | 94.01 | 198.54 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 219 | 0.46 | 0.74 | 0 | 0.14 | 262.96 | 0.69 | 0.54 |
| Hex | 77 | 39 | DB | 2E | 4A | 0 | E | 107 | 45 | 36 |
| Octal | 167 | 71 | 333 | 56 | 112 | 0 | 16 | 407 | 105 | 66 |
| Binary | 1110111 | 111001 | 11011011 | 101110 | 1001010 | 0 | 1110 | 100000111 | 1000101 | 110110 |
Color Harmonies of #7739DB
Complementary color
Monochromatic Colors of #7739DB
Black with #7739DB
Text Example
Text Example
White with #7739DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7739DB; }
p { color: rgb(119,57,219); }
H1.HeaderClassName
{
color: #7739DB;
}
.AnyTagClassName
{
color: #7739DB;
}
</style>
background-color css
<style>
a { background-color: #7739DB; }
a { background-color: rgb(119,57,219); }
div.DivClassName
{
background-color: #7739DB;
}
.BgClassName
{
background-color: #7739DB;
}
</style>
border-color css
<style>
span { border-color: #7739DB; }
span { border-color: rgb(119,57,219); }
td.TdClassName
{
border-color: #7739DB;
}
.TagClassName
{
border-color: #7739DB;
}
</style>