Shades of Purple #781690
Tints of Purple #781690
RGB
CMYK
RGB Variations
Color information
#781690 (or 0x781690) is known color: Purple. HEX triplet: 78, 16 and 90. RGB value is (120,22,144). Sum of RGB (Red+Green+Blue) = 120+22+144=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #781690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781690 is #87E96F. Grayscale: #404040. Windows color (decimal): -8907120 or 9442936. OLE color: 9442936.
HSL color Cylindrical-coordinate representation of color #781690: hue angle of 288.2º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781690 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 22 | 144 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.44 |
| HSL | 288.2º | 0.73% | 0.33% | - |
| HSV(B) | 288.2º | 0.85% | 0.56% | - |
| XYZ | 13.07 | 6.58 | 26.97 | - |
| YUV | 65.21 | 172.47 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 144 | 0.17 | 0.85 | 0 | 0.44 | 288.2 | 0.73 | 0.33 |
| Hex | 78 | 16 | 90 | 11 | 55 | 0 | 2C | 120 | 49 | 21 |
| Octal | 170 | 26 | 220 | 21 | 125 | 0 | 54 | 440 | 111 | 41 |
| Binary | 1111000 | 10110 | 10010000 | 10001 | 1010101 | 0 | 101100 | 100100000 | 1001001 | 100001 |
Color Harmonies of #781690
Complementary color
Monochromatic Colors of #781690
Black with #781690
Text Example
Text Example
White with #781690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781690; }
p { color: rgb(120,22,144); }
H1.HeaderClassName
{
color: #781690;
}
.AnyTagClassName
{
color: #781690;
}
</style>
background-color css
<style>
a { background-color: #781690; }
a { background-color: rgb(120,22,144); }
div.DivClassName
{
background-color: #781690;
}
.BgClassName
{
background-color: #781690;
}
</style>
border-color css
<style>
span { border-color: #781690; }
span { border-color: rgb(120,22,144); }
td.TdClassName
{
border-color: #781690;
}
.TagClassName
{
border-color: #781690;
}
</style>