Shades of Tyrian Purple #5A1439
Tints of Tyrian Purple #5A1439
RGB
CMYK
RGB Variations
Color information
#5A1439 (or 0x5A1439) is known color: Tyrian Purple. HEX triplet: 5A, 14 and 39. RGB value is (90,20,57). Sum of RGB (Red+Green+Blue) = 90+20+57=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1439 is #A5EBC6. Grayscale: #2D2D2D. Windows color (decimal): -10873799 or 3740762. OLE color: 3740762.
HSL color Cylindrical-coordinate representation of color #5A1439: hue angle of 328.29º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A1439 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 20 | 57 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.65 |
| HSL | 328.29º | 0.64% | 0.22% | - |
| HSV(B) | 328.29º | 0.78% | 0.35% | - |
| XYZ | 5.21 | 2.97 | 4.17 | - |
| YUV | 45.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 57 | 0 | 0.78 | 0.37 | 0.65 | 328.29 | 0.64 | 0.22 |
| Hex | 5A | 14 | 39 | 0 | 4E | 25 | 41 | 148 | 40 | 16 |
| Octal | 132 | 24 | 71 | 0 | 116 | 45 | 101 | 510 | 100 | 26 |
| Binary | 1011010 | 10100 | 111001 | 0 | 1001110 | 100101 | 1000001 | 101001000 | 1000000 | 10110 |
Color Harmonies of #5A1439
Complementary color
Monochromatic Colors of #5A1439
Black with #5A1439
Text Example
Text Example
White with #5A1439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1439; }
p { color: rgb(90,20,57); }
H1.HeaderClassName
{
color: #5A1439;
}
.AnyTagClassName
{
color: #5A1439;
}
</style>
background-color css
<style>
a { background-color: #5A1439; }
a { background-color: rgb(90,20,57); }
div.DivClassName
{
background-color: #5A1439;
}
.BgClassName
{
background-color: #5A1439;
}
</style>
border-color css
<style>
span { border-color: #5A1439; }
span { border-color: rgb(90,20,57); }
td.TdClassName
{
border-color: #5A1439;
}
.TagClassName
{
border-color: #5A1439;
}
</style>