Shades of Tyrian Purple #780545
Tints of Tyrian Purple #780545
RGB
CMYK
RGB Variations
Color information
#780545 (or 0x780545) is known color: Tyrian Purple. HEX triplet: 78, 05 and 45. RGB value is (120,5,69). Sum of RGB (Red+Green+Blue) = 120+5+69=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #780545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780545 is #87FABA. Grayscale: #2E2E2E. Windows color (decimal): -8911547 or 4523384. OLE color: 4523384.
HSL color Cylindrical-coordinate representation of color #780545: hue angle of 326.61º 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 #780545 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 69 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.53 |
| HSL | 326.61º | 0.92% | 0.25% | - |
| HSV(B) | 326.61º | 0.96% | 0.47% | - |
| XYZ | 8.87 | 4.53 | 6.04 | - |
| YUV | 46.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 69 | 0 | 0.96 | 0.42 | 0.53 | 326.61 | 0.92 | 0.25 |
| Hex | 78 | 5 | 45 | 0 | 60 | 2A | 35 | 147 | 5C | 19 |
| Octal | 170 | 5 | 105 | 0 | 140 | 52 | 65 | 507 | 134 | 31 |
| Binary | 1111000 | 101 | 1000101 | 0 | 1100000 | 101010 | 110101 | 101000111 | 1011100 | 11001 |
Color Harmonies of #780545
Complementary color
Monochromatic Colors of #780545
Black with #780545
Text Example
Text Example
White with #780545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780545; }
p { color: rgb(120,5,69); }
H1.HeaderClassName
{
color: #780545;
}
.AnyTagClassName
{
color: #780545;
}
</style>
background-color css
<style>
a { background-color: #780545; }
a { background-color: rgb(120,5,69); }
div.DivClassName
{
background-color: #780545;
}
.BgClassName
{
background-color: #780545;
}
</style>
border-color css
<style>
span { border-color: #780545; }
span { border-color: rgb(120,5,69); }
td.TdClassName
{
border-color: #780545;
}
.TagClassName
{
border-color: #780545;
}
</style>