Shades of Purple #781391
Tints of Purple #781391
RGB
CMYK
RGB Variations
Color information
#781391 (or 0x781391) is known color: Purple. HEX triplet: 78, 13 and 91. RGB value is (120,19,145). Sum of RGB (Red+Green+Blue) = 120+19+145=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #781391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781391 is #87EC6E. Grayscale: #3F3F3F. Windows color (decimal): -8907887 or 9507704. OLE color: 9507704.
HSL color Cylindrical-coordinate representation of color #781391: hue angle of 288.1º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781391 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 19 | 145 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.43 |
| HSL | 288.1º | 0.77% | 0.32% | - |
| HSV(B) | 288.1º | 0.87% | 0.57% | - |
| XYZ | 13.09 | 6.5 | 27.35 | - |
| YUV | 63.56 | 173.96 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 145 | 0.17 | 0.87 | 0 | 0.43 | 288.1 | 0.77 | 0.32 |
| Hex | 78 | 13 | 91 | 11 | 57 | 0 | 2B | 120 | 4D | 20 |
| Octal | 170 | 23 | 221 | 21 | 127 | 0 | 53 | 440 | 115 | 40 |
| Binary | 1111000 | 10011 | 10010001 | 10001 | 1010111 | 0 | 101011 | 100100000 | 1001101 | 100000 |
Color Harmonies of #781391
Complementary color
Monochromatic Colors of #781391
Black with #781391
Text Example
Text Example
White with #781391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781391; }
p { color: rgb(120,19,145); }
H1.HeaderClassName
{
color: #781391;
}
.AnyTagClassName
{
color: #781391;
}
</style>
background-color css
<style>
a { background-color: #781391; }
a { background-color: rgb(120,19,145); }
div.DivClassName
{
background-color: #781391;
}
.BgClassName
{
background-color: #781391;
}
</style>
border-color css
<style>
span { border-color: #781391; }
span { border-color: rgb(120,19,145); }
td.TdClassName
{
border-color: #781391;
}
.TagClassName
{
border-color: #781391;
}
</style>