Shades of Purple #780771
Tints of Purple #780771
RGB
CMYK
RGB Variations
Color information
#780771 (or 0x780771) is known color: Purple. HEX triplet: 78, 07 and 71. RGB value is (120,7,113). Sum of RGB (Red+Green+Blue) = 120+7+113=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #780771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780771 is #87F88E. Grayscale: #343434. Windows color (decimal): -8910991 or 7407480. OLE color: 7407480.
HSL color Cylindrical-coordinate representation of color #780771: hue angle of 303.72º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780771 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 113 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.53 |
| HSL | 303.72º | 0.89% | 0.25% | - |
| HSV(B) | 303.72º | 0.94% | 0.47% | - |
| XYZ | 10.8 | 5.34 | 16.08 | - |
| YUV | 52.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 113 | 0 | 0.94 | 0.06 | 0.53 | 303.72 | 0.89 | 0.25 |
| Hex | 78 | 7 | 71 | 0 | 5E | 6 | 35 | 130 | 59 | 19 |
| Octal | 170 | 7 | 161 | 0 | 136 | 6 | 65 | 460 | 131 | 31 |
| Binary | 1111000 | 111 | 1110001 | 0 | 1011110 | 110 | 110101 | 100110000 | 1011001 | 11001 |
Color Harmonies of #780771
Complementary color
Monochromatic Colors of #780771
Black with #780771
Text Example
Text Example
White with #780771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780771; }
p { color: rgb(120,7,113); }
H1.HeaderClassName
{
color: #780771;
}
.AnyTagClassName
{
color: #780771;
}
</style>
background-color css
<style>
a { background-color: #780771; }
a { background-color: rgb(120,7,113); }
div.DivClassName
{
background-color: #780771;
}
.BgClassName
{
background-color: #780771;
}
</style>
border-color css
<style>
span { border-color: #780771; }
span { border-color: rgb(120,7,113); }
td.TdClassName
{
border-color: #780771;
}
.TagClassName
{
border-color: #780771;
}
</style>