Shades of Tyrian Purple #5A0541
Tints of Tyrian Purple #5A0541
RGB
CMYK
RGB Variations
Color information
#5A0541 (or 0x5A0541) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 41. RGB value is (90,5,65). Sum of RGB (Red+Green+Blue) = 90+5+65=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0541 is #A5FABE. Grayscale: #252525. Windows color (decimal): -10877631 or 4261210. OLE color: 4261210.
HSL color Cylindrical-coordinate representation of color #5A0541: hue angle of 317.65º 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 #5A0541 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 65 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.65 |
| HSL | 317.65º | 0.89% | 0.19% | - |
| HSV(B) | 317.65º | 0.94% | 0.35% | - |
| XYZ | 5.22 | 2.66 | 5.24 | - |
| YUV | 37.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 65 | 0 | 0.94 | 0.28 | 0.65 | 317.65 | 0.89 | 0.19 |
| Hex | 5A | 5 | 41 | 0 | 5E | 1C | 41 | 13E | 59 | 13 |
| Octal | 132 | 5 | 101 | 0 | 136 | 34 | 101 | 476 | 131 | 23 |
| Binary | 1011010 | 101 | 1000001 | 0 | 1011110 | 11100 | 1000001 | 100111110 | 1011001 | 10011 |
Color Harmonies of #5A0541
Complementary color
Monochromatic Colors of #5A0541
Black with #5A0541
Text Example
Text Example
White with #5A0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0541; }
p { color: rgb(90,5,65); }
H1.HeaderClassName
{
color: #5A0541;
}
.AnyTagClassName
{
color: #5A0541;
}
</style>
background-color css
<style>
a { background-color: #5A0541; }
a { background-color: rgb(90,5,65); }
div.DivClassName
{
background-color: #5A0541;
}
.BgClassName
{
background-color: #5A0541;
}
</style>
border-color css
<style>
span { border-color: #5A0541; }
span { border-color: rgb(90,5,65); }
td.TdClassName
{
border-color: #5A0541;
}
.TagClassName
{
border-color: #5A0541;
}
</style>