Shades of Blue Violet #7719DB
Tints of Blue Violet #7719DB
RGB
CMYK
RGB Variations
Color information
#7719DB (or 0x7719DB) is known color: Blue Violet. HEX triplet: 77, 19 and DB. RGB value is (119,25,219). Sum of RGB (Red+Green+Blue) = 119+25+219=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #7719DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7719DB is #88E624. Grayscale: #4A4A4A. Windows color (decimal): -8971813 or 14358903. OLE color: 14358903.
HSL color Cylindrical-coordinate representation of color #7719DB: hue angle of 269.07º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7719DB is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 25 | 219 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.14 |
| HSL | 269.07º | 0.8% | 0.48% | - |
| HSV(B) | 269.07º | 0.89% | 0.86% | - |
| XYZ | 20.74 | 9.73 | 67.8 | - |
| YUV | 75.22 | 209.14 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 219 | 0.46 | 0.89 | 0 | 0.14 | 269.07 | 0.8 | 0.48 |
| Hex | 77 | 19 | DB | 2E | 59 | 0 | E | 10D | 50 | 30 |
| Octal | 167 | 31 | 333 | 56 | 131 | 0 | 16 | 415 | 120 | 60 |
| Binary | 1110111 | 11001 | 11011011 | 101110 | 1011001 | 0 | 1110 | 100001101 | 1010000 | 110000 |
Color Harmonies of #7719DB
Complementary color
Monochromatic Colors of #7719DB
Black with #7719DB
Text Example
Text Example
White with #7719DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7719DB; }
p { color: rgb(119,25,219); }
H1.HeaderClassName
{
color: #7719DB;
}
.AnyTagClassName
{
color: #7719DB;
}
</style>
background-color css
<style>
a { background-color: #7719DB; }
a { background-color: rgb(119,25,219); }
div.DivClassName
{
background-color: #7719DB;
}
.BgClassName
{
background-color: #7719DB;
}
</style>
border-color css
<style>
span { border-color: #7719DB; }
span { border-color: rgb(119,25,219); }
td.TdClassName
{
border-color: #7719DB;
}
.TagClassName
{
border-color: #7719DB;
}
</style>