Shades of Purple #780A77
Tints of Purple #780A77
RGB
CMYK
RGB Variations
Color information
#780A77 (or 0x780A77) is known color: Purple. HEX triplet: 78, 0A and 77. RGB value is (120,10,119). Sum of RGB (Red+Green+Blue) = 120+10+119=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #780A77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A77 is #87F588. Grayscale: #363636. Windows color (decimal): -8910217 or 7801464. OLE color: 7801464.
HSL color Cylindrical-coordinate representation of color #780A77: hue angle of 300.55º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A77 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 10 | 119 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.53 |
| HSL | 300.55º | 0.85% | 0.25% | - |
| HSV(B) | 300.55º | 0.92% | 0.47% | - |
| XYZ | 11.18 | 5.54 | 17.93 | - |
| YUV | 55.32 | 163.94 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 119 | 0 | 0.92 | 0.01 | 0.53 | 300.55 | 0.85 | 0.25 |
| Hex | 78 | A | 77 | 0 | 5C | 1 | 35 | 12D | 55 | 19 |
| Octal | 170 | 12 | 167 | 0 | 134 | 1 | 65 | 455 | 125 | 31 |
| Binary | 1111000 | 1010 | 1110111 | 0 | 1011100 | 1 | 110101 | 100101101 | 1010101 | 11001 |
Color Harmonies of #780A77
Complementary color
Monochromatic Colors of #780A77
Black with #780A77
Text Example
Text Example
White with #780A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A77; }
p { color: rgb(120,10,119); }
H1.HeaderClassName
{
color: #780A77;
}
.AnyTagClassName
{
color: #780A77;
}
</style>
background-color css
<style>
a { background-color: #780A77; }
a { background-color: rgb(120,10,119); }
div.DivClassName
{
background-color: #780A77;
}
.BgClassName
{
background-color: #780A77;
}
</style>
border-color css
<style>
span { border-color: #780A77; }
span { border-color: rgb(120,10,119); }
td.TdClassName
{
border-color: #780A77;
}
.TagClassName
{
border-color: #780A77;
}
</style>