Shades of Tyrian Purple #5A0046
Tints of Tyrian Purple #5A0046
RGB
CMYK
RGB Variations
Color information
#5A0046 (or 0x5A0046) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 46. RGB value is (90,0,70). Sum of RGB (Red+Green+Blue) = 90+0+70=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0046 is #A5FFB9. Grayscale: #222222. Windows color (decimal): -10878906 or 4587610. OLE color: 4587610.
HSL color Cylindrical-coordinate representation of color #5A0046: hue angle of 313.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0046 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.22 | 0.65 |
| HSL | 313.33º | 1% | 0.18% | - |
| HSV(B) | 313.33º | 1% | 0.35% | - |
| XYZ | 5.32 | 2.62 | 6.02 | - |
| YUV | 34.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 70 | 0 | 1 | 0.22 | 0.65 | 313.33 | 1 | 0.18 |
| Hex | 5A | 0 | 46 | 0 | 64 | 16 | 41 | 139 | 64 | 12 |
| Octal | 132 | 0 | 106 | 0 | 144 | 26 | 101 | 471 | 144 | 22 |
| Binary | 1011010 | 0 | 1000110 | 0 | 1100100 | 10110 | 1000001 | 100111001 | 1100100 | 10010 |
Color Harmonies of #5A0046
Complementary color
Monochromatic Colors of #5A0046
Black with #5A0046
Text Example
Text Example
White with #5A0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0046; }
p { color: rgb(90,0,70); }
H1.HeaderClassName
{
color: #5A0046;
}
.AnyTagClassName
{
color: #5A0046;
}
</style>
background-color css
<style>
a { background-color: #5A0046; }
a { background-color: rgb(90,0,70); }
div.DivClassName
{
background-color: #5A0046;
}
.BgClassName
{
background-color: #5A0046;
}
</style>
border-color css
<style>
span { border-color: #5A0046; }
span { border-color: rgb(90,0,70); }
td.TdClassName
{
border-color: #5A0046;
}
.TagClassName
{
border-color: #5A0046;
}
</style>