Shades of Tyrian Purple #5A0336
Tints of Tyrian Purple #5A0336
RGB
CMYK
RGB Variations
Color information
#5A0336 (or 0x5A0336) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 36. RGB value is (90,3,54). Sum of RGB (Red+Green+Blue) = 90+3+54=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0336 is #A5FCC9. Grayscale: #222222. Windows color (decimal): -10878154 or 3539802. OLE color: 3539802.
HSL color Cylindrical-coordinate representation of color #5A0336: hue angle of 324.83º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A0336 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 3 | 54 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.65 |
| HSL | 324.83º | 0.94% | 0.18% | - |
| HSV(B) | 324.83º | 0.97% | 0.35% | - |
| XYZ | 4.91 | 2.51 | 3.71 | - |
| YUV | 34.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 54 | 0 | 0.97 | 0.40 | 0.65 | 324.83 | 0.94 | 0.18 |
| Hex | 5A | 3 | 36 | 0 | 61 | 28 | 41 | 145 | 5E | 12 |
| Octal | 132 | 3 | 66 | 0 | 141 | 50 | 101 | 505 | 136 | 22 |
| Binary | 1011010 | 11 | 110110 | 0 | 1100001 | 101000 | 1000001 | 101000101 | 1011110 | 10010 |
Color Harmonies of #5A0336
Complementary color
Monochromatic Colors of #5A0336
Black with #5A0336
Text Example
Text Example
White with #5A0336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0336; }
p { color: rgb(90,3,54); }
H1.HeaderClassName
{
color: #5A0336;
}
.AnyTagClassName
{
color: #5A0336;
}
</style>
background-color css
<style>
a { background-color: #5A0336; }
a { background-color: rgb(90,3,54); }
div.DivClassName
{
background-color: #5A0336;
}
.BgClassName
{
background-color: #5A0336;
}
</style>
border-color css
<style>
span { border-color: #5A0336; }
span { border-color: rgb(90,3,54); }
td.TdClassName
{
border-color: #5A0336;
}
.TagClassName
{
border-color: #5A0336;
}
</style>