Shades of Purple #780289
Tints of Purple #780289
RGB
CMYK
RGB Variations
Color information
#780289 (or 0x780289) is known color: Purple. HEX triplet: 78, 02 and 89. RGB value is (120,2,137). Sum of RGB (Red+Green+Blue) = 120+2+137=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #780289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780289 is #87FD76. Grayscale: #343434. Windows color (decimal): -8912247 or 8979064. OLE color: 8979064.
HSL color Cylindrical-coordinate representation of color #780289: hue angle of 292.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780289 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 2 | 137 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.46 |
| HSL | 292.44º | 0.97% | 0.27% | - |
| HSV(B) | 292.44º | 0.99% | 0.54% | - |
| XYZ | 12.28 | 5.84 | 24.15 | - |
| YUV | 52.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 137 | 0.12 | 0.99 | 0 | 0.46 | 292.44 | 0.97 | 0.27 |
| Hex | 78 | 2 | 89 | C | 63 | 0 | 2E | 124 | 61 | 1B |
| Octal | 170 | 2 | 211 | 14 | 143 | 0 | 56 | 444 | 141 | 33 |
| Binary | 1111000 | 10 | 10001001 | 1100 | 1100011 | 0 | 101110 | 100100100 | 1100001 | 11011 |
Color Harmonies of #780289
Complementary color
Monochromatic Colors of #780289
Black with #780289
Text Example
Text Example
White with #780289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780289; }
p { color: rgb(120,2,137); }
H1.HeaderClassName
{
color: #780289;
}
.AnyTagClassName
{
color: #780289;
}
</style>
background-color css
<style>
a { background-color: #780289; }
a { background-color: rgb(120,2,137); }
div.DivClassName
{
background-color: #780289;
}
.BgClassName
{
background-color: #780289;
}
</style>
border-color css
<style>
span { border-color: #780289; }
span { border-color: rgb(120,2,137); }
td.TdClassName
{
border-color: #780289;
}
.TagClassName
{
border-color: #780289;
}
</style>