Shades of Purple #770B89
Tints of Purple #770B89
RGB
CMYK
RGB Variations
Color information
#770B89 (or 0x770B89) is known color: Purple. HEX triplet: 77, 0B and 89. RGB value is (119,11,137). Sum of RGB (Red+Green+Blue) = 119+11+137=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #770B89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770B89 is #88F476. Grayscale: #393939. Windows color (decimal): -8975479 or 8981367. OLE color: 8981367.
HSL color Cylindrical-coordinate representation of color #770B89: hue angle of 291.43º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770B89 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 11 | 137 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.46 |
| HSL | 291.43º | 0.85% | 0.29% | - |
| HSV(B) | 291.43º | 0.92% | 0.54% | - |
| XYZ | 12.24 | 5.97 | 24.17 | - |
| YUV | 57.66 | 172.78 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 137 | 0.13 | 0.92 | 0 | 0.46 | 291.43 | 0.85 | 0.29 |
| Hex | 77 | B | 89 | D | 5C | 0 | 2E | 123 | 55 | 1D |
| Octal | 167 | 13 | 211 | 15 | 134 | 0 | 56 | 443 | 125 | 35 |
| Binary | 1110111 | 1011 | 10001001 | 1101 | 1011100 | 0 | 101110 | 100100011 | 1010101 | 11101 |
Color Harmonies of #770B89
Complementary color
Monochromatic Colors of #770B89
Black with #770B89
Text Example
Text Example
White with #770B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B89; }
p { color: rgb(119,11,137); }
H1.HeaderClassName
{
color: #770B89;
}
.AnyTagClassName
{
color: #770B89;
}
</style>
background-color css
<style>
a { background-color: #770B89; }
a { background-color: rgb(119,11,137); }
div.DivClassName
{
background-color: #770B89;
}
.BgClassName
{
background-color: #770B89;
}
</style>
border-color css
<style>
span { border-color: #770B89; }
span { border-color: rgb(119,11,137); }
td.TdClassName
{
border-color: #770B89;
}
.TagClassName
{
border-color: #770B89;
}
</style>