Shades of Tyrian Purple #5A0021
Tints of Tyrian Purple #5A0021
RGB
CMYK
RGB Variations
Color information
#5A0021 (or 0x5A0021) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 21. RGB value is (90,0,33). Sum of RGB (Red+Green+Blue) = 90+0+33=123 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.17% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0021 is #A5FFDE. Grayscale: #1E1E1E. Windows color (decimal): -10878943 or 2162778. OLE color: 2162778.
HSL color Cylindrical-coordinate representation of color #5A0021: hue angle of 338º 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 #5A0021 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.63 | 0.65 |
| HSL | 338º | 1% | 0.18% | - |
| HSV(B) | 338º | 1% | 0.35% | - |
| XYZ | 4.49 | 2.28 | 1.64 | - |
| YUV | 30.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 33 | 0 | 1 | 0.63 | 0.65 | 338 | 1 | 0.18 |
| Hex | 5A | 0 | 21 | 0 | 64 | 3F | 41 | 152 | 64 | 12 |
| Octal | 132 | 0 | 41 | 0 | 144 | 77 | 101 | 522 | 144 | 22 |
| Binary | 1011010 | 0 | 100001 | 0 | 1100100 | 111111 | 1000001 | 101010010 | 1100100 | 10010 |
Color Harmonies of #5A0021
Complementary color
Monochromatic Colors of #5A0021
Black with #5A0021
Text Example
Text Example
White with #5A0021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0021; }
p { color: rgb(90,0,33); }
H1.HeaderClassName
{
color: #5A0021;
}
.AnyTagClassName
{
color: #5A0021;
}
</style>
background-color css
<style>
a { background-color: #5A0021; }
a { background-color: rgb(90,0,33); }
div.DivClassName
{
background-color: #5A0021;
}
.BgClassName
{
background-color: #5A0021;
}
</style>
border-color css
<style>
span { border-color: #5A0021; }
span { border-color: rgb(90,0,33); }
td.TdClassName
{
border-color: #5A0021;
}
.TagClassName
{
border-color: #5A0021;
}
</style>