Shades of Tyrian Purple #780959
Tints of Tyrian Purple #780959
RGB
CMYK
RGB Variations
Color information
#780959 (or 0x780959) is known color: Tyrian Purple. HEX triplet: 78, 09 and 59. RGB value is (120,9,89). Sum of RGB (Red+Green+Blue) = 120+9+89=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #780959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780959 is #87F6A6. Grayscale: #333333. Windows color (decimal): -8910503 or 5835128. OLE color: 5835128.
HSL color Cylindrical-coordinate representation of color #780959: hue angle of 316.76º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780959 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 89 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.53 |
| HSL | 316.76º | 0.86% | 0.25% | - |
| HSV(B) | 316.76º | 0.93% | 0.47% | - |
| XYZ | 9.65 | 4.91 | 9.89 | - |
| YUV | 51.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 89 | 0 | 0.92 | 0.26 | 0.53 | 316.76 | 0.86 | 0.25 |
| Hex | 78 | 9 | 59 | 0 | 5C | 1A | 35 | 13D | 56 | 19 |
| Octal | 170 | 11 | 131 | 0 | 134 | 32 | 65 | 475 | 126 | 31 |
| Binary | 1111000 | 1001 | 1011001 | 0 | 1011100 | 11010 | 110101 | 100111101 | 1010110 | 11001 |
Color Harmonies of #780959
Complementary color
Monochromatic Colors of #780959
Black with #780959
Text Example
Text Example
White with #780959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780959; }
p { color: rgb(120,9,89); }
H1.HeaderClassName
{
color: #780959;
}
.AnyTagClassName
{
color: #780959;
}
</style>
background-color css
<style>
a { background-color: #780959; }
a { background-color: rgb(120,9,89); }
div.DivClassName
{
background-color: #780959;
}
.BgClassName
{
background-color: #780959;
}
</style>
border-color css
<style>
span { border-color: #780959; }
span { border-color: rgb(120,9,89); }
td.TdClassName
{
border-color: #780959;
}
.TagClassName
{
border-color: #780959;
}
</style>