Shades of Tyrian Purple #5A0142
Tints of Tyrian Purple #5A0142
RGB
CMYK
RGB Variations
Color information
#5A0142 (or 0x5A0142) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 42. RGB value is (90,1,66). Sum of RGB (Red+Green+Blue) = 90+1+66=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0142 is #A5FEBD. Grayscale: #222222. Windows color (decimal): -10878654 or 4325722. OLE color: 4325722.
HSL color Cylindrical-coordinate representation of color #5A0142: hue angle of 316.18º 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 #5A0142 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.65 |
| HSL | 316.18º | 0.98% | 0.18% | - |
| HSV(B) | 316.18º | 0.99% | 0.35% | - |
| XYZ | 5.21 | 2.59 | 5.38 | - |
| YUV | 35.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 66 | 0 | 0.99 | 0.27 | 0.65 | 316.18 | 0.98 | 0.18 |
| Hex | 5A | 1 | 42 | 0 | 63 | 1B | 41 | 13C | 62 | 12 |
| Octal | 132 | 1 | 102 | 0 | 143 | 33 | 101 | 474 | 142 | 22 |
| Binary | 1011010 | 1 | 1000010 | 0 | 1100011 | 11011 | 1000001 | 100111100 | 1100010 | 10010 |
Color Harmonies of #5A0142
Complementary color
Monochromatic Colors of #5A0142
Black with #5A0142
Text Example
Text Example
White with #5A0142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0142; }
p { color: rgb(90,1,66); }
H1.HeaderClassName
{
color: #5A0142;
}
.AnyTagClassName
{
color: #5A0142;
}
</style>
background-color css
<style>
a { background-color: #5A0142; }
a { background-color: rgb(90,1,66); }
div.DivClassName
{
background-color: #5A0142;
}
.BgClassName
{
background-color: #5A0142;
}
</style>
border-color css
<style>
span { border-color: #5A0142; }
span { border-color: rgb(90,1,66); }
td.TdClassName
{
border-color: #5A0142;
}
.TagClassName
{
border-color: #5A0142;
}
</style>