Shades of Purple #781077
Tints of Purple #781077
RGB
CMYK
RGB Variations
Color information
#781077 (or 0x781077) is known color: Purple. HEX triplet: 78, 10 and 77. RGB value is (120,16,119). Sum of RGB (Red+Green+Blue) = 120+16+119=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #781077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781077 is #87EF88. Grayscale: #3A3A3A. Windows color (decimal): -8908681 or 7803000. OLE color: 7803000.
HSL color Cylindrical-coordinate representation of color #781077: hue angle of 300.58º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781077 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 16 | 119 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.53 |
| HSL | 300.58º | 0.76% | 0.27% | - |
| HSV(B) | 300.58º | 0.87% | 0.47% | - |
| XYZ | 11.26 | 5.7 | 17.96 | - |
| YUV | 58.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 119 | 0 | 0.87 | 0.01 | 0.53 | 300.58 | 0.76 | 0.27 |
| Hex | 78 | 10 | 77 | 0 | 57 | 1 | 35 | 12D | 4C | 1B |
| Octal | 170 | 20 | 167 | 0 | 127 | 1 | 65 | 455 | 114 | 33 |
| Binary | 1111000 | 10000 | 1110111 | 0 | 1010111 | 1 | 110101 | 100101101 | 1001100 | 11011 |
Color Harmonies of #781077
Complementary color
Monochromatic Colors of #781077
Black with #781077
Text Example
Text Example
White with #781077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781077; }
p { color: rgb(120,16,119); }
H1.HeaderClassName
{
color: #781077;
}
.AnyTagClassName
{
color: #781077;
}
</style>
background-color css
<style>
a { background-color: #781077; }
a { background-color: rgb(120,16,119); }
div.DivClassName
{
background-color: #781077;
}
.BgClassName
{
background-color: #781077;
}
</style>
border-color css
<style>
span { border-color: #781077; }
span { border-color: rgb(120,16,119); }
td.TdClassName
{
border-color: #781077;
}
.TagClassName
{
border-color: #781077;
}
</style>