Shades of Tyrian Purple #780054
Tints of Tyrian Purple #780054
RGB
CMYK
RGB Variations
Color information
#780054 (or 0x780054) is known color: Tyrian Purple. HEX triplet: 78, 00 and 54. RGB value is (120,0,84). Sum of RGB (Red+Green+Blue) = 120+0+84=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #780054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780054 is #87FFAB. Grayscale: #2D2D2D. Windows color (decimal): -8912812 or 5505144. OLE color: 5505144.
HSL color Cylindrical-coordinate representation of color #780054: hue angle of 318º 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 #780054 is Cyan = 0, Magento = 1, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.3 | 0.53 |
| HSL | 318º | 1% | 0.24% | - |
| HSV(B) | 318º | 1% | 0.47% | - |
| XYZ | 9.35 | 4.63 | 8.79 | - |
| YUV | 45.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 84 | 0 | 1 | 0.3 | 0.53 | 318 | 1 | 0.24 |
| Hex | 78 | 0 | 54 | 0 | 64 | 1E | 35 | 13E | 64 | 18 |
| Octal | 170 | 0 | 124 | 0 | 144 | 36 | 65 | 476 | 144 | 30 |
| Binary | 1111000 | 0 | 1010100 | 0 | 1100100 | 11110 | 110101 | 100111110 | 1100100 | 11000 |
Color Harmonies of #780054
Complementary color
Monochromatic Colors of #780054
Black with #780054
Text Example
Text Example
White with #780054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780054; }
p { color: rgb(120,0,84); }
H1.HeaderClassName
{
color: #780054;
}
.AnyTagClassName
{
color: #780054;
}
</style>
background-color css
<style>
a { background-color: #780054; }
a { background-color: rgb(120,0,84); }
div.DivClassName
{
background-color: #780054;
}
.BgClassName
{
background-color: #780054;
}
</style>
border-color css
<style>
span { border-color: #780054; }
span { border-color: rgb(120,0,84); }
td.TdClassName
{
border-color: #780054;
}
.TagClassName
{
border-color: #780054;
}
</style>