Shades of Purple #781591
Tints of Purple #781591
RGB
CMYK
RGB Variations
Color information
#781591 (or 0x781591) is known color: Purple. HEX triplet: 78, 15 and 91. RGB value is (120,21,145). Sum of RGB (Red+Green+Blue) = 120+21+145=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #781591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781591 is #87EA6E. Grayscale: #404040. Windows color (decimal): -8907375 or 9508216. OLE color: 9508216.
HSL color Cylindrical-coordinate representation of color #781591: hue angle of 287.9º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781591 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 21 | 145 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.43 |
| HSL | 287.9º | 0.75% | 0.33% | - |
| HSV(B) | 287.9º | 0.86% | 0.57% | - |
| XYZ | 13.12 | 6.57 | 27.37 | - |
| YUV | 64.74 | 173.3 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 145 | 0.17 | 0.86 | 0 | 0.43 | 287.9 | 0.75 | 0.33 |
| Hex | 78 | 15 | 91 | 11 | 56 | 0 | 2B | 120 | 4B | 21 |
| Octal | 170 | 25 | 221 | 21 | 126 | 0 | 53 | 440 | 113 | 41 |
| Binary | 1111000 | 10101 | 10010001 | 10001 | 1010110 | 0 | 101011 | 100100000 | 1001011 | 100001 |
Color Harmonies of #781591
Complementary color
Monochromatic Colors of #781591
Black with #781591
Text Example
Text Example
White with #781591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781591; }
p { color: rgb(120,21,145); }
H1.HeaderClassName
{
color: #781591;
}
.AnyTagClassName
{
color: #781591;
}
</style>
background-color css
<style>
a { background-color: #781591; }
a { background-color: rgb(120,21,145); }
div.DivClassName
{
background-color: #781591;
}
.BgClassName
{
background-color: #781591;
}
</style>
border-color css
<style>
span { border-color: #781591; }
span { border-color: rgb(120,21,145); }
td.TdClassName
{
border-color: #781591;
}
.TagClassName
{
border-color: #781591;
}
</style>