Shades of Tyrian Purple #5A054F
Tints of Tyrian Purple #5A054F
RGB
CMYK
RGB Variations
Color information
#5A054F (or 0x5A054F) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 4F. RGB value is (90,5,79). Sum of RGB (Red+Green+Blue) = 90+5+79=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A054F is #A5FAB0. Grayscale: #262626. Windows color (decimal): -10877617 or 5178714. OLE color: 5178714.
HSL color Cylindrical-coordinate representation of color #5A054F: hue angle of 307.76º 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 #5A054F is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 79 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.65 |
| HSL | 307.76º | 0.89% | 0.19% | - |
| HSV(B) | 307.76º | 0.94% | 0.35% | - |
| XYZ | 5.68 | 2.85 | 7.65 | - |
| YUV | 38.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 79 | 0 | 0.94 | 0.12 | 0.65 | 307.76 | 0.89 | 0.19 |
| Hex | 5A | 5 | 4F | 0 | 5E | C | 41 | 134 | 59 | 13 |
| Octal | 132 | 5 | 117 | 0 | 136 | 14 | 101 | 464 | 131 | 23 |
| Binary | 1011010 | 101 | 1001111 | 0 | 1011110 | 1100 | 1000001 | 100110100 | 1011001 | 10011 |
Color Harmonies of #5A054F
Complementary color
Monochromatic Colors of #5A054F
Black with #5A054F
Text Example
Text Example
White with #5A054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A054F; }
p { color: rgb(90,5,79); }
H1.HeaderClassName
{
color: #5A054F;
}
.AnyTagClassName
{
color: #5A054F;
}
</style>
background-color css
<style>
a { background-color: #5A054F; }
a { background-color: rgb(90,5,79); }
div.DivClassName
{
background-color: #5A054F;
}
.BgClassName
{
background-color: #5A054F;
}
</style>
border-color css
<style>
span { border-color: #5A054F; }
span { border-color: rgb(90,5,79); }
td.TdClassName
{
border-color: #5A054F;
}
.TagClassName
{
border-color: #5A054F;
}
</style>