Shades of Tyrian Purple #5A1133
Tints of Tyrian Purple #5A1133
RGB
CMYK
RGB Variations
Color information
#5A1133 (or 0x5A1133) is known color: Tyrian Purple. HEX triplet: 5A, 11 and 33. RGB value is (90,17,51). Sum of RGB (Red+Green+Blue) = 90+17+51=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1133 is #A5EECC. Grayscale: #2A2A2A. Windows color (decimal): -10874573 or 3346778. OLE color: 3346778.
HSL color Cylindrical-coordinate representation of color #5A1133: hue angle of 332.05º 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 #5A1133 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 51 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.65 |
| HSL | 332.05º | 0.68% | 0.21% | - |
| HSV(B) | 332.05º | 0.81% | 0.35% | - |
| XYZ | 5.01 | 2.81 | 3.41 | - |
| YUV | 42.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 51 | 0 | 0.81 | 0.43 | 0.65 | 332.05 | 0.68 | 0.21 |
| Hex | 5A | 11 | 33 | 0 | 51 | 2B | 41 | 14C | 44 | 15 |
| Octal | 132 | 21 | 63 | 0 | 121 | 53 | 101 | 514 | 104 | 25 |
| Binary | 1011010 | 10001 | 110011 | 0 | 1010001 | 101011 | 1000001 | 101001100 | 1000100 | 10101 |
Color Harmonies of #5A1133
Complementary color
Monochromatic Colors of #5A1133
Black with #5A1133
Text Example
Text Example
White with #5A1133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1133; }
p { color: rgb(90,17,51); }
H1.HeaderClassName
{
color: #5A1133;
}
.AnyTagClassName
{
color: #5A1133;
}
</style>
background-color css
<style>
a { background-color: #5A1133; }
a { background-color: rgb(90,17,51); }
div.DivClassName
{
background-color: #5A1133;
}
.BgClassName
{
background-color: #5A1133;
}
</style>
border-color css
<style>
span { border-color: #5A1133; }
span { border-color: rgb(90,17,51); }
td.TdClassName
{
border-color: #5A1133;
}
.TagClassName
{
border-color: #5A1133;
}
</style>