Shades of Tyrian Purple #5A0224
Tints of Tyrian Purple #5A0224
RGB
CMYK
RGB Variations
Color information
#5A0224 (or 0x5A0224) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 24. RGB value is (90,2,36). Sum of RGB (Red+Green+Blue) = 90+2+36=128 (16% of max value = 765). Red value is 90 (35.55% from 255 or 70.31% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0224 is #A5FDDB. Grayscale: #202020. Windows color (decimal): -10878428 or 2359898. OLE color: 2359898.
HSL color Cylindrical-coordinate representation of color #5A0224: hue angle of 336.82º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0224 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 36 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.65 |
| HSL | 336.82º | 0.96% | 0.18% | - |
| HSV(B) | 336.82º | 0.98% | 0.35% | - |
| XYZ | 4.56 | 2.34 | 1.88 | - |
| YUV | 32.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 36 | 0 | 0.98 | 0.60 | 0.65 | 336.82 | 0.96 | 0.18 |
| Hex | 5A | 2 | 24 | 0 | 62 | 3C | 41 | 151 | 60 | 12 |
| Octal | 132 | 2 | 44 | 0 | 142 | 74 | 101 | 521 | 140 | 22 |
| Binary | 1011010 | 10 | 100100 | 0 | 1100010 | 111100 | 1000001 | 101010001 | 1100000 | 10010 |
Color Harmonies of #5A0224
Complementary color
Monochromatic Colors of #5A0224
Black with #5A0224
Text Example
Text Example
White with #5A0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0224; }
p { color: rgb(90,2,36); }
H1.HeaderClassName
{
color: #5A0224;
}
.AnyTagClassName
{
color: #5A0224;
}
</style>
background-color css
<style>
a { background-color: #5A0224; }
a { background-color: rgb(90,2,36); }
div.DivClassName
{
background-color: #5A0224;
}
.BgClassName
{
background-color: #5A0224;
}
</style>
border-color css
<style>
span { border-color: #5A0224; }
span { border-color: rgb(90,2,36); }
td.TdClassName
{
border-color: #5A0224;
}
.TagClassName
{
border-color: #5A0224;
}
</style>