Shades of Tyrian Purple #5A0542
Tints of Tyrian Purple #5A0542
RGB
CMYK
RGB Variations
Color information
#5A0542 (or 0x5A0542) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 42. RGB value is (90,5,66). Sum of RGB (Red+Green+Blue) = 90+5+66=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0542 is #A5FABD. Grayscale: #252525. Windows color (decimal): -10877630 or 4326746. OLE color: 4326746.
HSL color Cylindrical-coordinate representation of color #5A0542: hue angle of 316.94º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0542 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 66 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.65 |
| HSL | 316.94º | 0.89% | 0.19% | - |
| HSV(B) | 316.94º | 0.94% | 0.35% | - |
| XYZ | 5.25 | 2.68 | 5.39 | - |
| YUV | 37.37 | 144.16 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 66 | 0 | 0.94 | 0.27 | 0.65 | 316.94 | 0.89 | 0.19 |
| Hex | 5A | 5 | 42 | 0 | 5E | 1B | 41 | 13D | 59 | 13 |
| Octal | 132 | 5 | 102 | 0 | 136 | 33 | 101 | 475 | 131 | 23 |
| Binary | 1011010 | 101 | 1000010 | 0 | 1011110 | 11011 | 1000001 | 100111101 | 1011001 | 10011 |
Color Harmonies of #5A0542
Complementary color
Monochromatic Colors of #5A0542
Black with #5A0542
Text Example
Text Example
White with #5A0542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0542; }
p { color: rgb(90,5,66); }
H1.HeaderClassName
{
color: #5A0542;
}
.AnyTagClassName
{
color: #5A0542;
}
</style>
background-color css
<style>
a { background-color: #5A0542; }
a { background-color: rgb(90,5,66); }
div.DivClassName
{
background-color: #5A0542;
}
.BgClassName
{
background-color: #5A0542;
}
</style>
border-color css
<style>
span { border-color: #5A0542; }
span { border-color: rgb(90,5,66); }
td.TdClassName
{
border-color: #5A0542;
}
.TagClassName
{
border-color: #5A0542;
}
</style>