Shades of Tyrian Purple #5A0032
Tints of Tyrian Purple #5A0032
RGB
CMYK
RGB Variations
Color information
#5A0032 (or 0x5A0032) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 32. RGB value is (90,0,50). Sum of RGB (Red+Green+Blue) = 90+0+50=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0032 is #A5FFCD. Grayscale: #202020. Windows color (decimal): -10878926 or 3276890. OLE color: 3276890.
HSL color Cylindrical-coordinate representation of color #5A0032: hue angle of 326.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0032 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.44 | 0.65 |
| HSL | 326.67º | 1% | 0.18% | - |
| HSV(B) | 326.67º | 1% | 0.35% | - |
| XYZ | 4.79 | 2.4 | 3.23 | - |
| YUV | 32.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 50 | 0 | 1 | 0.44 | 0.65 | 326.67 | 1 | 0.18 |
| Hex | 5A | 0 | 32 | 0 | 64 | 2C | 41 | 147 | 64 | 12 |
| Octal | 132 | 0 | 62 | 0 | 144 | 54 | 101 | 507 | 144 | 22 |
| Binary | 1011010 | 0 | 110010 | 0 | 1100100 | 101100 | 1000001 | 101000111 | 1100100 | 10010 |
Color Harmonies of #5A0032
Complementary color
Monochromatic Colors of #5A0032
Black with #5A0032
Text Example
Text Example
White with #5A0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0032; }
p { color: rgb(90,0,50); }
H1.HeaderClassName
{
color: #5A0032;
}
.AnyTagClassName
{
color: #5A0032;
}
</style>
background-color css
<style>
a { background-color: #5A0032; }
a { background-color: rgb(90,0,50); }
div.DivClassName
{
background-color: #5A0032;
}
.BgClassName
{
background-color: #5A0032;
}
</style>
border-color css
<style>
span { border-color: #5A0032; }
span { border-color: rgb(90,0,50); }
td.TdClassName
{
border-color: #5A0032;
}
.TagClassName
{
border-color: #5A0032;
}
</style>