Shades of Blue Violet #772EFB
Tints of Blue Violet #772EFB
RGB
CMYK
RGB Variations
Color information
#772EFB (or 0x772EFB) is known color: Blue Violet. HEX triplet: 77, 2E and FB. RGB value is (119,46,251). Sum of RGB (Red+Green+Blue) = 119+46+251=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #772EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772EFB is #88D104. Grayscale: #5A5A5A. Windows color (decimal): -8966405 or 16461431. OLE color: 16461431.
HSL color Cylindrical-coordinate representation of color #772EFB: hue angle of 261.37º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772EFB is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 46 | 251 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.02 |
| HSL | 261.37º | 0.96% | 0.58% | - |
| HSV(B) | 261.37º | 0.82% | 0.98% | - |
| XYZ | 26 | 12.84 | 92.38 | - |
| YUV | 91.2 | 218.18 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 251 | 0.53 | 0.82 | 0 | 0.02 | 261.37 | 0.96 | 0.58 |
| Hex | 77 | 2E | FB | 35 | 52 | 0 | 2 | 105 | 60 | 3A |
| Octal | 167 | 56 | 373 | 65 | 122 | 0 | 2 | 405 | 140 | 72 |
| Binary | 1110111 | 101110 | 11111011 | 110101 | 1010010 | 0 | 10 | 100000101 | 1100000 | 111010 |
Color Harmonies of #772EFB
Complementary color
Monochromatic Colors of #772EFB
Black with #772EFB
Text Example
Text Example
White with #772EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772EFB; }
p { color: rgb(119,46,251); }
H1.HeaderClassName
{
color: #772EFB;
}
.AnyTagClassName
{
color: #772EFB;
}
</style>
background-color css
<style>
a { background-color: #772EFB; }
a { background-color: rgb(119,46,251); }
div.DivClassName
{
background-color: #772EFB;
}
.BgClassName
{
background-color: #772EFB;
}
</style>
border-color css
<style>
span { border-color: #772EFB; }
span { border-color: rgb(119,46,251); }
td.TdClassName
{
border-color: #772EFB;
}
.TagClassName
{
border-color: #772EFB;
}
</style>