Shades of Blue Violet #772CE9
Tints of Blue Violet #772CE9
RGB
CMYK
RGB Variations
Color information
#772CE9 (or 0x772CE9) is known color: Blue Violet. HEX triplet: 77, 2C and E9. RGB value is (119,44,233). Sum of RGB (Red+Green+Blue) = 119+44+233=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 233 (91.41% from 255 or 58.84% from 396); Max value from RGB is 233 - color contains mainly: blue. Hex color #772CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772CE9 is #88D316. Grayscale: #575757. Windows color (decimal): -8966935 or 15281271. OLE color: 15281271.
HSL color Cylindrical-coordinate representation of color #772CE9: hue angle of 263.81º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #772CE9 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 44 | 233 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.09 |
| HSL | 263.81º | 0.81% | 0.54% | - |
| HSV(B) | 263.81º | 0.81% | 0.91% | - |
| XYZ | 23.22 | 11.61 | 78.11 | - |
| YUV | 87.97 | 209.85 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 233 | 0.49 | 0.81 | 0 | 0.09 | 263.81 | 0.81 | 0.54 |
| Hex | 77 | 2C | E9 | 31 | 51 | 0 | 9 | 108 | 51 | 36 |
| Octal | 167 | 54 | 351 | 61 | 121 | 0 | 11 | 410 | 121 | 66 |
| Binary | 1110111 | 101100 | 11101001 | 110001 | 1010001 | 0 | 1001 | 100001000 | 1010001 | 110110 |
Color Harmonies of #772CE9
Complementary color
Monochromatic Colors of #772CE9
Black with #772CE9
Text Example
Text Example
White with #772CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772CE9; }
p { color: rgb(119,44,233); }
H1.HeaderClassName
{
color: #772CE9;
}
.AnyTagClassName
{
color: #772CE9;
}
</style>
background-color css
<style>
a { background-color: #772CE9; }
a { background-color: rgb(119,44,233); }
div.DivClassName
{
background-color: #772CE9;
}
.BgClassName
{
background-color: #772CE9;
}
</style>
border-color css
<style>
span { border-color: #772CE9; }
span { border-color: rgb(119,44,233); }
td.TdClassName
{
border-color: #772CE9;
}
.TagClassName
{
border-color: #772CE9;
}
</style>