Shades of Tyrian Purple #5A0135
Tints of Tyrian Purple #5A0135
RGB
CMYK
RGB Variations
Color information
#5A0135 (or 0x5A0135) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 35. RGB value is (90,1,53). Sum of RGB (Red+Green+Blue) = 90+1+53=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0135 is #A5FECA. Grayscale: #212121. Windows color (decimal): -10878667 or 3473754. OLE color: 3473754.
HSL color Cylindrical-coordinate representation of color #5A0135: hue angle of 324.94º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A0135 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.65 |
| HSL | 324.94º | 0.98% | 0.18% | - |
| HSV(B) | 324.94º | 0.99% | 0.35% | - |
| XYZ | 4.87 | 2.45 | 3.58 | - |
| YUV | 33.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 53 | 0 | 0.99 | 0.41 | 0.65 | 324.94 | 0.98 | 0.18 |
| Hex | 5A | 1 | 35 | 0 | 63 | 29 | 41 | 145 | 62 | 12 |
| Octal | 132 | 1 | 65 | 0 | 143 | 51 | 101 | 505 | 142 | 22 |
| Binary | 1011010 | 1 | 110101 | 0 | 1100011 | 101001 | 1000001 | 101000101 | 1100010 | 10010 |
Color Harmonies of #5A0135
Complementary color
Monochromatic Colors of #5A0135
Black with #5A0135
Text Example
Text Example
White with #5A0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0135; }
p { color: rgb(90,1,53); }
H1.HeaderClassName
{
color: #5A0135;
}
.AnyTagClassName
{
color: #5A0135;
}
</style>
background-color css
<style>
a { background-color: #5A0135; }
a { background-color: rgb(90,1,53); }
div.DivClassName
{
background-color: #5A0135;
}
.BgClassName
{
background-color: #5A0135;
}
</style>
border-color css
<style>
span { border-color: #5A0135; }
span { border-color: rgb(90,1,53); }
td.TdClassName
{
border-color: #5A0135;
}
.TagClassName
{
border-color: #5A0135;
}
</style>