Shades of Blue Violet #772AF9
Tints of Blue Violet #772AF9
RGB
CMYK
RGB Variations
Color information
#772AF9 (or 0x772AF9) is known color: Blue Violet. HEX triplet: 77, 2A and F9. RGB value is (119,42,249). Sum of RGB (Red+Green+Blue) = 119+42+249=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 249 (97.66% from 255 or 60.73% from 410); Max value from RGB is 249 - color contains mainly: blue. Hex color #772AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772AF9 is #88D506. Grayscale: #575757. Windows color (decimal): -8967431 or 16329335. OLE color: 16329335.
HSL color Cylindrical-coordinate representation of color #772AF9: hue angle of 262.32º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #772AF9 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 42 | 249 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.02 |
| HSL | 262.32º | 0.95% | 0.57% | - |
| HSV(B) | 262.32º | 0.83% | 0.98% | - |
| XYZ | 25.53 | 12.42 | 90.67 | - |
| YUV | 88.62 | 218.51 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 249 | 0.52 | 0.83 | 0 | 0.02 | 262.32 | 0.95 | 0.57 |
| Hex | 77 | 2A | F9 | 34 | 53 | 0 | 2 | 106 | 5F | 39 |
| Octal | 167 | 52 | 371 | 64 | 123 | 0 | 2 | 406 | 137 | 71 |
| Binary | 1110111 | 101010 | 11111001 | 110100 | 1010011 | 0 | 10 | 100000110 | 1011111 | 111001 |
Color Harmonies of #772AF9
Complementary color
Monochromatic Colors of #772AF9
Black with #772AF9
Text Example
Text Example
White with #772AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772AF9; }
p { color: rgb(119,42,249); }
H1.HeaderClassName
{
color: #772AF9;
}
.AnyTagClassName
{
color: #772AF9;
}
</style>
background-color css
<style>
a { background-color: #772AF9; }
a { background-color: rgb(119,42,249); }
div.DivClassName
{
background-color: #772AF9;
}
.BgClassName
{
background-color: #772AF9;
}
</style>
border-color css
<style>
span { border-color: #772AF9; }
span { border-color: rgb(119,42,249); }
td.TdClassName
{
border-color: #772AF9;
}
.TagClassName
{
border-color: #772AF9;
}
</style>