Shades of Purple #780A86
Tints of Purple #780A86
RGB
CMYK
RGB Variations
Color information
#780A86 (or 0x780A86) is known color: Purple. HEX triplet: 78, 0A and 86. RGB value is (120,10,134). Sum of RGB (Red+Green+Blue) = 120+10+134=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #780A86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780A86 is #87F579. Grayscale: #383838. Windows color (decimal): -8910202 or 8784504. OLE color: 8784504.
HSL color Cylindrical-coordinate representation of color #780A86: hue angle of 293.23º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780A86 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 10 | 134 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.47 |
| HSL | 293.23º | 0.86% | 0.28% | - |
| HSV(B) | 293.23º | 0.93% | 0.53% | - |
| XYZ | 12.16 | 5.93 | 23.06 | - |
| YUV | 57.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 134 | 0.10 | 0.93 | 0 | 0.47 | 293.23 | 0.86 | 0.28 |
| Hex | 78 | A | 86 | A | 5D | 0 | 2F | 125 | 56 | 1C |
| Octal | 170 | 12 | 206 | 12 | 135 | 0 | 57 | 445 | 126 | 34 |
| Binary | 1111000 | 1010 | 10000110 | 1010 | 1011101 | 0 | 101111 | 100100101 | 1010110 | 11100 |
Color Harmonies of #780A86
Complementary color
Monochromatic Colors of #780A86
Black with #780A86
Text Example
Text Example
White with #780A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A86; }
p { color: rgb(120,10,134); }
H1.HeaderClassName
{
color: #780A86;
}
.AnyTagClassName
{
color: #780A86;
}
</style>
background-color css
<style>
a { background-color: #780A86; }
a { background-color: rgb(120,10,134); }
div.DivClassName
{
background-color: #780A86;
}
.BgClassName
{
background-color: #780A86;
}
</style>
border-color css
<style>
span { border-color: #780A86; }
span { border-color: rgb(120,10,134); }
td.TdClassName
{
border-color: #780A86;
}
.TagClassName
{
border-color: #780A86;
}
</style>