Shades of Purple #781590
Tints of Purple #781590
RGB
CMYK
RGB Variations
Color information
#781590 (or 0x781590) is known color: Purple. HEX triplet: 78, 15 and 90. RGB value is (120,21,144). Sum of RGB (Red+Green+Blue) = 120+21+144=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #781590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781590 is #87EA6F. Grayscale: #404040. Windows color (decimal): -8907376 or 9442680. OLE color: 9442680.
HSL color Cylindrical-coordinate representation of color #781590: hue angle of 288.29º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781590 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 21 | 144 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.44 |
| HSL | 288.29º | 0.75% | 0.32% | - |
| HSV(B) | 288.29º | 0.85% | 0.56% | - |
| XYZ | 13.05 | 6.54 | 26.96 | - |
| YUV | 64.62 | 172.8 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 144 | 0.17 | 0.85 | 0 | 0.44 | 288.29 | 0.75 | 0.32 |
| Hex | 78 | 15 | 90 | 11 | 55 | 0 | 2C | 120 | 4B | 20 |
| Octal | 170 | 25 | 220 | 21 | 125 | 0 | 54 | 440 | 113 | 40 |
| Binary | 1111000 | 10101 | 10010000 | 10001 | 1010101 | 0 | 101100 | 100100000 | 1001011 | 100000 |
Color Harmonies of #781590
Complementary color
Monochromatic Colors of #781590
Black with #781590
Text Example
Text Example
White with #781590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781590; }
p { color: rgb(120,21,144); }
H1.HeaderClassName
{
color: #781590;
}
.AnyTagClassName
{
color: #781590;
}
</style>
background-color css
<style>
a { background-color: #781590; }
a { background-color: rgb(120,21,144); }
div.DivClassName
{
background-color: #781590;
}
.BgClassName
{
background-color: #781590;
}
</style>
border-color css
<style>
span { border-color: #781590; }
span { border-color: rgb(120,21,144); }
td.TdClassName
{
border-color: #781590;
}
.TagClassName
{
border-color: #781590;
}
</style>