Shades of Blue Violet #772AF1
Tints of Blue Violet #772AF1
RGB
CMYK
RGB Variations
Color information
#772AF1 (or 0x772AF1) is known color: Blue Violet. HEX triplet: 77, 2A and F1. RGB value is (119,42,241). Sum of RGB (Red+Green+Blue) = 119+42+241=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #772AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772AF1 is #88D50E. Grayscale: #565656. Windows color (decimal): -8967439 or 15805047. OLE color: 15805047.
HSL color Cylindrical-coordinate representation of color #772AF1: hue angle of 263.22º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #772AF1 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 42 | 241 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.05 |
| HSL | 263.22º | 0.88% | 0.55% | - |
| HSV(B) | 263.22º | 0.83% | 0.95% | - |
| XYZ | 24.31 | 11.93 | 84.24 | - |
| YUV | 87.71 | 214.51 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 241 | 0.51 | 0.83 | 0 | 0.05 | 263.22 | 0.88 | 0.55 |
| Hex | 77 | 2A | F1 | 33 | 53 | 0 | 5 | 107 | 58 | 37 |
| Octal | 167 | 52 | 361 | 63 | 123 | 0 | 5 | 407 | 130 | 67 |
| Binary | 1110111 | 101010 | 11110001 | 110011 | 1010011 | 0 | 101 | 100000111 | 1011000 | 110111 |
Color Harmonies of #772AF1
Complementary color
Monochromatic Colors of #772AF1
Black with #772AF1
Text Example
Text Example
White with #772AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772AF1; }
p { color: rgb(119,42,241); }
H1.HeaderClassName
{
color: #772AF1;
}
.AnyTagClassName
{
color: #772AF1;
}
</style>
background-color css
<style>
a { background-color: #772AF1; }
a { background-color: rgb(119,42,241); }
div.DivClassName
{
background-color: #772AF1;
}
.BgClassName
{
background-color: #772AF1;
}
</style>
border-color css
<style>
span { border-color: #772AF1; }
span { border-color: rgb(119,42,241); }
td.TdClassName
{
border-color: #772AF1;
}
.TagClassName
{
border-color: #772AF1;
}
</style>