Shades of Tyrian Purple #5A0E36
Tints of Tyrian Purple #5A0E36
RGB
CMYK
RGB Variations
Color information
#5A0E36 (or 0x5A0E36) is known color: Tyrian Purple. HEX triplet: 5A, 0E and 36. RGB value is (90,14,54). Sum of RGB (Red+Green+Blue) = 90+14+54=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E36 is #A5F1C9. Grayscale: #292929. Windows color (decimal): -10875338 or 3542618. OLE color: 3542618.
HSL color Cylindrical-coordinate representation of color #5A0E36: hue angle of 328.42º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A0E36 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 14 | 54 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.65 |
| HSL | 328.42º | 0.73% | 0.2% | - |
| HSV(B) | 328.42º | 0.84% | 0.35% | - |
| XYZ | 5.04 | 2.75 | 3.76 | - |
| YUV | 41.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 54 | 0 | 0.84 | 0.40 | 0.65 | 328.42 | 0.73 | 0.2 |
| Hex | 5A | E | 36 | 0 | 54 | 28 | 41 | 148 | 49 | 14 |
| Octal | 132 | 16 | 66 | 0 | 124 | 50 | 101 | 510 | 111 | 24 |
| Binary | 1011010 | 1110 | 110110 | 0 | 1010100 | 101000 | 1000001 | 101001000 | 1001001 | 10100 |
Color Harmonies of #5A0E36
Complementary color
Monochromatic Colors of #5A0E36
Black with #5A0E36
Text Example
Text Example
White with #5A0E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0E36; }
p { color: rgb(90,14,54); }
H1.HeaderClassName
{
color: #5A0E36;
}
.AnyTagClassName
{
color: #5A0E36;
}
</style>
background-color css
<style>
a { background-color: #5A0E36; }
a { background-color: rgb(90,14,54); }
div.DivClassName
{
background-color: #5A0E36;
}
.BgClassName
{
background-color: #5A0E36;
}
</style>
border-color css
<style>
span { border-color: #5A0E36; }
span { border-color: rgb(90,14,54); }
td.TdClassName
{
border-color: #5A0E36;
}
.TagClassName
{
border-color: #5A0E36;
}
</style>