Shades of Tyrian Purple #780740
Tints of Tyrian Purple #780740
RGB
CMYK
RGB Variations
Color information
#780740 (or 0x780740) is known color: Tyrian Purple. HEX triplet: 78, 07 and 40. RGB value is (120,7,64). Sum of RGB (Red+Green+Blue) = 120+7+64=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #780740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780740 is #87F8BF. Grayscale: #2F2F2F. Windows color (decimal): -8911040 or 4196216. OLE color: 4196216.
HSL color Cylindrical-coordinate representation of color #780740: hue angle of 329.73º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780740 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 64 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.53 |
| HSL | 329.73º | 0.89% | 0.25% | - |
| HSV(B) | 329.73º | 0.94% | 0.47% | - |
| XYZ | 8.75 | 4.52 | 5.26 | - |
| YUV | 47.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 64 | 0 | 0.94 | 0.47 | 0.53 | 329.73 | 0.89 | 0.25 |
| Hex | 78 | 7 | 40 | 0 | 5E | 2F | 35 | 14A | 59 | 19 |
| Octal | 170 | 7 | 100 | 0 | 136 | 57 | 65 | 512 | 131 | 31 |
| Binary | 1111000 | 111 | 1000000 | 0 | 1011110 | 101111 | 110101 | 101001010 | 1011001 | 11001 |
Color Harmonies of #780740
Complementary color
Monochromatic Colors of #780740
Black with #780740
Text Example
Text Example
White with #780740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780740; }
p { color: rgb(120,7,64); }
H1.HeaderClassName
{
color: #780740;
}
.AnyTagClassName
{
color: #780740;
}
</style>
background-color css
<style>
a { background-color: #780740; }
a { background-color: rgb(120,7,64); }
div.DivClassName
{
background-color: #780740;
}
.BgClassName
{
background-color: #780740;
}
</style>
border-color css
<style>
span { border-color: #780740; }
span { border-color: rgb(120,7,64); }
td.TdClassName
{
border-color: #780740;
}
.TagClassName
{
border-color: #780740;
}
</style>