Shades of Purple #771387
Tints of Purple #771387
RGB
CMYK
RGB Variations
Color information
#771387 (or 0x771387) is known color: Purple. HEX triplet: 77, 13 and 87. RGB value is (119,19,135). Sum of RGB (Red+Green+Blue) = 119+19+135=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #771387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771387 is #88EC78. Grayscale: #3D3D3D. Windows color (decimal): -8973433 or 8852343. OLE color: 8852343.
HSL color Cylindrical-coordinate representation of color #771387: hue angle of 291.72º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771387 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 19 | 135 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.47 |
| HSL | 291.72º | 0.75% | 0.3% | - |
| HSV(B) | 291.72º | 0.86% | 0.53% | - |
| XYZ | 12.21 | 6.14 | 23.46 | - |
| YUV | 62.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 135 | 0.12 | 0.86 | 0 | 0.47 | 291.72 | 0.75 | 0.3 |
| Hex | 77 | 13 | 87 | C | 56 | 0 | 2F | 124 | 4B | 1E |
| Octal | 167 | 23 | 207 | 14 | 126 | 0 | 57 | 444 | 113 | 36 |
| Binary | 1110111 | 10011 | 10000111 | 1100 | 1010110 | 0 | 101111 | 100100100 | 1001011 | 11110 |
Color Harmonies of #771387
Complementary color
Monochromatic Colors of #771387
Black with #771387
Text Example
Text Example
White with #771387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771387; }
p { color: rgb(119,19,135); }
H1.HeaderClassName
{
color: #771387;
}
.AnyTagClassName
{
color: #771387;
}
</style>
background-color css
<style>
a { background-color: #771387; }
a { background-color: rgb(119,19,135); }
div.DivClassName
{
background-color: #771387;
}
.BgClassName
{
background-color: #771387;
}
</style>
border-color css
<style>
span { border-color: #771387; }
span { border-color: rgb(119,19,135); }
td.TdClassName
{
border-color: #771387;
}
.TagClassName
{
border-color: #771387;
}
</style>