Shades of Blue Violet #771EE5
Tints of Blue Violet #771EE5
RGB
CMYK
RGB Variations
Color information
#771EE5 (or 0x771EE5) is known color: Blue Violet. HEX triplet: 77, 1E and E5. RGB value is (119,30,229). Sum of RGB (Red+Green+Blue) = 119+30+229=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 229 (89.84% from 255 or 60.58% from 378); Max value from RGB is 229 - color contains mainly: blue. Hex color #771EE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771EE5 is #88E11A. Grayscale: #4E4E4E. Windows color (decimal): -8970523 or 15015543. OLE color: 15015543.
HSL color Cylindrical-coordinate representation of color #771EE5: hue angle of 266.83º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771EE5 is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 30 | 229 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.10 |
| HSL | 266.83º | 0.79% | 0.51% | - |
| HSV(B) | 266.83º | 0.87% | 0.9% | - |
| XYZ | 22.21 | 10.51 | 74.99 | - |
| YUV | 79.3 | 212.49 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 229 | 0.48 | 0.87 | 0 | 0.10 | 266.83 | 0.79 | 0.51 |
| Hex | 77 | 1E | E5 | 30 | 57 | 0 | A | 10B | 4F | 33 |
| Octal | 167 | 36 | 345 | 60 | 127 | 0 | 12 | 413 | 117 | 63 |
| Binary | 1110111 | 11110 | 11100101 | 110000 | 1010111 | 0 | 1010 | 100001011 | 1001111 | 110011 |
Color Harmonies of #771EE5
Complementary color
Monochromatic Colors of #771EE5
Black with #771EE5
Text Example
Text Example
White with #771EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771EE5; }
p { color: rgb(119,30,229); }
H1.HeaderClassName
{
color: #771EE5;
}
.AnyTagClassName
{
color: #771EE5;
}
</style>
background-color css
<style>
a { background-color: #771EE5; }
a { background-color: rgb(119,30,229); }
div.DivClassName
{
background-color: #771EE5;
}
.BgClassName
{
background-color: #771EE5;
}
</style>
border-color css
<style>
span { border-color: #771EE5; }
span { border-color: rgb(119,30,229); }
td.TdClassName
{
border-color: #771EE5;
}
.TagClassName
{
border-color: #771EE5;
}
</style>