Shades of Blue Violet #772EE0
Tints of Blue Violet #772EE0
RGB
CMYK
RGB Variations
Color information
#772EE0 (or 0x772EE0) is known color: Blue Violet. HEX triplet: 77, 2E and E0. RGB value is (119,46,224). Sum of RGB (Red+Green+Blue) = 119+46+224=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #772EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772EE0 is #88D11F. Grayscale: #575757. Windows color (decimal): -8966432 or 14691959. OLE color: 14691959.
HSL color Cylindrical-coordinate representation of color #772EE0: hue angle of 264.61º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772EE0 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 46 | 224 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.12 |
| HSL | 264.61º | 0.74% | 0.53% | - |
| HSV(B) | 264.61º | 0.79% | 0.88% | - |
| XYZ | 22.04 | 11.26 | 71.53 | - |
| YUV | 88.12 | 204.68 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 224 | 0.47 | 0.79 | 0 | 0.12 | 264.61 | 0.74 | 0.53 |
| Hex | 77 | 2E | E0 | 2F | 4F | 0 | C | 109 | 4A | 35 |
| Octal | 167 | 56 | 340 | 57 | 117 | 0 | 14 | 411 | 112 | 65 |
| Binary | 1110111 | 101110 | 11100000 | 101111 | 1001111 | 0 | 1100 | 100001001 | 1001010 | 110101 |
Color Harmonies of #772EE0
Complementary color
Monochromatic Colors of #772EE0
Black with #772EE0
Text Example
Text Example
White with #772EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772EE0; }
p { color: rgb(119,46,224); }
H1.HeaderClassName
{
color: #772EE0;
}
.AnyTagClassName
{
color: #772EE0;
}
</style>
background-color css
<style>
a { background-color: #772EE0; }
a { background-color: rgb(119,46,224); }
div.DivClassName
{
background-color: #772EE0;
}
.BgClassName
{
background-color: #772EE0;
}
</style>
border-color css
<style>
span { border-color: #772EE0; }
span { border-color: rgb(119,46,224); }
td.TdClassName
{
border-color: #772EE0;
}
.TagClassName
{
border-color: #772EE0;
}
</style>