Shades of Tyrian Purple #5A0143
Tints of Tyrian Purple #5A0143
RGB
CMYK
RGB Variations
Color information
#5A0143 (or 0x5A0143) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 43. RGB value is (90,1,67). Sum of RGB (Red+Green+Blue) = 90+1+67=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0143 is #A5FEBC. Grayscale: #222222. Windows color (decimal): -10878653 or 4391258. OLE color: 4391258.
HSL color Cylindrical-coordinate representation of color #5A0143: hue angle of 315.51º 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 #5A0143 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.65 |
| HSL | 315.51º | 0.98% | 0.18% | - |
| HSV(B) | 315.51º | 0.99% | 0.35% | - |
| XYZ | 5.24 | 2.6 | 5.54 | - |
| YUV | 35.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 67 | 0 | 0.99 | 0.26 | 0.65 | 315.51 | 0.98 | 0.18 |
| Hex | 5A | 1 | 43 | 0 | 63 | 1A | 41 | 13C | 62 | 12 |
| Octal | 132 | 1 | 103 | 0 | 143 | 32 | 101 | 474 | 142 | 22 |
| Binary | 1011010 | 1 | 1000011 | 0 | 1100011 | 11010 | 1000001 | 100111100 | 1100010 | 10010 |
Color Harmonies of #5A0143
Complementary color
Monochromatic Colors of #5A0143
Black with #5A0143
Text Example
Text Example
White with #5A0143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0143; }
p { color: rgb(90,1,67); }
H1.HeaderClassName
{
color: #5A0143;
}
.AnyTagClassName
{
color: #5A0143;
}
</style>
background-color css
<style>
a { background-color: #5A0143; }
a { background-color: rgb(90,1,67); }
div.DivClassName
{
background-color: #5A0143;
}
.BgClassName
{
background-color: #5A0143;
}
</style>
border-color css
<style>
span { border-color: #5A0143; }
span { border-color: rgb(90,1,67); }
td.TdClassName
{
border-color: #5A0143;
}
.TagClassName
{
border-color: #5A0143;
}
</style>