Shades of Blue Violet #771BDB
Tints of Blue Violet #771BDB
RGB
CMYK
RGB Variations
Color information
#771BDB (or 0x771BDB) is known color: Blue Violet. HEX triplet: 77, 1B and DB. RGB value is (119,27,219). Sum of RGB (Red+Green+Blue) = 119+27+219=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #771BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BDB is #88E424. Grayscale: #4B4B4B. Windows color (decimal): -8971301 or 14359415. OLE color: 14359415.
HSL color Cylindrical-coordinate representation of color #771BDB: hue angle of 268.75º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771BDB is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 27 | 219 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.14 |
| HSL | 268.75º | 0.78% | 0.48% | - |
| HSV(B) | 268.75º | 0.88% | 0.86% | - |
| XYZ | 20.79 | 9.82 | 67.82 | - |
| YUV | 76.4 | 208.48 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 219 | 0.46 | 0.88 | 0 | 0.14 | 268.75 | 0.78 | 0.48 |
| Hex | 77 | 1B | DB | 2E | 58 | 0 | E | 10D | 4E | 30 |
| Octal | 167 | 33 | 333 | 56 | 130 | 0 | 16 | 415 | 116 | 60 |
| Binary | 1110111 | 11011 | 11011011 | 101110 | 1011000 | 0 | 1110 | 100001101 | 1001110 | 110000 |
Color Harmonies of #771BDB
Complementary color
Monochromatic Colors of #771BDB
Black with #771BDB
Text Example
Text Example
White with #771BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771BDB; }
p { color: rgb(119,27,219); }
H1.HeaderClassName
{
color: #771BDB;
}
.AnyTagClassName
{
color: #771BDB;
}
</style>
background-color css
<style>
a { background-color: #771BDB; }
a { background-color: rgb(119,27,219); }
div.DivClassName
{
background-color: #771BDB;
}
.BgClassName
{
background-color: #771BDB;
}
</style>
border-color css
<style>
span { border-color: #771BDB; }
span { border-color: rgb(119,27,219); }
td.TdClassName
{
border-color: #771BDB;
}
.TagClassName
{
border-color: #771BDB;
}
</style>