Shades of Tyrian Purple #5A1141
Tints of Tyrian Purple #5A1141
RGB
CMYK
RGB Variations
Color information
#5A1141 (or 0x5A1141) is known color: Tyrian Purple. HEX triplet: 5A, 11 and 41. RGB value is (90,17,65). Sum of RGB (Red+Green+Blue) = 90+17+65=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1141 is #A5EEBE. Grayscale: #2C2C2C. Windows color (decimal): -10874559 or 4264282. OLE color: 4264282.
HSL color Cylindrical-coordinate representation of color #5A1141: hue angle of 320.55º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A1141 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 65 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.65 |
| HSL | 320.55º | 0.68% | 0.21% | - |
| HSV(B) | 320.55º | 0.81% | 0.35% | - |
| XYZ | 5.37 | 2.96 | 5.29 | - |
| YUV | 44.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 65 | 0 | 0.81 | 0.28 | 0.65 | 320.55 | 0.68 | 0.21 |
| Hex | 5A | 11 | 41 | 0 | 51 | 1C | 41 | 141 | 44 | 15 |
| Octal | 132 | 21 | 101 | 0 | 121 | 34 | 101 | 501 | 104 | 25 |
| Binary | 1011010 | 10001 | 1000001 | 0 | 1010001 | 11100 | 1000001 | 101000001 | 1000100 | 10101 |
Color Harmonies of #5A1141
Complementary color
Monochromatic Colors of #5A1141
Black with #5A1141
Text Example
Text Example
White with #5A1141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1141; }
p { color: rgb(90,17,65); }
H1.HeaderClassName
{
color: #5A1141;
}
.AnyTagClassName
{
color: #5A1141;
}
</style>
background-color css
<style>
a { background-color: #5A1141; }
a { background-color: rgb(90,17,65); }
div.DivClassName
{
background-color: #5A1141;
}
.BgClassName
{
background-color: #5A1141;
}
</style>
border-color css
<style>
span { border-color: #5A1141; }
span { border-color: rgb(90,17,65); }
td.TdClassName
{
border-color: #5A1141;
}
.TagClassName
{
border-color: #5A1141;
}
</style>