Shades of Tyrian Purple #5A0736
Tints of Tyrian Purple #5A0736
RGB
CMYK
RGB Variations
Color information
#5A0736 (or 0x5A0736) is known color: Tyrian Purple. HEX triplet: 5A, 07 and 36. RGB value is (90,7,54). Sum of RGB (Red+Green+Blue) = 90+7+54=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0736 is #A5F8C9. Grayscale: #252525. Windows color (decimal): -10877130 or 3540826. OLE color: 3540826.
HSL color Cylindrical-coordinate representation of color #5A0736: hue angle of 326.02º 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 #5A0736 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 7 | 54 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.65 |
| HSL | 326.02º | 0.86% | 0.19% | - |
| HSV(B) | 326.02º | 0.92% | 0.35% | - |
| XYZ | 4.96 | 2.59 | 3.73 | - |
| YUV | 37.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 54 | 0 | 0.92 | 0.40 | 0.65 | 326.02 | 0.86 | 0.19 |
| Hex | 5A | 7 | 36 | 0 | 5C | 28 | 41 | 146 | 56 | 13 |
| Octal | 132 | 7 | 66 | 0 | 134 | 50 | 101 | 506 | 126 | 23 |
| Binary | 1011010 | 111 | 110110 | 0 | 1011100 | 101000 | 1000001 | 101000110 | 1010110 | 10011 |
Color Harmonies of #5A0736
Complementary color
Monochromatic Colors of #5A0736
Black with #5A0736
Text Example
Text Example
White with #5A0736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0736; }
p { color: rgb(90,7,54); }
H1.HeaderClassName
{
color: #5A0736;
}
.AnyTagClassName
{
color: #5A0736;
}
</style>
background-color css
<style>
a { background-color: #5A0736; }
a { background-color: rgb(90,7,54); }
div.DivClassName
{
background-color: #5A0736;
}
.BgClassName
{
background-color: #5A0736;
}
</style>
border-color css
<style>
span { border-color: #5A0736; }
span { border-color: rgb(90,7,54); }
td.TdClassName
{
border-color: #5A0736;
}
.TagClassName
{
border-color: #5A0736;
}
</style>