Shades of Purple #780880
Tints of Purple #780880
RGB
CMYK
RGB Variations
Color information
#780880 (or 0x780880) is known color: Purple. HEX triplet: 78, 08 and 80. RGB value is (120,8,128). Sum of RGB (Red+Green+Blue) = 120+8+128=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #780880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780880 is #87F77F. Grayscale: #363636. Windows color (decimal): -8910720 or 8390776. OLE color: 8390776.
HSL color Cylindrical-coordinate representation of color #780880: hue angle of 296º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780880 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 8 | 128 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.50 |
| HSL | 296º | 0.88% | 0.27% | - |
| HSV(B) | 296º | 0.94% | 0.5% | - |
| XYZ | 11.73 | 5.73 | 20.91 | - |
| YUV | 55.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 128 | 0.06 | 0.94 | 0 | 0.50 | 296 | 0.88 | 0.27 |
| Hex | 78 | 8 | 80 | 6 | 5E | 0 | 32 | 128 | 58 | 1B |
| Octal | 170 | 10 | 200 | 6 | 136 | 0 | 62 | 450 | 130 | 33 |
| Binary | 1111000 | 1000 | 10000000 | 110 | 1011110 | 0 | 110010 | 100101000 | 1011000 | 11011 |
Color Harmonies of #780880
Complementary color
Monochromatic Colors of #780880
Black with #780880
Text Example
Text Example
White with #780880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780880; }
p { color: rgb(120,8,128); }
H1.HeaderClassName
{
color: #780880;
}
.AnyTagClassName
{
color: #780880;
}
</style>
background-color css
<style>
a { background-color: #780880; }
a { background-color: rgb(120,8,128); }
div.DivClassName
{
background-color: #780880;
}
.BgClassName
{
background-color: #780880;
}
</style>
border-color css
<style>
span { border-color: #780880; }
span { border-color: rgb(120,8,128); }
td.TdClassName
{
border-color: #780880;
}
.TagClassName
{
border-color: #780880;
}
</style>