Shades of Purple #780C77
Tints of Purple #780C77
RGB
CMYK
RGB Variations
Color information
#780C77 (or 0x780C77) is known color: Purple. HEX triplet: 78, 0C and 77. RGB value is (120,12,119). Sum of RGB (Red+Green+Blue) = 120+12+119=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #780C77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C77 is #87F388. Grayscale: #383838. Windows color (decimal): -8909705 or 7801976. OLE color: 7801976.
HSL color Cylindrical-coordinate representation of color #780C77: hue angle of 300.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C77 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 119 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.53 |
| HSL | 300.56º | 0.82% | 0.26% | - |
| HSV(B) | 300.56º | 0.9% | 0.47% | - |
| XYZ | 11.21 | 5.59 | 17.94 | - |
| YUV | 56.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 119 | 0 | 0.90 | 0.01 | 0.53 | 300.56 | 0.82 | 0.26 |
| Hex | 78 | C | 77 | 0 | 5A | 1 | 35 | 12D | 52 | 1A |
| Octal | 170 | 14 | 167 | 0 | 132 | 1 | 65 | 455 | 122 | 32 |
| Binary | 1111000 | 1100 | 1110111 | 0 | 1011010 | 1 | 110101 | 100101101 | 1010010 | 11010 |
Color Harmonies of #780C77
Complementary color
Monochromatic Colors of #780C77
Black with #780C77
Text Example
Text Example
White with #780C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C77; }
p { color: rgb(120,12,119); }
H1.HeaderClassName
{
color: #780C77;
}
.AnyTagClassName
{
color: #780C77;
}
</style>
background-color css
<style>
a { background-color: #780C77; }
a { background-color: rgb(120,12,119); }
div.DivClassName
{
background-color: #780C77;
}
.BgClassName
{
background-color: #780C77;
}
</style>
border-color css
<style>
span { border-color: #780C77; }
span { border-color: rgb(120,12,119); }
td.TdClassName
{
border-color: #780C77;
}
.TagClassName
{
border-color: #780C77;
}
</style>