Shades of Tyrian Purple #78054D
Tints of Tyrian Purple #78054D
RGB
CMYK
RGB Variations
Color information
#78054D (or 0x78054D) is known color: Tyrian Purple. HEX triplet: 78, 05 and 4D. RGB value is (120,5,77). Sum of RGB (Red+Green+Blue) = 120+5+77=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #78054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78054D is #87FAB2. Grayscale: #2F2F2F. Windows color (decimal): -8911539 or 5047672. OLE color: 5047672.
HSL color Cylindrical-coordinate representation of color #78054D: hue angle of 322.43º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78054D is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 77 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.53 |
| HSL | 322.43º | 0.92% | 0.25% | - |
| HSV(B) | 322.43º | 0.96% | 0.47% | - |
| XYZ | 9.14 | 4.64 | 7.43 | - |
| YUV | 47.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 77 | 0 | 0.96 | 0.36 | 0.53 | 322.43 | 0.92 | 0.25 |
| Hex | 78 | 5 | 4D | 0 | 60 | 24 | 35 | 142 | 5C | 19 |
| Octal | 170 | 5 | 115 | 0 | 140 | 44 | 65 | 502 | 134 | 31 |
| Binary | 1111000 | 101 | 1001101 | 0 | 1100000 | 100100 | 110101 | 101000010 | 1011100 | 11001 |
Color Harmonies of #78054D
Complementary color
Monochromatic Colors of #78054D
Black with #78054D
Text Example
Text Example
White with #78054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78054D; }
p { color: rgb(120,5,77); }
H1.HeaderClassName
{
color: #78054D;
}
.AnyTagClassName
{
color: #78054D;
}
</style>
background-color css
<style>
a { background-color: #78054D; }
a { background-color: rgb(120,5,77); }
div.DivClassName
{
background-color: #78054D;
}
.BgClassName
{
background-color: #78054D;
}
</style>
border-color css
<style>
span { border-color: #78054D; }
span { border-color: rgb(120,5,77); }
td.TdClassName
{
border-color: #78054D;
}
.TagClassName
{
border-color: #78054D;
}
</style>