Shades of Purple #771B85
Tints of Purple #771B85
RGB
CMYK
RGB Variations
Color information
#771B85 (or 0x771B85) is known color: Purple. HEX triplet: 77, 1B and 85. RGB value is (119,27,133). Sum of RGB (Red+Green+Blue) = 119+27+133=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #771B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771B85 is #88E47A. Grayscale: #424242. Windows color (decimal): -8971387 or 8723319. OLE color: 8723319.
HSL color Cylindrical-coordinate representation of color #771B85: hue angle of 292.08º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771B85 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 27 | 133 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.48 |
| HSL | 292.08º | 0.66% | 0.31% | - |
| HSV(B) | 292.08º | 0.8% | 0.52% | - |
| XYZ | 12.23 | 6.4 | 22.78 | - |
| YUV | 66.59 | 165.48 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 133 | 0.11 | 0.80 | 0 | 0.48 | 292.08 | 0.66 | 0.31 |
| Hex | 77 | 1B | 85 | B | 50 | 0 | 30 | 124 | 42 | 1F |
| Octal | 167 | 33 | 205 | 13 | 120 | 0 | 60 | 444 | 102 | 37 |
| Binary | 1110111 | 11011 | 10000101 | 1011 | 1010000 | 0 | 110000 | 100100100 | 1000010 | 11111 |
Color Harmonies of #771B85
Complementary color
Monochromatic Colors of #771B85
Black with #771B85
Text Example
Text Example
White with #771B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771B85; }
p { color: rgb(119,27,133); }
H1.HeaderClassName
{
color: #771B85;
}
.AnyTagClassName
{
color: #771B85;
}
</style>
background-color css
<style>
a { background-color: #771B85; }
a { background-color: rgb(119,27,133); }
div.DivClassName
{
background-color: #771B85;
}
.BgClassName
{
background-color: #771B85;
}
</style>
border-color css
<style>
span { border-color: #771B85; }
span { border-color: rgb(119,27,133); }
td.TdClassName
{
border-color: #771B85;
}
.TagClassName
{
border-color: #771B85;
}
</style>