Shades of Blue Violet #773CDB
Tints of Blue Violet #773CDB
RGB
CMYK
RGB Variations
Color information
#773CDB (or 0x773CDB) is known color: Blue Violet. HEX triplet: 77, 3C and DB. RGB value is (119,60,219). Sum of RGB (Red+Green+Blue) = 119+60+219=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #773CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773CDB is #88C324. Grayscale: #5F5F5F. Windows color (decimal): -8962853 or 14367863. OLE color: 14367863.
HSL color Cylindrical-coordinate representation of color #773CDB: hue angle of 262.26º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #773CDB is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 60 | 219 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.14 |
| HSL | 262.26º | 0.69% | 0.55% | - |
| HSV(B) | 262.26º | 0.73% | 0.86% | - |
| XYZ | 22.01 | 12.27 | 68.23 | - |
| YUV | 95.77 | 197.55 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 219 | 0.46 | 0.73 | 0 | 0.14 | 262.26 | 0.69 | 0.55 |
| Hex | 77 | 3C | DB | 2E | 49 | 0 | E | 106 | 45 | 37 |
| Octal | 167 | 74 | 333 | 56 | 111 | 0 | 16 | 406 | 105 | 67 |
| Binary | 1110111 | 111100 | 11011011 | 101110 | 1001001 | 0 | 1110 | 100000110 | 1000101 | 110111 |
Color Harmonies of #773CDB
Complementary color
Monochromatic Colors of #773CDB
Black with #773CDB
Text Example
Text Example
White with #773CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773CDB; }
p { color: rgb(119,60,219); }
H1.HeaderClassName
{
color: #773CDB;
}
.AnyTagClassName
{
color: #773CDB;
}
</style>
background-color css
<style>
a { background-color: #773CDB; }
a { background-color: rgb(119,60,219); }
div.DivClassName
{
background-color: #773CDB;
}
.BgClassName
{
background-color: #773CDB;
}
</style>
border-color css
<style>
span { border-color: #773CDB; }
span { border-color: rgb(119,60,219); }
td.TdClassName
{
border-color: #773CDB;
}
.TagClassName
{
border-color: #773CDB;
}
</style>