Shades of Blue Violet #772AFE
Tints of Blue Violet #772AFE
RGB
CMYK
RGB Variations
Color information
#772AFE (or 0x772AFE) is known color: Blue Violet. HEX triplet: 77, 2A and FE. RGB value is (119,42,254). Sum of RGB (Red+Green+Blue) = 119+42+254=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #772AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772AFE is #88D501. Grayscale: #585858. Windows color (decimal): -8967426 or 16657015. OLE color: 16657015.
HSL color Cylindrical-coordinate representation of color #772AFE: hue angle of 261.79º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #772AFE is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 42 | 254 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.00 |
| HSL | 261.79º | 0.99% | 0.58% | - |
| HSV(B) | 261.79º | 0.83% | 1% | - |
| XYZ | 26.33 | 12.73 | 94.84 | - |
| YUV | 89.19 | 221.01 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 254 | 0.53 | 0.83 | 0 | 0.00 | 261.79 | 0.99 | 0.58 |
| Hex | 77 | 2A | FE | 35 | 53 | 0 | 0 | 106 | 63 | 3A |
| Octal | 167 | 52 | 376 | 65 | 123 | 0 | 0 | 406 | 143 | 72 |
| Binary | 1110111 | 101010 | 11111110 | 110101 | 1010011 | 0 | 0 | 100000110 | 1100011 | 111010 |
Color Harmonies of #772AFE
Complementary color
Monochromatic Colors of #772AFE
Black with #772AFE
Text Example
Text Example
White with #772AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772AFE; }
p { color: rgb(119,42,254); }
H1.HeaderClassName
{
color: #772AFE;
}
.AnyTagClassName
{
color: #772AFE;
}
</style>
background-color css
<style>
a { background-color: #772AFE; }
a { background-color: rgb(119,42,254); }
div.DivClassName
{
background-color: #772AFE;
}
.BgClassName
{
background-color: #772AFE;
}
</style>
border-color css
<style>
span { border-color: #772AFE; }
span { border-color: rgb(119,42,254); }
td.TdClassName
{
border-color: #772AFE;
}
.TagClassName
{
border-color: #772AFE;
}
</style>