Shades of Tyrian Purple #5A1132
Tints of Tyrian Purple #5A1132
RGB
CMYK
RGB Variations
Color information
#5A1132 (or 0x5A1132) is known color: Tyrian Purple. HEX triplet: 5A, 11 and 32. RGB value is (90,17,50). Sum of RGB (Red+Green+Blue) = 90+17+50=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1132 is #A5EECD. Grayscale: #2A2A2A. Windows color (decimal): -10874574 or 3281242. OLE color: 3281242.
HSL color Cylindrical-coordinate representation of color #5A1132: hue angle of 332.88º 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 #5A1132 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 50 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.65 |
| HSL | 332.88º | 0.68% | 0.21% | - |
| HSV(B) | 332.88º | 0.81% | 0.35% | - |
| XYZ | 4.99 | 2.8 | 3.3 | - |
| YUV | 42.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 50 | 0 | 0.81 | 0.44 | 0.65 | 332.88 | 0.68 | 0.21 |
| Hex | 5A | 11 | 32 | 0 | 51 | 2C | 41 | 14D | 44 | 15 |
| Octal | 132 | 21 | 62 | 0 | 121 | 54 | 101 | 515 | 104 | 25 |
| Binary | 1011010 | 10001 | 110010 | 0 | 1010001 | 101100 | 1000001 | 101001101 | 1000100 | 10101 |
Color Harmonies of #5A1132
Complementary color
Monochromatic Colors of #5A1132
Black with #5A1132
Text Example
Text Example
White with #5A1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1132; }
p { color: rgb(90,17,50); }
H1.HeaderClassName
{
color: #5A1132;
}
.AnyTagClassName
{
color: #5A1132;
}
</style>
background-color css
<style>
a { background-color: #5A1132; }
a { background-color: rgb(90,17,50); }
div.DivClassName
{
background-color: #5A1132;
}
.BgClassName
{
background-color: #5A1132;
}
</style>
border-color css
<style>
span { border-color: #5A1132; }
span { border-color: rgb(90,17,50); }
td.TdClassName
{
border-color: #5A1132;
}
.TagClassName
{
border-color: #5A1132;
}
</style>