Shades of Blue Violet #773AE5
Tints of Blue Violet #773AE5
RGB
CMYK
RGB Variations
Color information
#773AE5 (or 0x773AE5) is known color: Blue Violet. HEX triplet: 77, 3A and E5. RGB value is (119,58,229). Sum of RGB (Red+Green+Blue) = 119+58+229=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #773AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773AE5 is #88C51A. Grayscale: #5F5F5F. Windows color (decimal): -8963355 or 15022711. OLE color: 15022711.
HSL color Cylindrical-coordinate representation of color #773AE5: hue angle of 261.4º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773AE5 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 58 | 229 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.10 |
| HSL | 261.4º | 0.77% | 0.56% | - |
| HSV(B) | 261.4º | 0.75% | 0.9% | - |
| XYZ | 23.26 | 12.61 | 75.34 | - |
| YUV | 95.73 | 203.21 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 229 | 0.48 | 0.75 | 0 | 0.10 | 261.4 | 0.77 | 0.56 |
| Hex | 77 | 3A | E5 | 30 | 4B | 0 | A | 105 | 4D | 38 |
| Octal | 167 | 72 | 345 | 60 | 113 | 0 | 12 | 405 | 115 | 70 |
| Binary | 1110111 | 111010 | 11100101 | 110000 | 1001011 | 0 | 1010 | 100000101 | 1001101 | 111000 |
Color Harmonies of #773AE5
Complementary color
Monochromatic Colors of #773AE5
Black with #773AE5
Text Example
Text Example
White with #773AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773AE5; }
p { color: rgb(119,58,229); }
H1.HeaderClassName
{
color: #773AE5;
}
.AnyTagClassName
{
color: #773AE5;
}
</style>
background-color css
<style>
a { background-color: #773AE5; }
a { background-color: rgb(119,58,229); }
div.DivClassName
{
background-color: #773AE5;
}
.BgClassName
{
background-color: #773AE5;
}
</style>
border-color css
<style>
span { border-color: #773AE5; }
span { border-color: rgb(119,58,229); }
td.TdClassName
{
border-color: #773AE5;
}
.TagClassName
{
border-color: #773AE5;
}
</style>