Shades of Purple #780190
Tints of Purple #780190
RGB
CMYK
RGB Variations
Color information
#780190 (or 0x780190) is known color: Purple. HEX triplet: 78, 01 and 90. RGB value is (120,1,144). Sum of RGB (Red+Green+Blue) = 120+1+144=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #780190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780190 is #87FE6F. Grayscale: #343434. Windows color (decimal): -8912496 or 9437560. OLE color: 9437560.
HSL color Cylindrical-coordinate representation of color #780190: hue angle of 289.93º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780190 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 1 | 144 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.44 |
| HSL | 289.93º | 0.99% | 0.28% | - |
| HSV(B) | 289.93º | 0.99% | 0.56% | - |
| XYZ | 12.79 | 6.03 | 26.88 | - |
| YUV | 52.88 | 179.42 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 144 | 0.17 | 0.99 | 0 | 0.44 | 289.93 | 0.99 | 0.28 |
| Hex | 78 | 1 | 90 | 11 | 63 | 0 | 2C | 122 | 63 | 1C |
| Octal | 170 | 1 | 220 | 21 | 143 | 0 | 54 | 442 | 143 | 34 |
| Binary | 1111000 | 1 | 10010000 | 10001 | 1100011 | 0 | 101100 | 100100010 | 1100011 | 11100 |
Color Harmonies of #780190
Complementary color
Monochromatic Colors of #780190
Black with #780190
Text Example
Text Example
White with #780190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780190; }
p { color: rgb(120,1,144); }
H1.HeaderClassName
{
color: #780190;
}
.AnyTagClassName
{
color: #780190;
}
</style>
background-color css
<style>
a { background-color: #780190; }
a { background-color: rgb(120,1,144); }
div.DivClassName
{
background-color: #780190;
}
.BgClassName
{
background-color: #780190;
}
</style>
border-color css
<style>
span { border-color: #780190; }
span { border-color: rgb(120,1,144); }
td.TdClassName
{
border-color: #780190;
}
.TagClassName
{
border-color: #780190;
}
</style>