Shades of Tyrian Purple #5A0543
Tints of Tyrian Purple #5A0543
RGB
CMYK
RGB Variations
Color information
#5A0543 (or 0x5A0543) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 43. RGB value is (90,5,67). Sum of RGB (Red+Green+Blue) = 90+5+67=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0543 is #A5FABC. Grayscale: #252525. Windows color (decimal): -10877629 or 4392282. OLE color: 4392282.
HSL color Cylindrical-coordinate representation of color #5A0543: hue angle of 316.24º 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 #5A0543 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 67 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.65 |
| HSL | 316.24º | 0.89% | 0.19% | - |
| HSV(B) | 316.24º | 0.94% | 0.35% | - |
| XYZ | 5.28 | 2.69 | 5.55 | - |
| YUV | 37.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 67 | 0 | 0.94 | 0.26 | 0.65 | 316.24 | 0.89 | 0.19 |
| Hex | 5A | 5 | 43 | 0 | 5E | 1A | 41 | 13C | 59 | 13 |
| Octal | 132 | 5 | 103 | 0 | 136 | 32 | 101 | 474 | 131 | 23 |
| Binary | 1011010 | 101 | 1000011 | 0 | 1011110 | 11010 | 1000001 | 100111100 | 1011001 | 10011 |
Color Harmonies of #5A0543
Complementary color
Monochromatic Colors of #5A0543
Black with #5A0543
Text Example
Text Example
White with #5A0543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0543; }
p { color: rgb(90,5,67); }
H1.HeaderClassName
{
color: #5A0543;
}
.AnyTagClassName
{
color: #5A0543;
}
</style>
background-color css
<style>
a { background-color: #5A0543; }
a { background-color: rgb(90,5,67); }
div.DivClassName
{
background-color: #5A0543;
}
.BgClassName
{
background-color: #5A0543;
}
</style>
border-color css
<style>
span { border-color: #5A0543; }
span { border-color: rgb(90,5,67); }
td.TdClassName
{
border-color: #5A0543;
}
.TagClassName
{
border-color: #5A0543;
}
</style>