Shades of Blue Violet #771AEC
Tints of Blue Violet #771AEC
RGB
CMYK
RGB Variations
Color information
#771AEC (or 0x771AEC) is known color: Blue Violet. HEX triplet: 77, 1A and EC. RGB value is (119,26,236). Sum of RGB (Red+Green+Blue) = 119+26+236=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #771AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771AEC is #88E513. Grayscale: #4D4D4D. Windows color (decimal): -8971540 or 15473271. OLE color: 15473271.
HSL color Cylindrical-coordinate representation of color #771AEC: hue angle of 266.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #771AEC is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 26 | 236 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.07 |
| HSL | 266.57º | 0.85% | 0.51% | - |
| HSV(B) | 266.57º | 0.89% | 0.93% | - |
| XYZ | 23.12 | 10.72 | 80.21 | - |
| YUV | 77.75 | 217.31 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 26 | 236 | 0.50 | 0.89 | 0 | 0.07 | 266.57 | 0.85 | 0.51 |
| Hex | 77 | 1A | EC | 32 | 59 | 0 | 7 | 10B | 55 | 33 |
| Octal | 167 | 32 | 354 | 62 | 131 | 0 | 7 | 413 | 125 | 63 |
| Binary | 1110111 | 11010 | 11101100 | 110010 | 1011001 | 0 | 111 | 100001011 | 1010101 | 110011 |
Color Harmonies of #771AEC
Complementary color
Monochromatic Colors of #771AEC
Black with #771AEC
Text Example
Text Example
White with #771AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771AEC; }
p { color: rgb(119,26,236); }
H1.HeaderClassName
{
color: #771AEC;
}
.AnyTagClassName
{
color: #771AEC;
}
</style>
background-color css
<style>
a { background-color: #771AEC; }
a { background-color: rgb(119,26,236); }
div.DivClassName
{
background-color: #771AEC;
}
.BgClassName
{
background-color: #771AEC;
}
</style>
border-color css
<style>
span { border-color: #771AEC; }
span { border-color: rgb(119,26,236); }
td.TdClassName
{
border-color: #771AEC;
}
.TagClassName
{
border-color: #771AEC;
}
</style>