Shades of Blue Violet #773EEC
Tints of Blue Violet #773EEC
RGB
CMYK
RGB Variations
Color information
#773EEC (or 0x773EEC) is known color: Blue Violet. HEX triplet: 77, 3E and EC. RGB value is (119,62,236). Sum of RGB (Red+Green+Blue) = 119+62+236=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #773EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773EEC is #88C113. Grayscale: #626262. Windows color (decimal): -8962324 or 15482487. OLE color: 15482487.
HSL color Cylindrical-coordinate representation of color #773EEC: hue angle of 259.66º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773EEC is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 62 | 236 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.07 |
| HSL | 259.66º | 0.82% | 0.58% | - |
| HSV(B) | 259.66º | 0.74% | 0.93% | - |
| XYZ | 24.47 | 13.42 | 80.66 | - |
| YUV | 98.88 | 205.38 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 236 | 0.50 | 0.74 | 0 | 0.07 | 259.66 | 0.82 | 0.58 |
| Hex | 77 | 3E | EC | 32 | 4A | 0 | 7 | 104 | 52 | 3A |
| Octal | 167 | 76 | 354 | 62 | 112 | 0 | 7 | 404 | 122 | 72 |
| Binary | 1110111 | 111110 | 11101100 | 110010 | 1001010 | 0 | 111 | 100000100 | 1010010 | 111010 |
Color Harmonies of #773EEC
Complementary color
Monochromatic Colors of #773EEC
Black with #773EEC
Text Example
Text Example
White with #773EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773EEC; }
p { color: rgb(119,62,236); }
H1.HeaderClassName
{
color: #773EEC;
}
.AnyTagClassName
{
color: #773EEC;
}
</style>
background-color css
<style>
a { background-color: #773EEC; }
a { background-color: rgb(119,62,236); }
div.DivClassName
{
background-color: #773EEC;
}
.BgClassName
{
background-color: #773EEC;
}
</style>
border-color css
<style>
span { border-color: #773EEC; }
span { border-color: rgb(119,62,236); }
td.TdClassName
{
border-color: #773EEC;
}
.TagClassName
{
border-color: #773EEC;
}
</style>