Shades of Tyrian Purple #5A0840
Tints of Tyrian Purple #5A0840
RGB
CMYK
RGB Variations
Color information
#5A0840 (or 0x5A0840) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 40. RGB value is (90,8,64). Sum of RGB (Red+Green+Blue) = 90+8+64=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0840 is #A5F7BF. Grayscale: #262626. Windows color (decimal): -10876864 or 4196442. OLE color: 4196442.
HSL color Cylindrical-coordinate representation of color #5A0840: hue angle of 319.02º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0840 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 64 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.65 |
| HSL | 319.02º | 0.84% | 0.19% | - |
| HSV(B) | 319.02º | 0.91% | 0.35% | - |
| XYZ | 5.23 | 2.72 | 5.1 | - |
| YUV | 38.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 64 | 0 | 0.91 | 0.29 | 0.65 | 319.02 | 0.84 | 0.19 |
| Hex | 5A | 8 | 40 | 0 | 5B | 1D | 41 | 13F | 54 | 13 |
| Octal | 132 | 10 | 100 | 0 | 133 | 35 | 101 | 477 | 124 | 23 |
| Binary | 1011010 | 1000 | 1000000 | 0 | 1011011 | 11101 | 1000001 | 100111111 | 1010100 | 10011 |
Color Harmonies of #5A0840
Complementary color
Monochromatic Colors of #5A0840
Black with #5A0840
Text Example
Text Example
White with #5A0840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0840; }
p { color: rgb(90,8,64); }
H1.HeaderClassName
{
color: #5A0840;
}
.AnyTagClassName
{
color: #5A0840;
}
</style>
background-color css
<style>
a { background-color: #5A0840; }
a { background-color: rgb(90,8,64); }
div.DivClassName
{
background-color: #5A0840;
}
.BgClassName
{
background-color: #5A0840;
}
</style>
border-color css
<style>
span { border-color: #5A0840; }
span { border-color: rgb(90,8,64); }
td.TdClassName
{
border-color: #5A0840;
}
.TagClassName
{
border-color: #5A0840;
}
</style>