Shades of Purple #780E80
Tints of Purple #780E80
RGB
CMYK
RGB Variations
Color information
#780E80 (or 0x780E80) is known color: Purple. HEX triplet: 78, 0E and 80. RGB value is (120,14,128). Sum of RGB (Red+Green+Blue) = 120+14+128=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #780E80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780E80 is #87F17F. Grayscale: #3A3A3A. Windows color (decimal): -8909184 or 8392312. OLE color: 8392312.
HSL color Cylindrical-coordinate representation of color #780E80: hue angle of 295.79º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780E80 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 14 | 128 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.50 |
| HSL | 295.79º | 0.8% | 0.28% | - |
| HSV(B) | 295.79º | 0.89% | 0.5% | - |
| XYZ | 11.8 | 5.87 | 20.93 | - |
| YUV | 58.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 14 | 128 | 0.06 | 0.89 | 0 | 0.50 | 295.79 | 0.8 | 0.28 |
| Hex | 78 | E | 80 | 6 | 59 | 0 | 32 | 128 | 50 | 1C |
| Octal | 170 | 16 | 200 | 6 | 131 | 0 | 62 | 450 | 120 | 34 |
| Binary | 1111000 | 1110 | 10000000 | 110 | 1011001 | 0 | 110010 | 100101000 | 1010000 | 11100 |
Color Harmonies of #780E80
Complementary color
Monochromatic Colors of #780E80
Black with #780E80
Text Example
Text Example
White with #780E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780E80; }
p { color: rgb(120,14,128); }
H1.HeaderClassName
{
color: #780E80;
}
.AnyTagClassName
{
color: #780E80;
}
</style>
background-color css
<style>
a { background-color: #780E80; }
a { background-color: rgb(120,14,128); }
div.DivClassName
{
background-color: #780E80;
}
.BgClassName
{
background-color: #780E80;
}
</style>
border-color css
<style>
span { border-color: #780E80; }
span { border-color: rgb(120,14,128); }
td.TdClassName
{
border-color: #780E80;
}
.TagClassName
{
border-color: #780E80;
}
</style>