Shades of Tyrian Purple #5A054C
Tints of Tyrian Purple #5A054C
RGB
CMYK
RGB Variations
Color information
#5A054C (or 0x5A054C) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 4C. RGB value is (90,5,76). Sum of RGB (Red+Green+Blue) = 90+5+76=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A054C is #A5FAB3. Grayscale: #262626. Windows color (decimal): -10877620 or 4982106. OLE color: 4982106.
HSL color Cylindrical-coordinate representation of color #5A054C: hue angle of 309.88º 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 #5A054C is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 76 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.65 |
| HSL | 309.88º | 0.89% | 0.19% | - |
| HSV(B) | 309.88º | 0.94% | 0.35% | - |
| XYZ | 5.58 | 2.8 | 7.08 | - |
| YUV | 38.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 76 | 0 | 0.94 | 0.16 | 0.65 | 309.88 | 0.89 | 0.19 |
| Hex | 5A | 5 | 4C | 0 | 5E | 10 | 41 | 136 | 59 | 13 |
| Octal | 132 | 5 | 114 | 0 | 136 | 20 | 101 | 466 | 131 | 23 |
| Binary | 1011010 | 101 | 1001100 | 0 | 1011110 | 10000 | 1000001 | 100110110 | 1011001 | 10011 |
Color Harmonies of #5A054C
Complementary color
Monochromatic Colors of #5A054C
Black with #5A054C
Text Example
Text Example
White with #5A054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A054C; }
p { color: rgb(90,5,76); }
H1.HeaderClassName
{
color: #5A054C;
}
.AnyTagClassName
{
color: #5A054C;
}
</style>
background-color css
<style>
a { background-color: #5A054C; }
a { background-color: rgb(90,5,76); }
div.DivClassName
{
background-color: #5A054C;
}
.BgClassName
{
background-color: #5A054C;
}
</style>
border-color css
<style>
span { border-color: #5A054C; }
span { border-color: rgb(90,5,76); }
td.TdClassName
{
border-color: #5A054C;
}
.TagClassName
{
border-color: #5A054C;
}
</style>