Shades of Purple #770884
Tints of Purple #770884
RGB
CMYK
RGB Variations
Color information
#770884 (or 0x770884) is known color: Purple. HEX triplet: 77, 08 and 84. RGB value is (119,8,132). Sum of RGB (Red+Green+Blue) = 119+8+132=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #770884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770884 is #88F77B. Grayscale: #363636. Windows color (decimal): -8976252 or 8652919. OLE color: 8652919.
HSL color Cylindrical-coordinate representation of color #770884: hue angle of 293.71º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770884 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 8 | 132 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.48 |
| HSL | 293.71º | 0.89% | 0.27% | - |
| HSV(B) | 293.71º | 0.94% | 0.52% | - |
| XYZ | 11.86 | 5.76 | 22.32 | - |
| YUV | 55.33 | 171.27 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 132 | 0.10 | 0.94 | 0 | 0.48 | 293.71 | 0.89 | 0.27 |
| Hex | 77 | 8 | 84 | A | 5E | 0 | 30 | 126 | 59 | 1B |
| Octal | 167 | 10 | 204 | 12 | 136 | 0 | 60 | 446 | 131 | 33 |
| Binary | 1110111 | 1000 | 10000100 | 1010 | 1011110 | 0 | 110000 | 100100110 | 1011001 | 11011 |
Color Harmonies of #770884
Complementary color
Monochromatic Colors of #770884
Black with #770884
Text Example
Text Example
White with #770884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770884; }
p { color: rgb(119,8,132); }
H1.HeaderClassName
{
color: #770884;
}
.AnyTagClassName
{
color: #770884;
}
</style>
background-color css
<style>
a { background-color: #770884; }
a { background-color: rgb(119,8,132); }
div.DivClassName
{
background-color: #770884;
}
.BgClassName
{
background-color: #770884;
}
</style>
border-color css
<style>
span { border-color: #770884; }
span { border-color: rgb(119,8,132); }
td.TdClassName
{
border-color: #770884;
}
.TagClassName
{
border-color: #770884;
}
</style>