Shades of Tyrian Purple #780154
Tints of Tyrian Purple #780154
RGB
CMYK
RGB Variations
Color information
#780154 (or 0x780154) is known color: Tyrian Purple. HEX triplet: 78, 01 and 54. RGB value is (120,1,84). Sum of RGB (Red+Green+Blue) = 120+1+84=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #780154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780154 is #87FEAB. Grayscale: #2D2D2D. Windows color (decimal): -8912556 or 5505400. OLE color: 5505400.
HSL color Cylindrical-coordinate representation of color #780154: hue angle of 318.15º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780154 is Cyan = 0, Magento = 0.99, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 1 | 84 | - |
| CMYK | 0 | 0.99 | 0.3 | 0.53 |
| HSL | 318.15º | 0.98% | 0.24% | - |
| HSV(B) | 318.15º | 0.99% | 0.47% | - |
| XYZ | 9.36 | 4.65 | 8.79 | - |
| YUV | 46.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 84 | 0 | 0.99 | 0.3 | 0.53 | 318.15 | 0.98 | 0.24 |
| Hex | 78 | 1 | 54 | 0 | 63 | 1E | 35 | 13E | 62 | 18 |
| Octal | 170 | 1 | 124 | 0 | 143 | 36 | 65 | 476 | 142 | 30 |
| Binary | 1111000 | 1 | 1010100 | 0 | 1100011 | 11110 | 110101 | 100111110 | 1100010 | 11000 |
Color Harmonies of #780154
Complementary color
Monochromatic Colors of #780154
Black with #780154
Text Example
Text Example
White with #780154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780154; }
p { color: rgb(120,1,84); }
H1.HeaderClassName
{
color: #780154;
}
.AnyTagClassName
{
color: #780154;
}
</style>
background-color css
<style>
a { background-color: #780154; }
a { background-color: rgb(120,1,84); }
div.DivClassName
{
background-color: #780154;
}
.BgClassName
{
background-color: #780154;
}
</style>
border-color css
<style>
span { border-color: #780154; }
span { border-color: rgb(120,1,84); }
td.TdClassName
{
border-color: #780154;
}
.TagClassName
{
border-color: #780154;
}
</style>