Shades of Purple #770888
Tints of Purple #770888
RGB
CMYK
RGB Variations
Color information
#770888 (or 0x770888) is known color: Purple. HEX triplet: 77, 08 and 88. RGB value is (119,8,136). Sum of RGB (Red+Green+Blue) = 119+8+136=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #770888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770888 is #88F777. Grayscale: #373737. Windows color (decimal): -8976248 or 8915063. OLE color: 8915063.
HSL color Cylindrical-coordinate representation of color #770888: hue angle of 292.03º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770888 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 8 | 136 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.47 |
| HSL | 292.03º | 0.89% | 0.28% | - |
| HSV(B) | 292.03º | 0.94% | 0.53% | - |
| XYZ | 12.14 | 5.87 | 23.79 | - |
| YUV | 55.78 | 173.27 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 136 | 0.12 | 0.94 | 0 | 0.47 | 292.03 | 0.89 | 0.28 |
| Hex | 77 | 8 | 88 | C | 5E | 0 | 2F | 124 | 59 | 1C |
| Octal | 167 | 10 | 210 | 14 | 136 | 0 | 57 | 444 | 131 | 34 |
| Binary | 1110111 | 1000 | 10001000 | 1100 | 1011110 | 0 | 101111 | 100100100 | 1011001 | 11100 |
Color Harmonies of #770888
Complementary color
Monochromatic Colors of #770888
Black with #770888
Text Example
Text Example
White with #770888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770888; }
p { color: rgb(119,8,136); }
H1.HeaderClassName
{
color: #770888;
}
.AnyTagClassName
{
color: #770888;
}
</style>
background-color css
<style>
a { background-color: #770888; }
a { background-color: rgb(119,8,136); }
div.DivClassName
{
background-color: #770888;
}
.BgClassName
{
background-color: #770888;
}
</style>
border-color css
<style>
span { border-color: #770888; }
span { border-color: rgb(119,8,136); }
td.TdClassName
{
border-color: #770888;
}
.TagClassName
{
border-color: #770888;
}
</style>