Shades of Tyrian Purple #780855
Tints of Tyrian Purple #780855
RGB
CMYK
RGB Variations
Color information
#780855 (or 0x780855) is known color: Tyrian Purple. HEX triplet: 78, 08 and 55. RGB value is (120,8,85). Sum of RGB (Red+Green+Blue) = 120+8+85=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #780855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780855 is #87F7AA. Grayscale: #323232. Windows color (decimal): -8910763 or 5572728. OLE color: 5572728.
HSL color Cylindrical-coordinate representation of color #780855: hue angle of 318.75º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780855 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 85 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.53 |
| HSL | 318.75º | 0.88% | 0.25% | - |
| HSV(B) | 318.75º | 0.93% | 0.47% | - |
| XYZ | 9.47 | 4.82 | 9.03 | - |
| YUV | 50.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 85 | 0 | 0.93 | 0.29 | 0.53 | 318.75 | 0.88 | 0.25 |
| Hex | 78 | 8 | 55 | 0 | 5D | 1D | 35 | 13F | 58 | 19 |
| Octal | 170 | 10 | 125 | 0 | 135 | 35 | 65 | 477 | 130 | 31 |
| Binary | 1111000 | 1000 | 1010101 | 0 | 1011101 | 11101 | 110101 | 100111111 | 1011000 | 11001 |
Color Harmonies of #780855
Complementary color
Monochromatic Colors of #780855
Black with #780855
Text Example
Text Example
White with #780855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780855; }
p { color: rgb(120,8,85); }
H1.HeaderClassName
{
color: #780855;
}
.AnyTagClassName
{
color: #780855;
}
</style>
background-color css
<style>
a { background-color: #780855; }
a { background-color: rgb(120,8,85); }
div.DivClassName
{
background-color: #780855;
}
.BgClassName
{
background-color: #780855;
}
</style>
border-color css
<style>
span { border-color: #780855; }
span { border-color: rgb(120,8,85); }
td.TdClassName
{
border-color: #780855;
}
.TagClassName
{
border-color: #780855;
}
</style>