Shades of Vivid Violet #771BA2
Tints of Vivid Violet #771BA2
RGB
CMYK
RGB Variations
Color information
#771BA2 (or 0x771BA2) is known color: Vivid Violet. HEX triplet: 77, 1B and A2. RGB value is (119,27,162). Sum of RGB (Red+Green+Blue) = 119+27+162=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #771BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771BA2 is #88E45D. Grayscale: #454545. Windows color (decimal): -8971358 or 10623863. OLE color: 10623863.
HSL color Cylindrical-coordinate representation of color #771BA2: hue angle of 280.89º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #771BA2 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 27 | 162 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.36 |
| HSL | 280.89º | 0.71% | 0.37% | - |
| HSV(B) | 280.89º | 0.83% | 0.64% | - |
| XYZ | 14.52 | 7.31 | 34.83 | - |
| YUV | 69.9 | 179.98 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 162 | 0.27 | 0.83 | 0 | 0.36 | 280.89 | 0.71 | 0.37 |
| Hex | 77 | 1B | A2 | 1B | 53 | 0 | 24 | 119 | 47 | 25 |
| Octal | 167 | 33 | 242 | 33 | 123 | 0 | 44 | 431 | 107 | 45 |
| Binary | 1110111 | 11011 | 10100010 | 11011 | 1010011 | 0 | 100100 | 100011001 | 1000111 | 100101 |
Color Harmonies of #771BA2
Complementary color
Monochromatic Colors of #771BA2
Black with #771BA2
Text Example
Text Example
White with #771BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771BA2; }
p { color: rgb(119,27,162); }
H1.HeaderClassName
{
color: #771BA2;
}
.AnyTagClassName
{
color: #771BA2;
}
</style>
background-color css
<style>
a { background-color: #771BA2; }
a { background-color: rgb(119,27,162); }
div.DivClassName
{
background-color: #771BA2;
}
.BgClassName
{
background-color: #771BA2;
}
</style>
border-color css
<style>
span { border-color: #771BA2; }
span { border-color: rgb(119,27,162); }
td.TdClassName
{
border-color: #771BA2;
}
.TagClassName
{
border-color: #771BA2;
}
</style>