Shades of Tyrian Purple #5A0637
Tints of Tyrian Purple #5A0637
RGB
CMYK
RGB Variations
Color information
#5A0637 (or 0x5A0637) is known color: Tyrian Purple. HEX triplet: 5A, 06 and 37. RGB value is (90,6,55). Sum of RGB (Red+Green+Blue) = 90+6+55=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0637 is #A5F9C8. Grayscale: #242424. Windows color (decimal): -10877385 or 3606106. OLE color: 3606106.
HSL color Cylindrical-coordinate representation of color #5A0637: hue angle of 325º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0637 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 6 | 55 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.65 |
| HSL | 325º | 0.88% | 0.19% | - |
| HSV(B) | 325º | 0.93% | 0.35% | - |
| XYZ | 4.97 | 2.58 | 3.85 | - |
| YUV | 36.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 55 | 0 | 0.93 | 0.39 | 0.65 | 325 | 0.88 | 0.19 |
| Hex | 5A | 6 | 37 | 0 | 5D | 27 | 41 | 145 | 58 | 13 |
| Octal | 132 | 6 | 67 | 0 | 135 | 47 | 101 | 505 | 130 | 23 |
| Binary | 1011010 | 110 | 110111 | 0 | 1011101 | 100111 | 1000001 | 101000101 | 1011000 | 10011 |
Color Harmonies of #5A0637
Complementary color
Monochromatic Colors of #5A0637
Black with #5A0637
Text Example
Text Example
White with #5A0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0637; }
p { color: rgb(90,6,55); }
H1.HeaderClassName
{
color: #5A0637;
}
.AnyTagClassName
{
color: #5A0637;
}
</style>
background-color css
<style>
a { background-color: #5A0637; }
a { background-color: rgb(90,6,55); }
div.DivClassName
{
background-color: #5A0637;
}
.BgClassName
{
background-color: #5A0637;
}
</style>
border-color css
<style>
span { border-color: #5A0637; }
span { border-color: rgb(90,6,55); }
td.TdClassName
{
border-color: #5A0637;
}
.TagClassName
{
border-color: #5A0637;
}
</style>