Shades of Tyrian Purple #5A0737
Tints of Tyrian Purple #5A0737
RGB
CMYK
RGB Variations
Color information
#5A0737 (or 0x5A0737) is known color: Tyrian Purple. HEX triplet: 5A, 07 and 37. RGB value is (90,7,55). Sum of RGB (Red+Green+Blue) = 90+7+55=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0737 is #A5F8C8. Grayscale: #252525. Windows color (decimal): -10877129 or 3606362. OLE color: 3606362.
HSL color Cylindrical-coordinate representation of color #5A0737: hue angle of 325.3º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0737 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 7 | 55 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.65 |
| HSL | 325.3º | 0.86% | 0.19% | - |
| HSV(B) | 325.3º | 0.92% | 0.35% | - |
| XYZ | 4.98 | 2.6 | 3.85 | - |
| YUV | 37.29 | 138 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 55 | 0 | 0.92 | 0.39 | 0.65 | 325.3 | 0.86 | 0.19 |
| Hex | 5A | 7 | 37 | 0 | 5C | 27 | 41 | 145 | 56 | 13 |
| Octal | 132 | 7 | 67 | 0 | 134 | 47 | 101 | 505 | 126 | 23 |
| Binary | 1011010 | 111 | 110111 | 0 | 1011100 | 100111 | 1000001 | 101000101 | 1010110 | 10011 |
Color Harmonies of #5A0737
Complementary color
Monochromatic Colors of #5A0737
Black with #5A0737
Text Example
Text Example
White with #5A0737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0737; }
p { color: rgb(90,7,55); }
H1.HeaderClassName
{
color: #5A0737;
}
.AnyTagClassName
{
color: #5A0737;
}
</style>
background-color css
<style>
a { background-color: #5A0737; }
a { background-color: rgb(90,7,55); }
div.DivClassName
{
background-color: #5A0737;
}
.BgClassName
{
background-color: #5A0737;
}
</style>
border-color css
<style>
span { border-color: #5A0737; }
span { border-color: rgb(90,7,55); }
td.TdClassName
{
border-color: #5A0737;
}
.TagClassName
{
border-color: #5A0737;
}
</style>