Shades of Purple #781091
Tints of Purple #781091
RGB
CMYK
RGB Variations
Color information
#781091 (or 0x781091) is known color: Purple. HEX triplet: 78, 10 and 91. RGB value is (120,16,145). Sum of RGB (Red+Green+Blue) = 120+16+145=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #781091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781091 is #87EF6E. Grayscale: #3D3D3D. Windows color (decimal): -8908655 or 9506936. OLE color: 9506936.
HSL color Cylindrical-coordinate representation of color #781091: hue angle of 288.37º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781091 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 16 | 145 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.43 |
| HSL | 288.37º | 0.8% | 0.32% | - |
| HSV(B) | 288.37º | 0.89% | 0.57% | - |
| XYZ | 13.04 | 6.41 | 27.34 | - |
| YUV | 61.8 | 174.96 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 145 | 0.17 | 0.89 | 0 | 0.43 | 288.37 | 0.8 | 0.32 |
| Hex | 78 | 10 | 91 | 11 | 59 | 0 | 2B | 120 | 50 | 20 |
| Octal | 170 | 20 | 221 | 21 | 131 | 0 | 53 | 440 | 120 | 40 |
| Binary | 1111000 | 10000 | 10010001 | 10001 | 1011001 | 0 | 101011 | 100100000 | 1010000 | 100000 |
Color Harmonies of #781091
Complementary color
Monochromatic Colors of #781091
Black with #781091
Text Example
Text Example
White with #781091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781091; }
p { color: rgb(120,16,145); }
H1.HeaderClassName
{
color: #781091;
}
.AnyTagClassName
{
color: #781091;
}
</style>
background-color css
<style>
a { background-color: #781091; }
a { background-color: rgb(120,16,145); }
div.DivClassName
{
background-color: #781091;
}
.BgClassName
{
background-color: #781091;
}
</style>
border-color css
<style>
span { border-color: #781091; }
span { border-color: rgb(120,16,145); }
td.TdClassName
{
border-color: #781091;
}
.TagClassName
{
border-color: #781091;
}
</style>