Shades of Purple #771689
Tints of Purple #771689
RGB
CMYK
RGB Variations
Color information
#771689 (or 0x771689) is known color: Purple. HEX triplet: 77, 16 and 89. RGB value is (119,22,137). Sum of RGB (Red+Green+Blue) = 119+22+137=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #771689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771689 is #88E976. Grayscale: #3F3F3F. Windows color (decimal): -8972663 or 8984183. OLE color: 8984183.
HSL color Cylindrical-coordinate representation of color #771689: hue angle of 290.61º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771689 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 22 | 137 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.46 |
| HSL | 290.61º | 0.72% | 0.31% | - |
| HSV(B) | 290.61º | 0.84% | 0.54% | - |
| XYZ | 12.41 | 6.3 | 24.23 | - |
| YUV | 64.11 | 169.14 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 137 | 0.13 | 0.84 | 0 | 0.46 | 290.61 | 0.72 | 0.31 |
| Hex | 77 | 16 | 89 | D | 54 | 0 | 2E | 123 | 48 | 1F |
| Octal | 167 | 26 | 211 | 15 | 124 | 0 | 56 | 443 | 110 | 37 |
| Binary | 1110111 | 10110 | 10001001 | 1101 | 1010100 | 0 | 101110 | 100100011 | 1001000 | 11111 |
Color Harmonies of #771689
Complementary color
Monochromatic Colors of #771689
Black with #771689
Text Example
Text Example
White with #771689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771689; }
p { color: rgb(119,22,137); }
H1.HeaderClassName
{
color: #771689;
}
.AnyTagClassName
{
color: #771689;
}
</style>
background-color css
<style>
a { background-color: #771689; }
a { background-color: rgb(119,22,137); }
div.DivClassName
{
background-color: #771689;
}
.BgClassName
{
background-color: #771689;
}
</style>
border-color css
<style>
span { border-color: #771689; }
span { border-color: rgb(119,22,137); }
td.TdClassName
{
border-color: #771689;
}
.TagClassName
{
border-color: #771689;
}
</style>