Shades of Purple #780A89
Tints of Purple #780A89
RGB
CMYK
RGB Variations
Color information
#780A89 (or 0x780A89) is known color: Purple. HEX triplet: 78, 0A and 89. RGB value is (120,10,137). Sum of RGB (Red+Green+Blue) = 120+10+137=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #780A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780A89 is #87F576. Grayscale: #383838. Windows color (decimal): -8910199 or 8981112. OLE color: 8981112.
HSL color Cylindrical-coordinate representation of color #780A89: hue angle of 291.97º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780A89 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 10 | 137 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.46 |
| HSL | 291.97º | 0.86% | 0.29% | - |
| HSV(B) | 291.97º | 0.93% | 0.54% | - |
| XYZ | 12.37 | 6.02 | 24.18 | - |
| YUV | 57.37 | 172.94 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 137 | 0.12 | 0.93 | 0 | 0.46 | 291.97 | 0.86 | 0.29 |
| Hex | 78 | A | 89 | C | 5D | 0 | 2E | 124 | 56 | 1D |
| Octal | 170 | 12 | 211 | 14 | 135 | 0 | 56 | 444 | 126 | 35 |
| Binary | 1111000 | 1010 | 10001001 | 1100 | 1011101 | 0 | 101110 | 100100100 | 1010110 | 11101 |
Color Harmonies of #780A89
Complementary color
Monochromatic Colors of #780A89
Black with #780A89
Text Example
Text Example
White with #780A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A89; }
p { color: rgb(120,10,137); }
H1.HeaderClassName
{
color: #780A89;
}
.AnyTagClassName
{
color: #780A89;
}
</style>
background-color css
<style>
a { background-color: #780A89; }
a { background-color: rgb(120,10,137); }
div.DivClassName
{
background-color: #780A89;
}
.BgClassName
{
background-color: #780A89;
}
</style>
border-color css
<style>
span { border-color: #780A89; }
span { border-color: rgb(120,10,137); }
td.TdClassName
{
border-color: #780A89;
}
.TagClassName
{
border-color: #780A89;
}
</style>