Shades of Purple #770688
Tints of Purple #770688
RGB
CMYK
RGB Variations
Color information
#770688 (or 0x770688) is known color: Purple. HEX triplet: 77, 06 and 88. RGB value is (119,6,136). Sum of RGB (Red+Green+Blue) = 119+6+136=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #770688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770688 is #88F977. Grayscale: #363636. Windows color (decimal): -8976760 or 8914551. OLE color: 8914551.
HSL color Cylindrical-coordinate representation of color #770688: hue angle of 292.15º degrees, saturation: 0.92, 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 #770688 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 6 | 136 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.47 |
| HSL | 292.15º | 0.92% | 0.28% | - |
| HSV(B) | 292.15º | 0.96% | 0.53% | - |
| XYZ | 12.12 | 5.83 | 23.78 | - |
| YUV | 54.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 136 | 0.12 | 0.96 | 0 | 0.47 | 292.15 | 0.92 | 0.28 |
| Hex | 77 | 6 | 88 | C | 60 | 0 | 2F | 124 | 5C | 1C |
| Octal | 167 | 6 | 210 | 14 | 140 | 0 | 57 | 444 | 134 | 34 |
| Binary | 1110111 | 110 | 10001000 | 1100 | 1100000 | 0 | 101111 | 100100100 | 1011100 | 11100 |
Color Harmonies of #770688
Complementary color
Monochromatic Colors of #770688
Black with #770688
Text Example
Text Example
White with #770688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770688; }
p { color: rgb(119,6,136); }
H1.HeaderClassName
{
color: #770688;
}
.AnyTagClassName
{
color: #770688;
}
</style>
background-color css
<style>
a { background-color: #770688; }
a { background-color: rgb(119,6,136); }
div.DivClassName
{
background-color: #770688;
}
.BgClassName
{
background-color: #770688;
}
</style>
border-color css
<style>
span { border-color: #770688; }
span { border-color: rgb(119,6,136); }
td.TdClassName
{
border-color: #770688;
}
.TagClassName
{
border-color: #770688;
}
</style>