Shades of Vivid Violet #771FA0
Tints of Vivid Violet #771FA0
RGB
CMYK
RGB Variations
Color information
#771FA0 (or 0x771FA0) is known color: Vivid Violet. HEX triplet: 77, 1F and A0. RGB value is (119,31,160). Sum of RGB (Red+Green+Blue) = 119+31+160=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 160 (62.89% from 255 or 51.61% from 310); Max value from RGB is 160 - color contains mainly: blue. Hex color #771FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771FA0 is #88E05F. Grayscale: #474747. Windows color (decimal): -8970336 or 10493815. OLE color: 10493815.
HSL color Cylindrical-coordinate representation of color #771FA0: hue angle of 280.93º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771FA0 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 31 | 160 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.37 |
| HSL | 280.93º | 0.68% | 0.37% | - |
| HSV(B) | 280.93º | 0.81% | 0.63% | - |
| XYZ | 14.44 | 7.44 | 33.93 | - |
| YUV | 72.02 | 177.65 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 160 | 0.26 | 0.81 | 0 | 0.37 | 280.93 | 0.68 | 0.37 |
| Hex | 77 | 1F | A0 | 1A | 51 | 0 | 25 | 119 | 44 | 25 |
| Octal | 167 | 37 | 240 | 32 | 121 | 0 | 45 | 431 | 104 | 45 |
| Binary | 1110111 | 11111 | 10100000 | 11010 | 1010001 | 0 | 100101 | 100011001 | 1000100 | 100101 |
Color Harmonies of #771FA0
Complementary color
Monochromatic Colors of #771FA0
Black with #771FA0
Text Example
Text Example
White with #771FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771FA0; }
p { color: rgb(119,31,160); }
H1.HeaderClassName
{
color: #771FA0;
}
.AnyTagClassName
{
color: #771FA0;
}
</style>
background-color css
<style>
a { background-color: #771FA0; }
a { background-color: rgb(119,31,160); }
div.DivClassName
{
background-color: #771FA0;
}
.BgClassName
{
background-color: #771FA0;
}
</style>
border-color css
<style>
span { border-color: #771FA0; }
span { border-color: rgb(119,31,160); }
td.TdClassName
{
border-color: #771FA0;
}
.TagClassName
{
border-color: #771FA0;
}
</style>