Shades of Purple #780884
Tints of Purple #780884
RGB
CMYK
RGB Variations
Color information
#780884 (or 0x780884) is known color: Purple. HEX triplet: 78, 08 and 84. RGB value is (120,8,132). Sum of RGB (Red+Green+Blue) = 120+8+132=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #780884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780884 is #87F77B. Grayscale: #373737. Windows color (decimal): -8910716 or 8652920. OLE color: 8652920.
HSL color Cylindrical-coordinate representation of color #780884: hue angle of 294.19º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780884 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 8 | 132 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.48 |
| HSL | 294.19º | 0.89% | 0.27% | - |
| HSV(B) | 294.19º | 0.94% | 0.52% | - |
| XYZ | 12 | 5.83 | 22.32 | - |
| YUV | 55.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 132 | 0.09 | 0.94 | 0 | 0.48 | 294.19 | 0.89 | 0.27 |
| Hex | 78 | 8 | 84 | 9 | 5E | 0 | 30 | 126 | 59 | 1B |
| Octal | 170 | 10 | 204 | 11 | 136 | 0 | 60 | 446 | 131 | 33 |
| Binary | 1111000 | 1000 | 10000100 | 1001 | 1011110 | 0 | 110000 | 100100110 | 1011001 | 11011 |
Color Harmonies of #780884
Complementary color
Monochromatic Colors of #780884
Black with #780884
Text Example
Text Example
White with #780884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780884; }
p { color: rgb(120,8,132); }
H1.HeaderClassName
{
color: #780884;
}
.AnyTagClassName
{
color: #780884;
}
</style>
background-color css
<style>
a { background-color: #780884; }
a { background-color: rgb(120,8,132); }
div.DivClassName
{
background-color: #780884;
}
.BgClassName
{
background-color: #780884;
}
</style>
border-color css
<style>
span { border-color: #780884; }
span { border-color: rgb(120,8,132); }
td.TdClassName
{
border-color: #780884;
}
.TagClassName
{
border-color: #780884;
}
</style>