Shades of Tyrian Purple #5A0037
Tints of Tyrian Purple #5A0037
RGB
CMYK
RGB Variations
Color information
#5A0037 (or 0x5A0037) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 37. RGB value is (90,0,55). Sum of RGB (Red+Green+Blue) = 90+0+55=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0037 is #A5FFC8. Grayscale: #212121. Windows color (decimal): -10878921 or 3604570. OLE color: 3604570.
HSL color Cylindrical-coordinate representation of color #5A0037: hue angle of 323.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 #5A0037 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.39 | 0.65 |
| HSL | 323.33º | 1% | 0.18% | - |
| HSV(B) | 323.33º | 1% | 0.35% | - |
| XYZ | 4.91 | 2.45 | 3.83 | - |
| YUV | 33.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 55 | 0 | 1 | 0.39 | 0.65 | 323.33 | 1 | 0.18 |
| Hex | 5A | 0 | 37 | 0 | 64 | 27 | 41 | 143 | 64 | 12 |
| Octal | 132 | 0 | 67 | 0 | 144 | 47 | 101 | 503 | 144 | 22 |
| Binary | 1011010 | 0 | 110111 | 0 | 1100100 | 100111 | 1000001 | 101000011 | 1100100 | 10010 |
Color Harmonies of #5A0037
Complementary color
Monochromatic Colors of #5A0037
Black with #5A0037
Text Example
Text Example
White with #5A0037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0037; }
p { color: rgb(90,0,55); }
H1.HeaderClassName
{
color: #5A0037;
}
.AnyTagClassName
{
color: #5A0037;
}
</style>
background-color css
<style>
a { background-color: #5A0037; }
a { background-color: rgb(90,0,55); }
div.DivClassName
{
background-color: #5A0037;
}
.BgClassName
{
background-color: #5A0037;
}
</style>
border-color css
<style>
span { border-color: #5A0037; }
span { border-color: rgb(90,0,55); }
td.TdClassName
{
border-color: #5A0037;
}
.TagClassName
{
border-color: #5A0037;
}
</style>