Shades of Vivid Violet #771E88
Tints of Vivid Violet #771E88
RGB
CMYK
RGB Variations
Color information
#771E88 (or 0x771E88) is known color: Vivid Violet. HEX triplet: 77, 1E and 88. RGB value is (119,30,136). Sum of RGB (Red+Green+Blue) = 119+30+136=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #771E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771E88 is #88E177. Grayscale: #444444. Windows color (decimal): -8970616 or 8920695. OLE color: 8920695.
HSL color Cylindrical-coordinate representation of color #771E88: hue angle of 290.38º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771E88 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 30 | 136 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.47 |
| HSL | 290.38º | 0.64% | 0.33% | - |
| HSV(B) | 290.38º | 0.78% | 0.53% | - |
| XYZ | 12.52 | 6.63 | 23.91 | - |
| YUV | 68.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 136 | 0.12 | 0.78 | 0 | 0.47 | 290.38 | 0.64 | 0.33 |
| Hex | 77 | 1E | 88 | C | 4E | 0 | 2F | 122 | 40 | 21 |
| Octal | 167 | 36 | 210 | 14 | 116 | 0 | 57 | 442 | 100 | 41 |
| Binary | 1110111 | 11110 | 10001000 | 1100 | 1001110 | 0 | 101111 | 100100010 | 1000000 | 100001 |
Color Harmonies of #771E88
Complementary color
Monochromatic Colors of #771E88
Black with #771E88
Text Example
Text Example
White with #771E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771E88; }
p { color: rgb(119,30,136); }
H1.HeaderClassName
{
color: #771E88;
}
.AnyTagClassName
{
color: #771E88;
}
</style>
background-color css
<style>
a { background-color: #771E88; }
a { background-color: rgb(119,30,136); }
div.DivClassName
{
background-color: #771E88;
}
.BgClassName
{
background-color: #771E88;
}
</style>
border-color css
<style>
span { border-color: #771E88; }
span { border-color: rgb(119,30,136); }
td.TdClassName
{
border-color: #771E88;
}
.TagClassName
{
border-color: #771E88;
}
</style>