Shades of Blue Violet #771ADE
Tints of Blue Violet #771ADE
RGB
CMYK
RGB Variations
Color information
#771ADE (or 0x771ADE) is known color: Blue Violet. HEX triplet: 77, 1A and DE. RGB value is (119,26,222). Sum of RGB (Red+Green+Blue) = 119+26+222=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #771ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771ADE is #88E521. Grayscale: #4B4B4B. Windows color (decimal): -8971554 or 14555767. OLE color: 14555767.
HSL color Cylindrical-coordinate representation of color #771ADE: hue angle of 268.47º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771ADE is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 26 | 222 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.13 |
| HSL | 268.47º | 0.79% | 0.49% | - |
| HSV(B) | 268.47º | 0.88% | 0.87% | - |
| XYZ | 21.16 | 9.93 | 69.91 | - |
| YUV | 76.15 | 210.31 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 26 | 222 | 0.46 | 0.88 | 0 | 0.13 | 268.47 | 0.79 | 0.49 |
| Hex | 77 | 1A | DE | 2E | 58 | 0 | D | 10C | 4F | 31 |
| Octal | 167 | 32 | 336 | 56 | 130 | 0 | 15 | 414 | 117 | 61 |
| Binary | 1110111 | 11010 | 11011110 | 101110 | 1011000 | 0 | 1101 | 100001100 | 1001111 | 110001 |
Color Harmonies of #771ADE
Complementary color
Monochromatic Colors of #771ADE
Black with #771ADE
Text Example
Text Example
White with #771ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771ADE; }
p { color: rgb(119,26,222); }
H1.HeaderClassName
{
color: #771ADE;
}
.AnyTagClassName
{
color: #771ADE;
}
</style>
background-color css
<style>
a { background-color: #771ADE; }
a { background-color: rgb(119,26,222); }
div.DivClassName
{
background-color: #771ADE;
}
.BgClassName
{
background-color: #771ADE;
}
</style>
border-color css
<style>
span { border-color: #771ADE; }
span { border-color: rgb(119,26,222); }
td.TdClassName
{
border-color: #771ADE;
}
.TagClassName
{
border-color: #771ADE;
}
</style>