Shades of Purple #780A71
Tints of Purple #780A71
RGB
CMYK
RGB Variations
Color information
#780A71 (or 0x780A71) is known color: Purple. HEX triplet: 78, 0A and 71. RGB value is (120,10,113). Sum of RGB (Red+Green+Blue) = 120+10+113=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #780A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A71 is #87F58E. Grayscale: #363636. Windows color (decimal): -8910223 or 7408248. OLE color: 7408248.
HSL color Cylindrical-coordinate representation of color #780A71: hue angle of 303.82º 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 #780A71 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 10 | 113 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.53 |
| HSL | 303.82º | 0.85% | 0.25% | - |
| HSV(B) | 303.82º | 0.92% | 0.47% | - |
| XYZ | 10.83 | 5.4 | 16.09 | - |
| YUV | 54.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 113 | 0 | 0.92 | 0.06 | 0.53 | 303.82 | 0.85 | 0.25 |
| Hex | 78 | A | 71 | 0 | 5C | 6 | 35 | 130 | 55 | 19 |
| Octal | 170 | 12 | 161 | 0 | 134 | 6 | 65 | 460 | 125 | 31 |
| Binary | 1111000 | 1010 | 1110001 | 0 | 1011100 | 110 | 110101 | 100110000 | 1010101 | 11001 |
Color Harmonies of #780A71
Complementary color
Monochromatic Colors of #780A71
Black with #780A71
Text Example
Text Example
White with #780A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A71; }
p { color: rgb(120,10,113); }
H1.HeaderClassName
{
color: #780A71;
}
.AnyTagClassName
{
color: #780A71;
}
</style>
background-color css
<style>
a { background-color: #780A71; }
a { background-color: rgb(120,10,113); }
div.DivClassName
{
background-color: #780A71;
}
.BgClassName
{
background-color: #780A71;
}
</style>
border-color css
<style>
span { border-color: #780A71; }
span { border-color: rgb(120,10,113); }
td.TdClassName
{
border-color: #780A71;
}
.TagClassName
{
border-color: #780A71;
}
</style>