Shades of Purple #771388
Tints of Purple #771388
RGB
CMYK
RGB Variations
Color information
#771388 (or 0x771388) is known color: Purple. HEX triplet: 77, 13 and 88. RGB value is (119,19,136). Sum of RGB (Red+Green+Blue) = 119+19+136=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #771388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771388 is #88EC77. Grayscale: #3D3D3D. Windows color (decimal): -8973432 or 8917879. OLE color: 8917879.
HSL color Cylindrical-coordinate representation of color #771388: hue angle of 291.28º 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 #771388 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 19 | 136 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.47 |
| HSL | 291.28º | 0.75% | 0.3% | - |
| HSV(B) | 291.28º | 0.86% | 0.53% | - |
| XYZ | 12.28 | 6.17 | 23.84 | - |
| YUV | 62.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 136 | 0.12 | 0.86 | 0 | 0.47 | 291.28 | 0.75 | 0.3 |
| Hex | 77 | 13 | 88 | C | 56 | 0 | 2F | 123 | 4B | 1E |
| Octal | 167 | 23 | 210 | 14 | 126 | 0 | 57 | 443 | 113 | 36 |
| Binary | 1110111 | 10011 | 10001000 | 1100 | 1010110 | 0 | 101111 | 100100011 | 1001011 | 11110 |
Color Harmonies of #771388
Complementary color
Monochromatic Colors of #771388
Black with #771388
Text Example
Text Example
White with #771388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771388; }
p { color: rgb(119,19,136); }
H1.HeaderClassName
{
color: #771388;
}
.AnyTagClassName
{
color: #771388;
}
</style>
background-color css
<style>
a { background-color: #771388; }
a { background-color: rgb(119,19,136); }
div.DivClassName
{
background-color: #771388;
}
.BgClassName
{
background-color: #771388;
}
</style>
border-color css
<style>
span { border-color: #771388; }
span { border-color: rgb(119,19,136); }
td.TdClassName
{
border-color: #771388;
}
.TagClassName
{
border-color: #771388;
}
</style>