Shades of Tyrian Purple #5A053F
Tints of Tyrian Purple #5A053F
RGB
CMYK
RGB Variations
Color information
#5A053F (or 0x5A053F) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 3F. RGB value is (90,5,63). Sum of RGB (Red+Green+Blue) = 90+5+63=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A053F is #A5FAC0. Grayscale: #242424. Windows color (decimal): -10877633 or 4130138. OLE color: 4130138.
HSL color Cylindrical-coordinate representation of color #5A053F: hue angle of 319.06º 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 #5A053F is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 63 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.65 |
| HSL | 319.06º | 0.89% | 0.19% | - |
| HSV(B) | 319.06º | 0.94% | 0.35% | - |
| XYZ | 5.17 | 2.64 | 4.94 | - |
| YUV | 37.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 63 | 0 | 0.94 | 0.30 | 0.65 | 319.06 | 0.89 | 0.19 |
| Hex | 5A | 5 | 3F | 0 | 5E | 1E | 41 | 13F | 59 | 13 |
| Octal | 132 | 5 | 77 | 0 | 136 | 36 | 101 | 477 | 131 | 23 |
| Binary | 1011010 | 101 | 111111 | 0 | 1011110 | 11110 | 1000001 | 100111111 | 1011001 | 10011 |
Color Harmonies of #5A053F
Complementary color
Monochromatic Colors of #5A053F
Black with #5A053F
Text Example
Text Example
White with #5A053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A053F; }
p { color: rgb(90,5,63); }
H1.HeaderClassName
{
color: #5A053F;
}
.AnyTagClassName
{
color: #5A053F;
}
</style>
background-color css
<style>
a { background-color: #5A053F; }
a { background-color: rgb(90,5,63); }
div.DivClassName
{
background-color: #5A053F;
}
.BgClassName
{
background-color: #5A053F;
}
</style>
border-color css
<style>
span { border-color: #5A053F; }
span { border-color: rgb(90,5,63); }
td.TdClassName
{
border-color: #5A053F;
}
.TagClassName
{
border-color: #5A053F;
}
</style>