Shades of Blue Violet #772EEA
Tints of Blue Violet #772EEA
RGB
CMYK
RGB Variations
Color information
#772EEA (or 0x772EEA) is known color: Blue Violet. HEX triplet: 77, 2E and EA. RGB value is (119,46,234). Sum of RGB (Red+Green+Blue) = 119+46+234=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #772EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772EEA is #88D115. Grayscale: #585858. Windows color (decimal): -8966422 or 15347319. OLE color: 15347319.
HSL color Cylindrical-coordinate representation of color #772EEA: hue angle of 263.3º degrees, saturation: 0.82, 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 #772EEA is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 46 | 234 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.08 |
| HSL | 263.3º | 0.82% | 0.55% | - |
| HSV(B) | 263.3º | 0.8% | 0.92% | - |
| XYZ | 23.44 | 11.82 | 78.89 | - |
| YUV | 89.26 | 209.68 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 234 | 0.49 | 0.80 | 0 | 0.08 | 263.3 | 0.82 | 0.55 |
| Hex | 77 | 2E | EA | 31 | 50 | 0 | 8 | 107 | 52 | 37 |
| Octal | 167 | 56 | 352 | 61 | 120 | 0 | 10 | 407 | 122 | 67 |
| Binary | 1110111 | 101110 | 11101010 | 110001 | 1010000 | 0 | 1000 | 100000111 | 1010010 | 110111 |
Color Harmonies of #772EEA
Complementary color
Monochromatic Colors of #772EEA
Black with #772EEA
Text Example
Text Example
White with #772EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772EEA; }
p { color: rgb(119,46,234); }
H1.HeaderClassName
{
color: #772EEA;
}
.AnyTagClassName
{
color: #772EEA;
}
</style>
background-color css
<style>
a { background-color: #772EEA; }
a { background-color: rgb(119,46,234); }
div.DivClassName
{
background-color: #772EEA;
}
.BgClassName
{
background-color: #772EEA;
}
</style>
border-color css
<style>
span { border-color: #772EEA; }
span { border-color: rgb(119,46,234); }
td.TdClassName
{
border-color: #772EEA;
}
.TagClassName
{
border-color: #772EEA;
}
</style>