Shades of Tyrian Purple #5A0529
Tints of Tyrian Purple #5A0529
RGB
CMYK
RGB Variations
Color information
#5A0529 (or 0x5A0529) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 29. RGB value is (90,5,41). Sum of RGB (Red+Green+Blue) = 90+5+41=136 (18% of max value = 765). Red value is 90 (35.55% from 255 or 66.18% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0529 is #A5FAD6. Grayscale: #222222. Windows color (decimal): -10877655 or 2688346. OLE color: 2688346.
HSL color Cylindrical-coordinate representation of color #5A0529: hue angle of 334.59º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0529 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 41 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.65 |
| HSL | 334.59º | 0.89% | 0.19% | - |
| HSV(B) | 334.59º | 0.94% | 0.35% | - |
| XYZ | 4.67 | 2.44 | 2.32 | - |
| YUV | 34.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 41 | 0 | 0.94 | 0.54 | 0.65 | 334.59 | 0.89 | 0.19 |
| Hex | 5A | 5 | 29 | 0 | 5E | 36 | 41 | 14F | 59 | 13 |
| Octal | 132 | 5 | 51 | 0 | 136 | 66 | 101 | 517 | 131 | 23 |
| Binary | 1011010 | 101 | 101001 | 0 | 1011110 | 110110 | 1000001 | 101001111 | 1011001 | 10011 |
Color Harmonies of #5A0529
Complementary color
Monochromatic Colors of #5A0529
Black with #5A0529
Text Example
Text Example
White with #5A0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0529; }
p { color: rgb(90,5,41); }
H1.HeaderClassName
{
color: #5A0529;
}
.AnyTagClassName
{
color: #5A0529;
}
</style>
background-color css
<style>
a { background-color: #5A0529; }
a { background-color: rgb(90,5,41); }
div.DivClassName
{
background-color: #5A0529;
}
.BgClassName
{
background-color: #5A0529;
}
</style>
border-color css
<style>
span { border-color: #5A0529; }
span { border-color: rgb(90,5,41); }
td.TdClassName
{
border-color: #5A0529;
}
.TagClassName
{
border-color: #5A0529;
}
</style>