Shades of Tyrian Purple #5A1138
Tints of Tyrian Purple #5A1138
RGB
CMYK
RGB Variations
Color information
#5A1138 (or 0x5A1138) is known color: Tyrian Purple. HEX triplet: 5A, 11 and 38. RGB value is (90,17,56). Sum of RGB (Red+Green+Blue) = 90+17+56=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1138 is #A5EEC7. Grayscale: #2B2B2B. Windows color (decimal): -10874568 or 3674458. OLE color: 3674458.
HSL color Cylindrical-coordinate representation of color #5A1138: hue angle of 327.95º 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 #5A1138 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 56 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.65 |
| HSL | 327.95º | 0.68% | 0.21% | - |
| HSV(B) | 327.95º | 0.81% | 0.35% | - |
| XYZ | 5.13 | 2.86 | 4.02 | - |
| YUV | 43.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 56 | 0 | 0.81 | 0.38 | 0.65 | 327.95 | 0.68 | 0.21 |
| Hex | 5A | 11 | 38 | 0 | 51 | 26 | 41 | 148 | 44 | 15 |
| Octal | 132 | 21 | 70 | 0 | 121 | 46 | 101 | 510 | 104 | 25 |
| Binary | 1011010 | 10001 | 111000 | 0 | 1010001 | 100110 | 1000001 | 101001000 | 1000100 | 10101 |
Color Harmonies of #5A1138
Complementary color
Monochromatic Colors of #5A1138
Black with #5A1138
Text Example
Text Example
White with #5A1138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1138; }
p { color: rgb(90,17,56); }
H1.HeaderClassName
{
color: #5A1138;
}
.AnyTagClassName
{
color: #5A1138;
}
</style>
background-color css
<style>
a { background-color: #5A1138; }
a { background-color: rgb(90,17,56); }
div.DivClassName
{
background-color: #5A1138;
}
.BgClassName
{
background-color: #5A1138;
}
</style>
border-color css
<style>
span { border-color: #5A1138; }
span { border-color: rgb(90,17,56); }
td.TdClassName
{
border-color: #5A1138;
}
.TagClassName
{
border-color: #5A1138;
}
</style>