Shades of Tyrian Purple #5A0439
Tints of Tyrian Purple #5A0439
RGB
CMYK
RGB Variations
Color information
#5A0439 (or 0x5A0439) is known color: Tyrian Purple. HEX triplet: 5A, 04 and 39. RGB value is (90,4,57). Sum of RGB (Red+Green+Blue) = 90+4+57=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0439 is #A5FBC6. Grayscale: #232323. Windows color (decimal): -10877895 or 3736666. OLE color: 3736666.
HSL color Cylindrical-coordinate representation of color #5A0439: hue angle of 323.02º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0439 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 4 | 57 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.65 |
| HSL | 323.02º | 0.91% | 0.18% | - |
| HSV(B) | 323.02º | 0.96% | 0.35% | - |
| XYZ | 5 | 2.56 | 4.1 | - |
| YUV | 35.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 57 | 0 | 0.96 | 0.37 | 0.65 | 323.02 | 0.91 | 0.18 |
| Hex | 5A | 4 | 39 | 0 | 60 | 25 | 41 | 143 | 5B | 12 |
| Octal | 132 | 4 | 71 | 0 | 140 | 45 | 101 | 503 | 133 | 22 |
| Binary | 1011010 | 100 | 111001 | 0 | 1100000 | 100101 | 1000001 | 101000011 | 1011011 | 10010 |
Color Harmonies of #5A0439
Complementary color
Monochromatic Colors of #5A0439
Black with #5A0439
Text Example
Text Example
White with #5A0439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0439; }
p { color: rgb(90,4,57); }
H1.HeaderClassName
{
color: #5A0439;
}
.AnyTagClassName
{
color: #5A0439;
}
</style>
background-color css
<style>
a { background-color: #5A0439; }
a { background-color: rgb(90,4,57); }
div.DivClassName
{
background-color: #5A0439;
}
.BgClassName
{
background-color: #5A0439;
}
</style>
border-color css
<style>
span { border-color: #5A0439; }
span { border-color: rgb(90,4,57); }
td.TdClassName
{
border-color: #5A0439;
}
.TagClassName
{
border-color: #5A0439;
}
</style>