Shades of Purple #770588
Tints of Purple #770588
RGB
CMYK
RGB Variations
Color information
#770588 (or 0x770588) is known color: Purple. HEX triplet: 77, 05 and 88. RGB value is (119,5,136). Sum of RGB (Red+Green+Blue) = 119+5+136=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #770588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770588 is #88FA77. Grayscale: #353535. Windows color (decimal): -8977016 or 8914295. OLE color: 8914295.
HSL color Cylindrical-coordinate representation of color #770588: hue angle of 292.21º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770588 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 5 | 136 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.47 |
| HSL | 292.21º | 0.93% | 0.28% | - |
| HSV(B) | 292.21º | 0.96% | 0.53% | - |
| XYZ | 12.11 | 5.81 | 23.78 | - |
| YUV | 54.02 | 174.27 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 136 | 0.12 | 0.96 | 0 | 0.47 | 292.21 | 0.93 | 0.28 |
| Hex | 77 | 5 | 88 | C | 60 | 0 | 2F | 124 | 5D | 1C |
| Octal | 167 | 5 | 210 | 14 | 140 | 0 | 57 | 444 | 135 | 34 |
| Binary | 1110111 | 101 | 10001000 | 1100 | 1100000 | 0 | 101111 | 100100100 | 1011101 | 11100 |
Color Harmonies of #770588
Complementary color
Monochromatic Colors of #770588
Black with #770588
Text Example
Text Example
White with #770588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770588; }
p { color: rgb(119,5,136); }
H1.HeaderClassName
{
color: #770588;
}
.AnyTagClassName
{
color: #770588;
}
</style>
background-color css
<style>
a { background-color: #770588; }
a { background-color: rgb(119,5,136); }
div.DivClassName
{
background-color: #770588;
}
.BgClassName
{
background-color: #770588;
}
</style>
border-color css
<style>
span { border-color: #770588; }
span { border-color: rgb(119,5,136); }
td.TdClassName
{
border-color: #770588;
}
.TagClassName
{
border-color: #770588;
}
</style>