Shades of Tyrian Purple #5A052E
Tints of Tyrian Purple #5A052E
RGB
CMYK
RGB Variations
Color information
#5A052E (or 0x5A052E) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 2E. RGB value is (90,5,46). Sum of RGB (Red+Green+Blue) = 90+5+46=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A052E is #A5FAD1. Grayscale: #232323. Windows color (decimal): -10877650 or 3016026. OLE color: 3016026.
HSL color Cylindrical-coordinate representation of color #5A052E: hue angle of 331.06º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A052E is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 46 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.65 |
| HSL | 331.06º | 0.89% | 0.19% | - |
| HSV(B) | 331.06º | 0.94% | 0.35% | - |
| XYZ | 4.76 | 2.48 | 2.81 | - |
| YUV | 35.09 | 134.16 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 46 | 0 | 0.94 | 0.49 | 0.65 | 331.06 | 0.89 | 0.19 |
| Hex | 5A | 5 | 2E | 0 | 5E | 31 | 41 | 14B | 59 | 13 |
| Octal | 132 | 5 | 56 | 0 | 136 | 61 | 101 | 513 | 131 | 23 |
| Binary | 1011010 | 101 | 101110 | 0 | 1011110 | 110001 | 1000001 | 101001011 | 1011001 | 10011 |
Color Harmonies of #5A052E
Complementary color
Monochromatic Colors of #5A052E
Black with #5A052E
Text Example
Text Example
White with #5A052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A052E; }
p { color: rgb(90,5,46); }
H1.HeaderClassName
{
color: #5A052E;
}
.AnyTagClassName
{
color: #5A052E;
}
</style>
background-color css
<style>
a { background-color: #5A052E; }
a { background-color: rgb(90,5,46); }
div.DivClassName
{
background-color: #5A052E;
}
.BgClassName
{
background-color: #5A052E;
}
</style>
border-color css
<style>
span { border-color: #5A052E; }
span { border-color: rgb(90,5,46); }
td.TdClassName
{
border-color: #5A052E;
}
.TagClassName
{
border-color: #5A052E;
}
</style>