Shades of Tyrian Purple #5A0531
Tints of Tyrian Purple #5A0531
RGB
CMYK
RGB Variations
Color information
#5A0531 (or 0x5A0531) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 31. RGB value is (90,5,49). Sum of RGB (Red+Green+Blue) = 90+5+49=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0531 is #A5FACE. Grayscale: #232323. Windows color (decimal): -10877647 or 3212634. OLE color: 3212634.
HSL color Cylindrical-coordinate representation of color #5A0531: hue angle of 328.94º 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 #5A0531 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 49 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.65 |
| HSL | 328.94º | 0.89% | 0.19% | - |
| HSV(B) | 328.94º | 0.94% | 0.35% | - |
| XYZ | 4.83 | 2.5 | 3.13 | - |
| YUV | 35.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 49 | 0 | 0.94 | 0.46 | 0.65 | 328.94 | 0.89 | 0.19 |
| Hex | 5A | 5 | 31 | 0 | 5E | 2E | 41 | 149 | 59 | 13 |
| Octal | 132 | 5 | 61 | 0 | 136 | 56 | 101 | 511 | 131 | 23 |
| Binary | 1011010 | 101 | 110001 | 0 | 1011110 | 101110 | 1000001 | 101001001 | 1011001 | 10011 |
Color Harmonies of #5A0531
Complementary color
Monochromatic Colors of #5A0531
Black with #5A0531
Text Example
Text Example
White with #5A0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0531; }
p { color: rgb(90,5,49); }
H1.HeaderClassName
{
color: #5A0531;
}
.AnyTagClassName
{
color: #5A0531;
}
</style>
background-color css
<style>
a { background-color: #5A0531; }
a { background-color: rgb(90,5,49); }
div.DivClassName
{
background-color: #5A0531;
}
.BgClassName
{
background-color: #5A0531;
}
</style>
border-color css
<style>
span { border-color: #5A0531; }
span { border-color: rgb(90,5,49); }
td.TdClassName
{
border-color: #5A0531;
}
.TagClassName
{
border-color: #5A0531;
}
</style>