Shades of Blue Violet #7740DB
Tints of Blue Violet #7740DB
RGB
CMYK
RGB Variations
Color information
#7740DB (or 0x7740DB) is known color: Blue Violet. HEX triplet: 77, 40 and DB. RGB value is (119,64,219). Sum of RGB (Red+Green+Blue) = 119+64+219=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #7740DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7740DB is #88BF24. Grayscale: #616161. Windows color (decimal): -8961829 or 14368887. OLE color: 14368887.
HSL color Cylindrical-coordinate representation of color #7740DB: hue angle of 261.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7740DB is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 64 | 219 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.14 |
| HSL | 261.29º | 0.68% | 0.55% | - |
| HSV(B) | 261.29º | 0.71% | 0.86% | - |
| XYZ | 22.23 | 12.7 | 68.3 | - |
| YUV | 98.12 | 196.22 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 219 | 0.46 | 0.71 | 0 | 0.14 | 261.29 | 0.68 | 0.55 |
| Hex | 77 | 40 | DB | 2E | 47 | 0 | E | 105 | 44 | 37 |
| Octal | 167 | 100 | 333 | 56 | 107 | 0 | 16 | 405 | 104 | 67 |
| Binary | 1110111 | 1000000 | 11011011 | 101110 | 1000111 | 0 | 1110 | 100000101 | 1000100 | 110111 |
Color Harmonies of #7740DB
Complementary color
Monochromatic Colors of #7740DB
Black with #7740DB
Text Example
Text Example
White with #7740DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7740DB; }
p { color: rgb(119,64,219); }
H1.HeaderClassName
{
color: #7740DB;
}
.AnyTagClassName
{
color: #7740DB;
}
</style>
background-color css
<style>
a { background-color: #7740DB; }
a { background-color: rgb(119,64,219); }
div.DivClassName
{
background-color: #7740DB;
}
.BgClassName
{
background-color: #7740DB;
}
</style>
border-color css
<style>
span { border-color: #7740DB; }
span { border-color: rgb(119,64,219); }
td.TdClassName
{
border-color: #7740DB;
}
.TagClassName
{
border-color: #7740DB;
}
</style>