Shades of Tyrian Purple #5A054A
Tints of Tyrian Purple #5A054A
RGB
CMYK
RGB Variations
Color information
#5A054A (or 0x5A054A) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 4A. RGB value is (90,5,74). Sum of RGB (Red+Green+Blue) = 90+5+74=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A054A is #A5FAB5. Grayscale: #262626. Windows color (decimal): -10877622 or 4851034. OLE color: 4851034.
HSL color Cylindrical-coordinate representation of color #5A054A: hue angle of 311.29º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A054A is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 74 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.65 |
| HSL | 311.29º | 0.89% | 0.19% | - |
| HSV(B) | 311.29º | 0.94% | 0.35% | - |
| XYZ | 5.51 | 2.78 | 6.72 | - |
| YUV | 38.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 74 | 0 | 0.94 | 0.18 | 0.65 | 311.29 | 0.89 | 0.19 |
| Hex | 5A | 5 | 4A | 0 | 5E | 12 | 41 | 137 | 59 | 13 |
| Octal | 132 | 5 | 112 | 0 | 136 | 22 | 101 | 467 | 131 | 23 |
| Binary | 1011010 | 101 | 1001010 | 0 | 1011110 | 10010 | 1000001 | 100110111 | 1011001 | 10011 |
Color Harmonies of #5A054A
Complementary color
Monochromatic Colors of #5A054A
Black with #5A054A
Text Example
Text Example
White with #5A054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A054A; }
p { color: rgb(90,5,74); }
H1.HeaderClassName
{
color: #5A054A;
}
.AnyTagClassName
{
color: #5A054A;
}
</style>
background-color css
<style>
a { background-color: #5A054A; }
a { background-color: rgb(90,5,74); }
div.DivClassName
{
background-color: #5A054A;
}
.BgClassName
{
background-color: #5A054A;
}
</style>
border-color css
<style>
span { border-color: #5A054A; }
span { border-color: rgb(90,5,74); }
td.TdClassName
{
border-color: #5A054A;
}
.TagClassName
{
border-color: #5A054A;
}
</style>