Shades of Purple #770B84
Tints of Purple #770B84
RGB
CMYK
RGB Variations
Color information
#770B84 (or 0x770B84) is known color: Purple. HEX triplet: 77, 0B and 84. RGB value is (119,11,132). Sum of RGB (Red+Green+Blue) = 119+11+132=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #770B84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770B84 is #88F47B. Grayscale: #383838. Windows color (decimal): -8975484 or 8653687. OLE color: 8653687.
HSL color Cylindrical-coordinate representation of color #770B84: hue angle of 293.55º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770B84 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 11 | 132 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.48 |
| HSL | 293.55º | 0.85% | 0.28% | - |
| HSV(B) | 293.55º | 0.92% | 0.52% | - |
| XYZ | 11.89 | 5.83 | 22.33 | - |
| YUV | 57.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 132 | 0.10 | 0.92 | 0 | 0.48 | 293.55 | 0.85 | 0.28 |
| Hex | 77 | B | 84 | A | 5C | 0 | 30 | 126 | 55 | 1C |
| Octal | 167 | 13 | 204 | 12 | 134 | 0 | 60 | 446 | 125 | 34 |
| Binary | 1110111 | 1011 | 10000100 | 1010 | 1011100 | 0 | 110000 | 100100110 | 1010101 | 11100 |
Color Harmonies of #770B84
Complementary color
Monochromatic Colors of #770B84
Black with #770B84
Text Example
Text Example
White with #770B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B84; }
p { color: rgb(119,11,132); }
H1.HeaderClassName
{
color: #770B84;
}
.AnyTagClassName
{
color: #770B84;
}
</style>
background-color css
<style>
a { background-color: #770B84; }
a { background-color: rgb(119,11,132); }
div.DivClassName
{
background-color: #770B84;
}
.BgClassName
{
background-color: #770B84;
}
</style>
border-color css
<style>
span { border-color: #770B84; }
span { border-color: rgb(119,11,132); }
td.TdClassName
{
border-color: #770B84;
}
.TagClassName
{
border-color: #770B84;
}
</style>