Shades of Purple #770883
Tints of Purple #770883
RGB
CMYK
RGB Variations
Color information
#770883 (or 0x770883) is known color: Purple. HEX triplet: 77, 08 and 83. RGB value is (119,8,131). Sum of RGB (Red+Green+Blue) = 119+8+131=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #770883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770883 is #88F77C. Grayscale: #363636. Windows color (decimal): -8976253 or 8587383. OLE color: 8587383.
HSL color Cylindrical-coordinate representation of color #770883: hue angle of 294.15º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770883 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 8 | 131 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.49 |
| HSL | 294.15º | 0.88% | 0.27% | - |
| HSV(B) | 294.15º | 0.94% | 0.51% | - |
| XYZ | 11.79 | 5.73 | 21.96 | - |
| YUV | 55.21 | 170.77 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 131 | 0.09 | 0.94 | 0 | 0.49 | 294.15 | 0.88 | 0.27 |
| Hex | 77 | 8 | 83 | 9 | 5E | 0 | 31 | 126 | 58 | 1B |
| Octal | 167 | 10 | 203 | 11 | 136 | 0 | 61 | 446 | 130 | 33 |
| Binary | 1110111 | 1000 | 10000011 | 1001 | 1011110 | 0 | 110001 | 100100110 | 1011000 | 11011 |
Color Harmonies of #770883
Complementary color
Monochromatic Colors of #770883
Black with #770883
Text Example
Text Example
White with #770883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770883; }
p { color: rgb(119,8,131); }
H1.HeaderClassName
{
color: #770883;
}
.AnyTagClassName
{
color: #770883;
}
</style>
background-color css
<style>
a { background-color: #770883; }
a { background-color: rgb(119,8,131); }
div.DivClassName
{
background-color: #770883;
}
.BgClassName
{
background-color: #770883;
}
</style>
border-color css
<style>
span { border-color: #770883; }
span { border-color: rgb(119,8,131); }
td.TdClassName
{
border-color: #770883;
}
.TagClassName
{
border-color: #770883;
}
</style>