Shades of Tyrian Purple #5A0E35
Tints of Tyrian Purple #5A0E35
RGB
CMYK
RGB Variations
Color information
#5A0E35 (or 0x5A0E35) is known color: Tyrian Purple. HEX triplet: 5A, 0E and 35. RGB value is (90,14,53). Sum of RGB (Red+Green+Blue) = 90+14+53=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E35 is #A5F1CA. Grayscale: #292929. Windows color (decimal): -10875339 or 3477082. OLE color: 3477082.
HSL color Cylindrical-coordinate representation of color #5A0E35: hue angle of 329.21º 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 #5A0E35 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 14 | 53 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.65 |
| HSL | 329.21º | 0.73% | 0.2% | - |
| HSV(B) | 329.21º | 0.84% | 0.35% | - |
| XYZ | 5.02 | 2.74 | 3.63 | - |
| YUV | 41.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 53 | 0 | 0.84 | 0.41 | 0.65 | 329.21 | 0.73 | 0.2 |
| Hex | 5A | E | 35 | 0 | 54 | 29 | 41 | 149 | 49 | 14 |
| Octal | 132 | 16 | 65 | 0 | 124 | 51 | 101 | 511 | 111 | 24 |
| Binary | 1011010 | 1110 | 110101 | 0 | 1010100 | 101001 | 1000001 | 101001001 | 1001001 | 10100 |
Color Harmonies of #5A0E35
Complementary color
Monochromatic Colors of #5A0E35
Black with #5A0E35
Text Example
Text Example
White with #5A0E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0E35; }
p { color: rgb(90,14,53); }
H1.HeaderClassName
{
color: #5A0E35;
}
.AnyTagClassName
{
color: #5A0E35;
}
</style>
background-color css
<style>
a { background-color: #5A0E35; }
a { background-color: rgb(90,14,53); }
div.DivClassName
{
background-color: #5A0E35;
}
.BgClassName
{
background-color: #5A0E35;
}
</style>
border-color css
<style>
span { border-color: #5A0E35; }
span { border-color: rgb(90,14,53); }
td.TdClassName
{
border-color: #5A0E35;
}
.TagClassName
{
border-color: #5A0E35;
}
</style>