Shades of Tyrian Purple #780555
Tints of Tyrian Purple #780555
RGB
CMYK
RGB Variations
Color information
#780555 (or 0x780555) is known color: Tyrian Purple. HEX triplet: 78, 05 and 55. RGB value is (120,5,85). Sum of RGB (Red+Green+Blue) = 120+5+85=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #780555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780555 is #87FAAA. Grayscale: #303030. Windows color (decimal): -8911531 or 5571960. OLE color: 5571960.
HSL color Cylindrical-coordinate representation of color #780555: hue angle of 318.26º 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 #780555 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 85 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.53 |
| HSL | 318.26º | 0.92% | 0.25% | - |
| HSV(B) | 318.26º | 0.96% | 0.47% | - |
| XYZ | 9.44 | 4.76 | 9.02 | - |
| YUV | 48.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 85 | 0 | 0.96 | 0.29 | 0.53 | 318.26 | 0.92 | 0.25 |
| Hex | 78 | 5 | 55 | 0 | 60 | 1D | 35 | 13E | 5C | 19 |
| Octal | 170 | 5 | 125 | 0 | 140 | 35 | 65 | 476 | 134 | 31 |
| Binary | 1111000 | 101 | 1010101 | 0 | 1100000 | 11101 | 110101 | 100111110 | 1011100 | 11001 |
Color Harmonies of #780555
Complementary color
Monochromatic Colors of #780555
Black with #780555
Text Example
Text Example
White with #780555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780555; }
p { color: rgb(120,5,85); }
H1.HeaderClassName
{
color: #780555;
}
.AnyTagClassName
{
color: #780555;
}
</style>
background-color css
<style>
a { background-color: #780555; }
a { background-color: rgb(120,5,85); }
div.DivClassName
{
background-color: #780555;
}
.BgClassName
{
background-color: #780555;
}
</style>
border-color css
<style>
span { border-color: #780555; }
span { border-color: rgb(120,5,85); }
td.TdClassName
{
border-color: #780555;
}
.TagClassName
{
border-color: #780555;
}
</style>