Shades of Vivid Violet #771AA5
Tints of Vivid Violet #771AA5
RGB
CMYK
RGB Variations
Color information
#771AA5 (or 0x771AA5) is known color: Vivid Violet. HEX triplet: 77, 1A and A5. RGB value is (119,26,165). Sum of RGB (Red+Green+Blue) = 119+26+165=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #771AA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771AA5 is #88E55A. Grayscale: #454545. Windows color (decimal): -8971611 or 10820215. OLE color: 10820215.
HSL color Cylindrical-coordinate representation of color #771AA5: hue angle of 280.14º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771AA5 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 26 | 165 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.35 |
| HSL | 280.14º | 0.73% | 0.37% | - |
| HSV(B) | 280.14º | 0.84% | 0.65% | - |
| XYZ | 14.77 | 7.38 | 36.24 | - |
| YUV | 69.65 | 181.81 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 26 | 165 | 0.28 | 0.84 | 0 | 0.35 | 280.14 | 0.73 | 0.37 |
| Hex | 77 | 1A | A5 | 1C | 54 | 0 | 23 | 118 | 49 | 25 |
| Octal | 167 | 32 | 245 | 34 | 124 | 0 | 43 | 430 | 111 | 45 |
| Binary | 1110111 | 11010 | 10100101 | 11100 | 1010100 | 0 | 100011 | 100011000 | 1001001 | 100101 |
Color Harmonies of #771AA5
Complementary color
Monochromatic Colors of #771AA5
Black with #771AA5
Text Example
Text Example
White with #771AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771AA5; }
p { color: rgb(119,26,165); }
H1.HeaderClassName
{
color: #771AA5;
}
.AnyTagClassName
{
color: #771AA5;
}
</style>
background-color css
<style>
a { background-color: #771AA5; }
a { background-color: rgb(119,26,165); }
div.DivClassName
{
background-color: #771AA5;
}
.BgClassName
{
background-color: #771AA5;
}
</style>
border-color css
<style>
span { border-color: #771AA5; }
span { border-color: rgb(119,26,165); }
td.TdClassName
{
border-color: #771AA5;
}
.TagClassName
{
border-color: #771AA5;
}
</style>