Shades of Purple #780877
Tints of Purple #780877
RGB
CMYK
RGB Variations
Color information
#780877 (or 0x780877) is known color: Purple. HEX triplet: 78, 08 and 77. RGB value is (120,8,119). Sum of RGB (Red+Green+Blue) = 120+8+119=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #780877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780877 is #87F788. Grayscale: #353535. Windows color (decimal): -8910729 or 7800952. OLE color: 7800952.
HSL color Cylindrical-coordinate representation of color #780877: hue angle of 300.54º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780877 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 119 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.53 |
| HSL | 300.54º | 0.88% | 0.25% | - |
| HSV(B) | 300.54º | 0.93% | 0.47% | - |
| XYZ | 11.16 | 5.5 | 17.93 | - |
| YUV | 54.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 119 | 0 | 0.93 | 0.01 | 0.53 | 300.54 | 0.88 | 0.25 |
| Hex | 78 | 8 | 77 | 0 | 5D | 1 | 35 | 12D | 58 | 19 |
| Octal | 170 | 10 | 167 | 0 | 135 | 1 | 65 | 455 | 130 | 31 |
| Binary | 1111000 | 1000 | 1110111 | 0 | 1011101 | 1 | 110101 | 100101101 | 1011000 | 11001 |
Color Harmonies of #780877
Complementary color
Monochromatic Colors of #780877
Black with #780877
Text Example
Text Example
White with #780877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780877; }
p { color: rgb(120,8,119); }
H1.HeaderClassName
{
color: #780877;
}
.AnyTagClassName
{
color: #780877;
}
</style>
background-color css
<style>
a { background-color: #780877; }
a { background-color: rgb(120,8,119); }
div.DivClassName
{
background-color: #780877;
}
.BgClassName
{
background-color: #780877;
}
</style>
border-color css
<style>
span { border-color: #780877; }
span { border-color: rgb(120,8,119); }
td.TdClassName
{
border-color: #780877;
}
.TagClassName
{
border-color: #780877;
}
</style>