Shades of Blue Violet #772AFF
Tints of Blue Violet #772AFF
RGB
CMYK
RGB Variations
Color information
#772AFF (or 0x772AFF) is known color: Blue Violet. HEX triplet: 77, 2A and FF. RGB value is (119,42,255). Sum of RGB (Red+Green+Blue) = 119+42+255=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #772AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772AFF is #88D500. Grayscale: #585858. Windows color (decimal): -8967425 or 16722551. OLE color: 16722551.
HSL color Cylindrical-coordinate representation of color #772AFF: hue angle of 261.69º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #772AFF is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 42 | 255 | - |
| CMYK | 0.53 | 0.84 | 0 | 0 |
| HSL | 261.69º | 1% | 0.58% | - |
| HSV(B) | 261.69º | 0.84% | 1% | - |
| XYZ | 26.49 | 12.8 | 95.68 | - |
| YUV | 89.31 | 221.51 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 255 | 0.53 | 0.84 | 0 | 0 | 261.69 | 1 | 0.58 |
| Hex | 77 | 2A | FF | 35 | 54 | 0 | 0 | 106 | 64 | 3A |
| Octal | 167 | 52 | 377 | 65 | 124 | 0 | 0 | 406 | 144 | 72 |
| Binary | 1110111 | 101010 | 11111111 | 110101 | 1010100 | 0 | 0 | 100000110 | 1100100 | 111010 |
Color Harmonies of #772AFF
Complementary color
Monochromatic Colors of #772AFF
Black with #772AFF
Text Example
Text Example
White with #772AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772AFF; }
p { color: rgb(119,42,255); }
H1.HeaderClassName
{
color: #772AFF;
}
.AnyTagClassName
{
color: #772AFF;
}
</style>
background-color css
<style>
a { background-color: #772AFF; }
a { background-color: rgb(119,42,255); }
div.DivClassName
{
background-color: #772AFF;
}
.BgClassName
{
background-color: #772AFF;
}
</style>
border-color css
<style>
span { border-color: #772AFF; }
span { border-color: rgb(119,42,255); }
td.TdClassName
{
border-color: #772AFF;
}
.TagClassName
{
border-color: #772AFF;
}
</style>