Shades of Tyrian Purple #780040
Tints of Tyrian Purple #780040
RGB
CMYK
RGB Variations
Color information
#780040 (or 0x780040) is known color: Tyrian Purple. HEX triplet: 78, 00 and 40. RGB value is (120,0,64). Sum of RGB (Red+Green+Blue) = 120+0+64=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #780040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780040 is #87FFBF. Grayscale: #2B2B2B. Windows color (decimal): -8912832 or 4194424. OLE color: 4194424.
HSL color Cylindrical-coordinate representation of color #780040: hue angle of 328º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780040 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.47 | 0.53 |
| HSL | 328º | 1% | 0.24% | - |
| HSV(B) | 328º | 1% | 0.47% | - |
| XYZ | 8.67 | 4.36 | 5.24 | - |
| YUV | 43.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 64 | 0 | 1 | 0.47 | 0.53 | 328 | 1 | 0.24 |
| Hex | 78 | 0 | 40 | 0 | 64 | 2F | 35 | 148 | 64 | 18 |
| Octal | 170 | 0 | 100 | 0 | 144 | 57 | 65 | 510 | 144 | 30 |
| Binary | 1111000 | 0 | 1000000 | 0 | 1100100 | 101111 | 110101 | 101001000 | 1100100 | 11000 |
Color Harmonies of #780040
Complementary color
Monochromatic Colors of #780040
Black with #780040
Text Example
Text Example
White with #780040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780040; }
p { color: rgb(120,0,64); }
H1.HeaderClassName
{
color: #780040;
}
.AnyTagClassName
{
color: #780040;
}
</style>
background-color css
<style>
a { background-color: #780040; }
a { background-color: rgb(120,0,64); }
div.DivClassName
{
background-color: #780040;
}
.BgClassName
{
background-color: #780040;
}
</style>
border-color css
<style>
span { border-color: #780040; }
span { border-color: rgb(120,0,64); }
td.TdClassName
{
border-color: #780040;
}
.TagClassName
{
border-color: #780040;
}
</style>