Shades of Purple #771584
Tints of Purple #771584
RGB
CMYK
RGB Variations
Color information
#771584 (or 0x771584) is known color: Purple. HEX triplet: 77, 15 and 84. RGB value is (119,21,132). Sum of RGB (Red+Green+Blue) = 119+21+132=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #771584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771584 is #88EA7B. Grayscale: #3E3E3E. Windows color (decimal): -8972924 or 8656247. OLE color: 8656247.
HSL color Cylindrical-coordinate representation of color #771584: hue angle of 292.97º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771584 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 21 | 132 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.48 |
| HSL | 292.97º | 0.73% | 0.3% | - |
| HSV(B) | 292.97º | 0.84% | 0.52% | - |
| XYZ | 12.04 | 6.12 | 22.38 | - |
| YUV | 62.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 21 | 132 | 0.10 | 0.84 | 0 | 0.48 | 292.97 | 0.73 | 0.3 |
| Hex | 77 | 15 | 84 | A | 54 | 0 | 30 | 125 | 49 | 1E |
| Octal | 167 | 25 | 204 | 12 | 124 | 0 | 60 | 445 | 111 | 36 |
| Binary | 1110111 | 10101 | 10000100 | 1010 | 1010100 | 0 | 110000 | 100100101 | 1001001 | 11110 |
Color Harmonies of #771584
Complementary color
Monochromatic Colors of #771584
Black with #771584
Text Example
Text Example
White with #771584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771584; }
p { color: rgb(119,21,132); }
H1.HeaderClassName
{
color: #771584;
}
.AnyTagClassName
{
color: #771584;
}
</style>
background-color css
<style>
a { background-color: #771584; }
a { background-color: rgb(119,21,132); }
div.DivClassName
{
background-color: #771584;
}
.BgClassName
{
background-color: #771584;
}
</style>
border-color css
<style>
span { border-color: #771584; }
span { border-color: rgb(119,21,132); }
td.TdClassName
{
border-color: #771584;
}
.TagClassName
{
border-color: #771584;
}
</style>