Shades of Blue Violet #771CDB
Tints of Blue Violet #771CDB
RGB
CMYK
RGB Variations
Color information
#771CDB (or 0x771CDB) is known color: Blue Violet. HEX triplet: 77, 1C and DB. RGB value is (119,28,219). Sum of RGB (Red+Green+Blue) = 119+28+219=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #771CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CDB is #88E324. Grayscale: #4C4C4C. Windows color (decimal): -8971045 or 14359671. OLE color: 14359671.
HSL color Cylindrical-coordinate representation of color #771CDB: hue angle of 268.59º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771CDB is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 28 | 219 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.14 |
| HSL | 268.59º | 0.77% | 0.48% | - |
| HSV(B) | 268.59º | 0.87% | 0.86% | - |
| XYZ | 20.81 | 9.87 | 67.83 | - |
| YUV | 76.98 | 208.15 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 219 | 0.46 | 0.87 | 0 | 0.14 | 268.59 | 0.77 | 0.48 |
| Hex | 77 | 1C | DB | 2E | 57 | 0 | E | 10D | 4D | 30 |
| Octal | 167 | 34 | 333 | 56 | 127 | 0 | 16 | 415 | 115 | 60 |
| Binary | 1110111 | 11100 | 11011011 | 101110 | 1010111 | 0 | 1110 | 100001101 | 1001101 | 110000 |
Color Harmonies of #771CDB
Complementary color
Monochromatic Colors of #771CDB
Black with #771CDB
Text Example
Text Example
White with #771CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771CDB; }
p { color: rgb(119,28,219); }
H1.HeaderClassName
{
color: #771CDB;
}
.AnyTagClassName
{
color: #771CDB;
}
</style>
background-color css
<style>
a { background-color: #771CDB; }
a { background-color: rgb(119,28,219); }
div.DivClassName
{
background-color: #771CDB;
}
.BgClassName
{
background-color: #771CDB;
}
</style>
border-color css
<style>
span { border-color: #771CDB; }
span { border-color: rgb(119,28,219); }
td.TdClassName
{
border-color: #771CDB;
}
.TagClassName
{
border-color: #771CDB;
}
</style>