Shades of Blue Violet #773AEC
Tints of Blue Violet #773AEC
RGB
CMYK
RGB Variations
Color information
#773AEC (or 0x773AEC) is known color: Blue Violet. HEX triplet: 77, 3A and EC. RGB value is (119,58,236). Sum of RGB (Red+Green+Blue) = 119+58+236=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #773AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773AEC is #88C513. Grayscale: #5F5F5F. Windows color (decimal): -8963348 or 15481463. OLE color: 15481463.
HSL color Cylindrical-coordinate representation of color #773AEC: hue angle of 260.56º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773AEC is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 58 | 236 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.07 |
| HSL | 260.56º | 0.82% | 0.58% | - |
| HSV(B) | 260.56º | 0.75% | 0.93% | - |
| XYZ | 24.26 | 13 | 80.59 | - |
| YUV | 96.53 | 206.71 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 236 | 0.50 | 0.75 | 0 | 0.07 | 260.56 | 0.82 | 0.58 |
| Hex | 77 | 3A | EC | 32 | 4B | 0 | 7 | 105 | 52 | 3A |
| Octal | 167 | 72 | 354 | 62 | 113 | 0 | 7 | 405 | 122 | 72 |
| Binary | 1110111 | 111010 | 11101100 | 110010 | 1001011 | 0 | 111 | 100000101 | 1010010 | 111010 |
Color Harmonies of #773AEC
Complementary color
Monochromatic Colors of #773AEC
Black with #773AEC
Text Example
Text Example
White with #773AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773AEC; }
p { color: rgb(119,58,236); }
H1.HeaderClassName
{
color: #773AEC;
}
.AnyTagClassName
{
color: #773AEC;
}
</style>
background-color css
<style>
a { background-color: #773AEC; }
a { background-color: rgb(119,58,236); }
div.DivClassName
{
background-color: #773AEC;
}
.BgClassName
{
background-color: #773AEC;
}
</style>
border-color css
<style>
span { border-color: #773AEC; }
span { border-color: rgb(119,58,236); }
td.TdClassName
{
border-color: #773AEC;
}
.TagClassName
{
border-color: #773AEC;
}
</style>