Shades of Purple #781989
Tints of Purple #781989
RGB
CMYK
RGB Variations
Color information
#781989 (or 0x781989) is known color: Purple. HEX triplet: 78, 19 and 89. RGB value is (120,25,137). Sum of RGB (Red+Green+Blue) = 120+25+137=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #781989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781989 is #87E676. Grayscale: #414141. Windows color (decimal): -8906359 or 8984952. OLE color: 8984952.
HSL color Cylindrical-coordinate representation of color #781989: hue angle of 290.89º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781989 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 25 | 137 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.46 |
| HSL | 290.89º | 0.69% | 0.32% | - |
| HSV(B) | 290.89º | 0.82% | 0.54% | - |
| XYZ | 12.61 | 6.49 | 24.26 | - |
| YUV | 66.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 137 | 0.12 | 0.82 | 0 | 0.46 | 290.89 | 0.69 | 0.32 |
| Hex | 78 | 19 | 89 | C | 52 | 0 | 2E | 123 | 45 | 20 |
| Octal | 170 | 31 | 211 | 14 | 122 | 0 | 56 | 443 | 105 | 40 |
| Binary | 1111000 | 11001 | 10001001 | 1100 | 1010010 | 0 | 101110 | 100100011 | 1000101 | 100000 |
Color Harmonies of #781989
Complementary color
Monochromatic Colors of #781989
Black with #781989
Text Example
Text Example
White with #781989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781989; }
p { color: rgb(120,25,137); }
H1.HeaderClassName
{
color: #781989;
}
.AnyTagClassName
{
color: #781989;
}
</style>
background-color css
<style>
a { background-color: #781989; }
a { background-color: rgb(120,25,137); }
div.DivClassName
{
background-color: #781989;
}
.BgClassName
{
background-color: #781989;
}
</style>
border-color css
<style>
span { border-color: #781989; }
span { border-color: rgb(120,25,137); }
td.TdClassName
{
border-color: #781989;
}
.TagClassName
{
border-color: #781989;
}
</style>