Shades of Purple #780789
Tints of Purple #780789
RGB
CMYK
RGB Variations
Color information
#780789 (or 0x780789) is known color: Purple. HEX triplet: 78, 07 and 89. RGB value is (120,7,137). Sum of RGB (Red+Green+Blue) = 120+7+137=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #780789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780789 is #87F876. Grayscale: #373737. Windows color (decimal): -8910967 or 8980344. OLE color: 8980344.
HSL color Cylindrical-coordinate representation of color #780789: hue angle of 292.15º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780789 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 7 | 137 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.46 |
| HSL | 292.15º | 0.9% | 0.28% | - |
| HSV(B) | 292.15º | 0.95% | 0.54% | - |
| XYZ | 12.34 | 5.95 | 24.17 | - |
| YUV | 55.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 137 | 0.12 | 0.95 | 0 | 0.46 | 292.15 | 0.9 | 0.28 |
| Hex | 78 | 7 | 89 | C | 5F | 0 | 2E | 124 | 5A | 1C |
| Octal | 170 | 7 | 211 | 14 | 137 | 0 | 56 | 444 | 132 | 34 |
| Binary | 1111000 | 111 | 10001001 | 1100 | 1011111 | 0 | 101110 | 100100100 | 1011010 | 11100 |
Color Harmonies of #780789
Complementary color
Monochromatic Colors of #780789
Black with #780789
Text Example
Text Example
White with #780789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780789; }
p { color: rgb(120,7,137); }
H1.HeaderClassName
{
color: #780789;
}
.AnyTagClassName
{
color: #780789;
}
</style>
background-color css
<style>
a { background-color: #780789; }
a { background-color: rgb(120,7,137); }
div.DivClassName
{
background-color: #780789;
}
.BgClassName
{
background-color: #780789;
}
</style>
border-color css
<style>
span { border-color: #780789; }
span { border-color: rgb(120,7,137); }
td.TdClassName
{
border-color: #780789;
}
.TagClassName
{
border-color: #780789;
}
</style>