Shades of Purple #771384
Tints of Purple #771384
RGB
CMYK
RGB Variations
Color information
#771384 (or 0x771384) is known color: Purple. HEX triplet: 77, 13 and 84. RGB value is (119,19,132). Sum of RGB (Red+Green+Blue) = 119+19+132=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #771384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771384 is #88EC7B. Grayscale: #3D3D3D. Windows color (decimal): -8973436 or 8655735. OLE color: 8655735.
HSL color Cylindrical-coordinate representation of color #771384: hue angle of 293.1º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771384 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 19 | 132 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.48 |
| HSL | 293.1º | 0.75% | 0.3% | - |
| HSV(B) | 293.1º | 0.86% | 0.52% | - |
| XYZ | 12.01 | 6.05 | 22.37 | - |
| YUV | 61.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 132 | 0.10 | 0.86 | 0 | 0.48 | 293.1 | 0.75 | 0.3 |
| Hex | 77 | 13 | 84 | A | 56 | 0 | 30 | 125 | 4B | 1E |
| Octal | 167 | 23 | 204 | 12 | 126 | 0 | 60 | 445 | 113 | 36 |
| Binary | 1110111 | 10011 | 10000100 | 1010 | 1010110 | 0 | 110000 | 100100101 | 1001011 | 11110 |
Color Harmonies of #771384
Complementary color
Monochromatic Colors of #771384
Black with #771384
Text Example
Text Example
White with #771384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771384; }
p { color: rgb(119,19,132); }
H1.HeaderClassName
{
color: #771384;
}
.AnyTagClassName
{
color: #771384;
}
</style>
background-color css
<style>
a { background-color: #771384; }
a { background-color: rgb(119,19,132); }
div.DivClassName
{
background-color: #771384;
}
.BgClassName
{
background-color: #771384;
}
</style>
border-color css
<style>
span { border-color: #771384; }
span { border-color: rgb(119,19,132); }
td.TdClassName
{
border-color: #771384;
}
.TagClassName
{
border-color: #771384;
}
</style>