Shades of Blue Violet #773EDB
Tints of Blue Violet #773EDB
RGB
CMYK
RGB Variations
Color information
#773EDB (or 0x773EDB) is known color: Blue Violet. HEX triplet: 77, 3E and DB. RGB value is (119,62,219). Sum of RGB (Red+Green+Blue) = 119+62+219=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #773EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773EDB is #88C124. Grayscale: #606060. Windows color (decimal): -8962341 or 14368375. OLE color: 14368375.
HSL color Cylindrical-coordinate representation of color #773EDB: hue angle of 261.78º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #773EDB is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 62 | 219 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.14 |
| HSL | 261.78º | 0.69% | 0.55% | - |
| HSV(B) | 261.78º | 0.72% | 0.86% | - |
| XYZ | 22.12 | 12.48 | 68.26 | - |
| YUV | 96.94 | 196.88 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 219 | 0.46 | 0.72 | 0 | 0.14 | 261.78 | 0.69 | 0.55 |
| Hex | 77 | 3E | DB | 2E | 48 | 0 | E | 106 | 45 | 37 |
| Octal | 167 | 76 | 333 | 56 | 110 | 0 | 16 | 406 | 105 | 67 |
| Binary | 1110111 | 111110 | 11011011 | 101110 | 1001000 | 0 | 1110 | 100000110 | 1000101 | 110111 |
Color Harmonies of #773EDB
Complementary color
Monochromatic Colors of #773EDB
Black with #773EDB
Text Example
Text Example
White with #773EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773EDB; }
p { color: rgb(119,62,219); }
H1.HeaderClassName
{
color: #773EDB;
}
.AnyTagClassName
{
color: #773EDB;
}
</style>
background-color css
<style>
a { background-color: #773EDB; }
a { background-color: rgb(119,62,219); }
div.DivClassName
{
background-color: #773EDB;
}
.BgClassName
{
background-color: #773EDB;
}
</style>
border-color css
<style>
span { border-color: #773EDB; }
span { border-color: rgb(119,62,219); }
td.TdClassName
{
border-color: #773EDB;
}
.TagClassName
{
border-color: #773EDB;
}
</style>