Shades of Vivid Violet #771FA5
Tints of Vivid Violet #771FA5
RGB
CMYK
RGB Variations
Color information
#771FA5 (or 0x771FA5) is known color: Vivid Violet. HEX triplet: 77, 1F and A5. RGB value is (119,31,165). Sum of RGB (Red+Green+Blue) = 119+31+165=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 165 (64.84% from 255 or 52.38% from 315); Max value from RGB is 165 - color contains mainly: blue. Hex color #771FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771FA5 is #88E05A. Grayscale: #484848. Windows color (decimal): -8970331 or 10821495. OLE color: 10821495.
HSL color Cylindrical-coordinate representation of color #771FA5: hue angle of 279.4º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771FA5 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 31 | 165 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.35 |
| HSL | 279.4º | 0.68% | 0.38% | - |
| HSV(B) | 279.4º | 0.81% | 0.65% | - |
| XYZ | 14.89 | 7.62 | 36.28 | - |
| YUV | 72.59 | 180.15 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 165 | 0.28 | 0.81 | 0 | 0.35 | 279.4 | 0.68 | 0.38 |
| Hex | 77 | 1F | A5 | 1C | 51 | 0 | 23 | 117 | 44 | 26 |
| Octal | 167 | 37 | 245 | 34 | 121 | 0 | 43 | 427 | 104 | 46 |
| Binary | 1110111 | 11111 | 10100101 | 11100 | 1010001 | 0 | 100011 | 100010111 | 1000100 | 100110 |
Color Harmonies of #771FA5
Complementary color
Monochromatic Colors of #771FA5
Black with #771FA5
Text Example
Text Example
White with #771FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771FA5; }
p { color: rgb(119,31,165); }
H1.HeaderClassName
{
color: #771FA5;
}
.AnyTagClassName
{
color: #771FA5;
}
</style>
background-color css
<style>
a { background-color: #771FA5; }
a { background-color: rgb(119,31,165); }
div.DivClassName
{
background-color: #771FA5;
}
.BgClassName
{
background-color: #771FA5;
}
</style>
border-color css
<style>
span { border-color: #771FA5; }
span { border-color: rgb(119,31,165); }
td.TdClassName
{
border-color: #771FA5;
}
.TagClassName
{
border-color: #771FA5;
}
</style>