Shades of Blue Violet #772EEB
Tints of Blue Violet #772EEB
RGB
CMYK
RGB Variations
Color information
#772EEB (or 0x772EEB) is known color: Blue Violet. HEX triplet: 77, 2E and EB. RGB value is (119,46,235). Sum of RGB (Red+Green+Blue) = 119+46+235=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #772EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772EEB is #88D114. Grayscale: #585858. Windows color (decimal): -8966421 or 15412855. OLE color: 15412855.
HSL color Cylindrical-coordinate representation of color #772EEB: hue angle of 263.17º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #772EEB is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 46 | 235 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.08 |
| HSL | 263.17º | 0.83% | 0.55% | - |
| HSV(B) | 263.17º | 0.8% | 0.92% | - |
| XYZ | 23.58 | 11.87 | 79.65 | - |
| YUV | 89.37 | 210.18 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 235 | 0.49 | 0.80 | 0 | 0.08 | 263.17 | 0.83 | 0.55 |
| Hex | 77 | 2E | EB | 31 | 50 | 0 | 8 | 107 | 53 | 37 |
| Octal | 167 | 56 | 353 | 61 | 120 | 0 | 10 | 407 | 123 | 67 |
| Binary | 1110111 | 101110 | 11101011 | 110001 | 1010000 | 0 | 1000 | 100000111 | 1010011 | 110111 |
Color Harmonies of #772EEB
Complementary color
Monochromatic Colors of #772EEB
Black with #772EEB
Text Example
Text Example
White with #772EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772EEB; }
p { color: rgb(119,46,235); }
H1.HeaderClassName
{
color: #772EEB;
}
.AnyTagClassName
{
color: #772EEB;
}
</style>
background-color css
<style>
a { background-color: #772EEB; }
a { background-color: rgb(119,46,235); }
div.DivClassName
{
background-color: #772EEB;
}
.BgClassName
{
background-color: #772EEB;
}
</style>
border-color css
<style>
span { border-color: #772EEB; }
span { border-color: rgb(119,46,235); }
td.TdClassName
{
border-color: #772EEB;
}
.TagClassName
{
border-color: #772EEB;
}
</style>