Shades of Tyrian Purple #5A0A45
Tints of Tyrian Purple #5A0A45
RGB
CMYK
RGB Variations
Color information
#5A0A45 (or 0x5A0A45) is known color: Tyrian Purple. HEX triplet: 5A, 0A and 45. RGB value is (90,10,69). Sum of RGB (Red+Green+Blue) = 90+10+69=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0A45 is #A5F5BA. Grayscale: #282828. Windows color (decimal): -10876347 or 4524634. OLE color: 4524634.
HSL color Cylindrical-coordinate representation of color #5A0A45: hue angle of 315.75º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A0A45 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 10 | 69 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.65 |
| HSL | 315.75º | 0.8% | 0.2% | - |
| HSV(B) | 315.75º | 0.89% | 0.35% | - |
| XYZ | 5.4 | 2.82 | 5.89 | - |
| YUV | 40.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 69 | 0 | 0.89 | 0.23 | 0.65 | 315.75 | 0.8 | 0.2 |
| Hex | 5A | A | 45 | 0 | 59 | 17 | 41 | 13C | 50 | 14 |
| Octal | 132 | 12 | 105 | 0 | 131 | 27 | 101 | 474 | 120 | 24 |
| Binary | 1011010 | 1010 | 1000101 | 0 | 1011001 | 10111 | 1000001 | 100111100 | 1010000 | 10100 |
Color Harmonies of #5A0A45
Complementary color
Monochromatic Colors of #5A0A45
Black with #5A0A45
Text Example
Text Example
White with #5A0A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0A45; }
p { color: rgb(90,10,69); }
H1.HeaderClassName
{
color: #5A0A45;
}
.AnyTagClassName
{
color: #5A0A45;
}
</style>
background-color css
<style>
a { background-color: #5A0A45; }
a { background-color: rgb(90,10,69); }
div.DivClassName
{
background-color: #5A0A45;
}
.BgClassName
{
background-color: #5A0A45;
}
</style>
border-color css
<style>
span { border-color: #5A0A45; }
span { border-color: rgb(90,10,69); }
td.TdClassName
{
border-color: #5A0A45;
}
.TagClassName
{
border-color: #5A0A45;
}
</style>