Shades of Tyrian Purple #780053
Tints of Tyrian Purple #780053
RGB
CMYK
RGB Variations
Color information
#780053 (or 0x780053) is known color: Tyrian Purple. HEX triplet: 78, 00 and 53. RGB value is (120,0,83). Sum of RGB (Red+Green+Blue) = 120+0+83=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #780053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780053 is #87FFAC. Grayscale: #2D2D2D. Windows color (decimal): -8912813 or 5439608. OLE color: 5439608.
HSL color Cylindrical-coordinate representation of color #780053: hue angle of 318.5º 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 #780053 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.31 | 0.53 |
| HSL | 318.5º | 1% | 0.24% | - |
| HSV(B) | 318.5º | 1% | 0.47% | - |
| XYZ | 9.31 | 4.62 | 8.58 | - |
| YUV | 45.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 83 | 0 | 1 | 0.31 | 0.53 | 318.5 | 1 | 0.24 |
| Hex | 78 | 0 | 53 | 0 | 64 | 1F | 35 | 13E | 64 | 18 |
| Octal | 170 | 0 | 123 | 0 | 144 | 37 | 65 | 476 | 144 | 30 |
| Binary | 1111000 | 0 | 1010011 | 0 | 1100100 | 11111 | 110101 | 100111110 | 1100100 | 11000 |
Color Harmonies of #780053
Complementary color
Monochromatic Colors of #780053
Black with #780053
Text Example
Text Example
White with #780053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780053; }
p { color: rgb(120,0,83); }
H1.HeaderClassName
{
color: #780053;
}
.AnyTagClassName
{
color: #780053;
}
</style>
background-color css
<style>
a { background-color: #780053; }
a { background-color: rgb(120,0,83); }
div.DivClassName
{
background-color: #780053;
}
.BgClassName
{
background-color: #780053;
}
</style>
border-color css
<style>
span { border-color: #780053; }
span { border-color: rgb(120,0,83); }
td.TdClassName
{
border-color: #780053;
}
.TagClassName
{
border-color: #780053;
}
</style>