Shades of Tyrian Purple #5A053B
Tints of Tyrian Purple #5A053B
RGB
CMYK
RGB Variations
Color information
#5A053B (or 0x5A053B) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 3B. RGB value is (90,5,59). Sum of RGB (Red+Green+Blue) = 90+5+59=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A053B is #A5FAC4. Grayscale: #242424. Windows color (decimal): -10877637 or 3867994. OLE color: 3867994.
HSL color Cylindrical-coordinate representation of color #5A053B: hue angle of 321.88º 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 #5A053B is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 59 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.65 |
| HSL | 321.88º | 0.89% | 0.19% | - |
| HSV(B) | 321.88º | 0.94% | 0.35% | - |
| XYZ | 5.06 | 2.6 | 4.37 | - |
| YUV | 36.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 59 | 0 | 0.94 | 0.34 | 0.65 | 321.88 | 0.89 | 0.19 |
| Hex | 5A | 5 | 3B | 0 | 5E | 22 | 41 | 142 | 59 | 13 |
| Octal | 132 | 5 | 73 | 0 | 136 | 42 | 101 | 502 | 131 | 23 |
| Binary | 1011010 | 101 | 111011 | 0 | 1011110 | 100010 | 1000001 | 101000010 | 1011001 | 10011 |
Color Harmonies of #5A053B
Complementary color
Monochromatic Colors of #5A053B
Black with #5A053B
Text Example
Text Example
White with #5A053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A053B; }
p { color: rgb(90,5,59); }
H1.HeaderClassName
{
color: #5A053B;
}
.AnyTagClassName
{
color: #5A053B;
}
</style>
background-color css
<style>
a { background-color: #5A053B; }
a { background-color: rgb(90,5,59); }
div.DivClassName
{
background-color: #5A053B;
}
.BgClassName
{
background-color: #5A053B;
}
</style>
border-color css
<style>
span { border-color: #5A053B; }
span { border-color: rgb(90,5,59); }
td.TdClassName
{
border-color: #5A053B;
}
.TagClassName
{
border-color: #5A053B;
}
</style>