Shades of Tyrian Purple #5A0544
Tints of Tyrian Purple #5A0544
RGB
CMYK
RGB Variations
Color information
#5A0544 (or 0x5A0544) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 44. RGB value is (90,5,68). Sum of RGB (Red+Green+Blue) = 90+5+68=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0544 is #A5FABB. Grayscale: #252525. Windows color (decimal): -10877628 or 4457818. OLE color: 4457818.
HSL color Cylindrical-coordinate representation of color #5A0544: hue angle of 315.53º 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 #5A0544 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 68 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.65 |
| HSL | 315.53º | 0.89% | 0.19% | - |
| HSV(B) | 315.53º | 0.94% | 0.35% | - |
| XYZ | 5.31 | 2.7 | 5.71 | - |
| YUV | 37.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 68 | 0 | 0.94 | 0.24 | 0.65 | 315.53 | 0.89 | 0.19 |
| Hex | 5A | 5 | 44 | 0 | 5E | 18 | 41 | 13C | 59 | 13 |
| Octal | 132 | 5 | 104 | 0 | 136 | 30 | 101 | 474 | 131 | 23 |
| Binary | 1011010 | 101 | 1000100 | 0 | 1011110 | 11000 | 1000001 | 100111100 | 1011001 | 10011 |
Color Harmonies of #5A0544
Complementary color
Monochromatic Colors of #5A0544
Black with #5A0544
Text Example
Text Example
White with #5A0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0544; }
p { color: rgb(90,5,68); }
H1.HeaderClassName
{
color: #5A0544;
}
.AnyTagClassName
{
color: #5A0544;
}
</style>
background-color css
<style>
a { background-color: #5A0544; }
a { background-color: rgb(90,5,68); }
div.DivClassName
{
background-color: #5A0544;
}
.BgClassName
{
background-color: #5A0544;
}
</style>
border-color css
<style>
span { border-color: #5A0544; }
span { border-color: rgb(90,5,68); }
td.TdClassName
{
border-color: #5A0544;
}
.TagClassName
{
border-color: #5A0544;
}
</style>