Shades of Tyrian Purple #5A0537
Tints of Tyrian Purple #5A0537
RGB
CMYK
RGB Variations
Color information
#5A0537 (or 0x5A0537) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 37. RGB value is (90,5,55). Sum of RGB (Red+Green+Blue) = 90+5+55=150 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0537 is #A5FAC8. Grayscale: #242424. Windows color (decimal): -10877641 or 3605850. OLE color: 3605850.
HSL color Cylindrical-coordinate representation of color #5A0537: hue angle of 324.71º 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 #5A0537 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 55 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.65 |
| HSL | 324.71º | 0.89% | 0.19% | - |
| HSV(B) | 324.71º | 0.94% | 0.35% | - |
| XYZ | 4.96 | 2.56 | 3.85 | - |
| YUV | 36.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 55 | 0 | 0.94 | 0.39 | 0.65 | 324.71 | 0.89 | 0.19 |
| Hex | 5A | 5 | 37 | 0 | 5E | 27 | 41 | 145 | 59 | 13 |
| Octal | 132 | 5 | 67 | 0 | 136 | 47 | 101 | 505 | 131 | 23 |
| Binary | 1011010 | 101 | 110111 | 0 | 1011110 | 100111 | 1000001 | 101000101 | 1011001 | 10011 |
Color Harmonies of #5A0537
Complementary color
Monochromatic Colors of #5A0537
Black with #5A0537
Text Example
Text Example
White with #5A0537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0537; }
p { color: rgb(90,5,55); }
H1.HeaderClassName
{
color: #5A0537;
}
.AnyTagClassName
{
color: #5A0537;
}
</style>
background-color css
<style>
a { background-color: #5A0537; }
a { background-color: rgb(90,5,55); }
div.DivClassName
{
background-color: #5A0537;
}
.BgClassName
{
background-color: #5A0537;
}
</style>
border-color css
<style>
span { border-color: #5A0537; }
span { border-color: rgb(90,5,55); }
td.TdClassName
{
border-color: #5A0537;
}
.TagClassName
{
border-color: #5A0537;
}
</style>