Shades of Tyrian Purple #5A1148
Tints of Tyrian Purple #5A1148
RGB
CMYK
RGB Variations
Color information
#5A1148 (or 0x5A1148) is known color: Tyrian Purple. HEX triplet: 5A, 11 and 48. RGB value is (90,17,72). Sum of RGB (Red+Green+Blue) = 90+17+72=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1148 is #A5EEB7. Grayscale: #2C2C2C. Windows color (decimal): -10874552 or 4723034. OLE color: 4723034.
HSL color Cylindrical-coordinate representation of color #5A1148: hue angle of 314.79º 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 #5A1148 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 72 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.65 |
| HSL | 314.79º | 0.68% | 0.21% | - |
| HSV(B) | 314.79º | 0.81% | 0.35% | - |
| XYZ | 5.59 | 3.04 | 6.42 | - |
| YUV | 45.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 72 | 0 | 0.81 | 0.20 | 0.65 | 314.79 | 0.68 | 0.21 |
| Hex | 5A | 11 | 48 | 0 | 51 | 14 | 41 | 13B | 44 | 15 |
| Octal | 132 | 21 | 110 | 0 | 121 | 24 | 101 | 473 | 104 | 25 |
| Binary | 1011010 | 10001 | 1001000 | 0 | 1010001 | 10100 | 1000001 | 100111011 | 1000100 | 10101 |
Color Harmonies of #5A1148
Complementary color
Monochromatic Colors of #5A1148
Black with #5A1148
Text Example
Text Example
White with #5A1148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1148; }
p { color: rgb(90,17,72); }
H1.HeaderClassName
{
color: #5A1148;
}
.AnyTagClassName
{
color: #5A1148;
}
</style>
background-color css
<style>
a { background-color: #5A1148; }
a { background-color: rgb(90,17,72); }
div.DivClassName
{
background-color: #5A1148;
}
.BgClassName
{
background-color: #5A1148;
}
</style>
border-color css
<style>
span { border-color: #5A1148; }
span { border-color: rgb(90,17,72); }
td.TdClassName
{
border-color: #5A1148;
}
.TagClassName
{
border-color: #5A1148;
}
</style>