Shades of Tyrian Purple #5A0539
Tints of Tyrian Purple #5A0539
RGB
CMYK
RGB Variations
Color information
#5A0539 (or 0x5A0539) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 39. RGB value is (90,5,57). Sum of RGB (Red+Green+Blue) = 90+5+57=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0539 is #A5FAC6. Grayscale: #242424. Windows color (decimal): -10877639 or 3736922. OLE color: 3736922.
HSL color Cylindrical-coordinate representation of color #5A0539: hue angle of 323.29º 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 #5A0539 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 57 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.65 |
| HSL | 323.29º | 0.89% | 0.19% | - |
| HSV(B) | 323.29º | 0.94% | 0.35% | - |
| XYZ | 5.01 | 2.58 | 4.1 | - |
| YUV | 36.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 57 | 0 | 0.94 | 0.37 | 0.65 | 323.29 | 0.89 | 0.19 |
| Hex | 5A | 5 | 39 | 0 | 5E | 25 | 41 | 143 | 59 | 13 |
| Octal | 132 | 5 | 71 | 0 | 136 | 45 | 101 | 503 | 131 | 23 |
| Binary | 1011010 | 101 | 111001 | 0 | 1011110 | 100101 | 1000001 | 101000011 | 1011001 | 10011 |
Color Harmonies of #5A0539
Complementary color
Monochromatic Colors of #5A0539
Black with #5A0539
Text Example
Text Example
White with #5A0539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0539; }
p { color: rgb(90,5,57); }
H1.HeaderClassName
{
color: #5A0539;
}
.AnyTagClassName
{
color: #5A0539;
}
</style>
background-color css
<style>
a { background-color: #5A0539; }
a { background-color: rgb(90,5,57); }
div.DivClassName
{
background-color: #5A0539;
}
.BgClassName
{
background-color: #5A0539;
}
</style>
border-color css
<style>
span { border-color: #5A0539; }
span { border-color: rgb(90,5,57); }
td.TdClassName
{
border-color: #5A0539;
}
.TagClassName
{
border-color: #5A0539;
}
</style>