Shades of Blue Violet #772EFE
Tints of Blue Violet #772EFE
RGB
CMYK
RGB Variations
Color information
#772EFE (or 0x772EFE) is known color: Blue Violet. HEX triplet: 77, 2E and FE. RGB value is (119,46,254). Sum of RGB (Red+Green+Blue) = 119+46+254=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #772EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772EFE is #88D101. Grayscale: #5A5A5A. Windows color (decimal): -8966402 or 16658039. OLE color: 16658039.
HSL color Cylindrical-coordinate representation of color #772EFE: hue angle of 261.06º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772EFE is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 46 | 254 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.00 |
| HSL | 261.06º | 0.99% | 0.59% | - |
| HSV(B) | 261.06º | 0.82% | 1% | - |
| XYZ | 26.47 | 13.03 | 94.89 | - |
| YUV | 91.54 | 219.68 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 254 | 0.53 | 0.82 | 0 | 0.00 | 261.06 | 0.99 | 0.59 |
| Hex | 77 | 2E | FE | 35 | 52 | 0 | 0 | 105 | 63 | 3B |
| Octal | 167 | 56 | 376 | 65 | 122 | 0 | 0 | 405 | 143 | 73 |
| Binary | 1110111 | 101110 | 11111110 | 110101 | 1010010 | 0 | 0 | 100000101 | 1100011 | 111011 |
Color Harmonies of #772EFE
Complementary color
Monochromatic Colors of #772EFE
Black with #772EFE
Text Example
Text Example
White with #772EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772EFE; }
p { color: rgb(119,46,254); }
H1.HeaderClassName
{
color: #772EFE;
}
.AnyTagClassName
{
color: #772EFE;
}
</style>
background-color css
<style>
a { background-color: #772EFE; }
a { background-color: rgb(119,46,254); }
div.DivClassName
{
background-color: #772EFE;
}
.BgClassName
{
background-color: #772EFE;
}
</style>
border-color css
<style>
span { border-color: #772EFE; }
span { border-color: rgb(119,46,254); }
td.TdClassName
{
border-color: #772EFE;
}
.TagClassName
{
border-color: #772EFE;
}
</style>