Shades of Tyrian Purple #5A053C
Tints of Tyrian Purple #5A053C
RGB
CMYK
RGB Variations
Color information
#5A053C (or 0x5A053C) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 3C. RGB value is (90,5,60). Sum of RGB (Red+Green+Blue) = 90+5+60=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A053C is #A5FAC3. Grayscale: #242424. Windows color (decimal): -10877636 or 3933530. OLE color: 3933530.
HSL color Cylindrical-coordinate representation of color #5A053C: hue angle of 321.18º 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 #5A053C is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 60 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.65 |
| HSL | 321.18º | 0.89% | 0.19% | - |
| HSV(B) | 321.18º | 0.94% | 0.35% | - |
| XYZ | 5.09 | 2.61 | 4.51 | - |
| YUV | 36.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 60 | 0 | 0.94 | 0.33 | 0.65 | 321.18 | 0.89 | 0.19 |
| Hex | 5A | 5 | 3C | 0 | 5E | 21 | 41 | 141 | 59 | 13 |
| Octal | 132 | 5 | 74 | 0 | 136 | 41 | 101 | 501 | 131 | 23 |
| Binary | 1011010 | 101 | 111100 | 0 | 1011110 | 100001 | 1000001 | 101000001 | 1011001 | 10011 |
Color Harmonies of #5A053C
Complementary color
Monochromatic Colors of #5A053C
Black with #5A053C
Text Example
Text Example
White with #5A053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A053C; }
p { color: rgb(90,5,60); }
H1.HeaderClassName
{
color: #5A053C;
}
.AnyTagClassName
{
color: #5A053C;
}
</style>
background-color css
<style>
a { background-color: #5A053C; }
a { background-color: rgb(90,5,60); }
div.DivClassName
{
background-color: #5A053C;
}
.BgClassName
{
background-color: #5A053C;
}
</style>
border-color css
<style>
span { border-color: #5A053C; }
span { border-color: rgb(90,5,60); }
td.TdClassName
{
border-color: #5A053C;
}
.TagClassName
{
border-color: #5A053C;
}
</style>