Shades of Blue Violet #773BDE
Tints of Blue Violet #773BDE
RGB
CMYK
RGB Variations
Color information
#773BDE (or 0x773BDE) is known color: Blue Violet. HEX triplet: 77, 3B and DE. RGB value is (119,59,222). Sum of RGB (Red+Green+Blue) = 119+59+222=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #773BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BDE is #88C421. Grayscale: #5E5E5E. Windows color (decimal): -8963106 or 14564215. OLE color: 14564215.
HSL color Cylindrical-coordinate representation of color #773BDE: hue angle of 262.09º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #773BDE is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 59 | 222 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.13 |
| HSL | 262.09º | 0.71% | 0.55% | - |
| HSV(B) | 262.09º | 0.73% | 0.87% | - |
| XYZ | 22.36 | 12.32 | 70.31 | - |
| YUV | 95.52 | 199.38 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 222 | 0.46 | 0.73 | 0 | 0.13 | 262.09 | 0.71 | 0.55 |
| Hex | 77 | 3B | DE | 2E | 49 | 0 | D | 106 | 47 | 37 |
| Octal | 167 | 73 | 336 | 56 | 111 | 0 | 15 | 406 | 107 | 67 |
| Binary | 1110111 | 111011 | 11011110 | 101110 | 1001001 | 0 | 1101 | 100000110 | 1000111 | 110111 |
Color Harmonies of #773BDE
Complementary color
Monochromatic Colors of #773BDE
Black with #773BDE
Text Example
Text Example
White with #773BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773BDE; }
p { color: rgb(119,59,222); }
H1.HeaderClassName
{
color: #773BDE;
}
.AnyTagClassName
{
color: #773BDE;
}
</style>
background-color css
<style>
a { background-color: #773BDE; }
a { background-color: rgb(119,59,222); }
div.DivClassName
{
background-color: #773BDE;
}
.BgClassName
{
background-color: #773BDE;
}
</style>
border-color css
<style>
span { border-color: #773BDE; }
span { border-color: rgb(119,59,222); }
td.TdClassName
{
border-color: #773BDE;
}
.TagClassName
{
border-color: #773BDE;
}
</style>