Shades of Tyrian Purple #780542
Tints of Tyrian Purple #780542
RGB
CMYK
RGB Variations
Color information
#780542 (or 0x780542) is known color: Tyrian Purple. HEX triplet: 78, 05 and 42. RGB value is (120,5,66). Sum of RGB (Red+Green+Blue) = 120+5+66=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #780542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780542 is #87FABD. Grayscale: #2E2E2E. Windows color (decimal): -8911550 or 4326776. OLE color: 4326776.
HSL color Cylindrical-coordinate representation of color #780542: hue angle of 328.17º 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 #780542 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 66 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.53 |
| HSL | 328.17º | 0.92% | 0.25% | - |
| HSV(B) | 328.17º | 0.96% | 0.47% | - |
| XYZ | 8.78 | 4.49 | 5.56 | - |
| YUV | 46.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 66 | 0 | 0.96 | 0.45 | 0.53 | 328.17 | 0.92 | 0.25 |
| Hex | 78 | 5 | 42 | 0 | 60 | 2D | 35 | 148 | 5C | 19 |
| Octal | 170 | 5 | 102 | 0 | 140 | 55 | 65 | 510 | 134 | 31 |
| Binary | 1111000 | 101 | 1000010 | 0 | 1100000 | 101101 | 110101 | 101001000 | 1011100 | 11001 |
Color Harmonies of #780542
Complementary color
Monochromatic Colors of #780542
Black with #780542
Text Example
Text Example
White with #780542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780542; }
p { color: rgb(120,5,66); }
H1.HeaderClassName
{
color: #780542;
}
.AnyTagClassName
{
color: #780542;
}
</style>
background-color css
<style>
a { background-color: #780542; }
a { background-color: rgb(120,5,66); }
div.DivClassName
{
background-color: #780542;
}
.BgClassName
{
background-color: #780542;
}
</style>
border-color css
<style>
span { border-color: #780542; }
span { border-color: rgb(120,5,66); }
td.TdClassName
{
border-color: #780542;
}
.TagClassName
{
border-color: #780542;
}
</style>