Shades of Tyrian Purple #5A033E
Tints of Tyrian Purple #5A033E
RGB
CMYK
RGB Variations
Color information
#5A033E (or 0x5A033E) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 3E. RGB value is (90,3,62). Sum of RGB (Red+Green+Blue) = 90+3+62=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A033E is #A5FCC1. Grayscale: #232323. Windows color (decimal): -10878146 or 4064090. OLE color: 4064090.
HSL color Cylindrical-coordinate representation of color #5A033E: hue angle of 319.31º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A033E is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 3 | 62 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.65 |
| HSL | 319.31º | 0.94% | 0.18% | - |
| HSV(B) | 319.31º | 0.97% | 0.35% | - |
| XYZ | 5.12 | 2.59 | 4.79 | - |
| YUV | 35.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 62 | 0 | 0.97 | 0.31 | 0.65 | 319.31 | 0.94 | 0.18 |
| Hex | 5A | 3 | 3E | 0 | 61 | 1F | 41 | 13F | 5E | 12 |
| Octal | 132 | 3 | 76 | 0 | 141 | 37 | 101 | 477 | 136 | 22 |
| Binary | 1011010 | 11 | 111110 | 0 | 1100001 | 11111 | 1000001 | 100111111 | 1011110 | 10010 |
Color Harmonies of #5A033E
Complementary color
Monochromatic Colors of #5A033E
Black with #5A033E
Text Example
Text Example
White with #5A033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A033E; }
p { color: rgb(90,3,62); }
H1.HeaderClassName
{
color: #5A033E;
}
.AnyTagClassName
{
color: #5A033E;
}
</style>
background-color css
<style>
a { background-color: #5A033E; }
a { background-color: rgb(90,3,62); }
div.DivClassName
{
background-color: #5A033E;
}
.BgClassName
{
background-color: #5A033E;
}
</style>
border-color css
<style>
span { border-color: #5A033E; }
span { border-color: rgb(90,3,62); }
td.TdClassName
{
border-color: #5A033E;
}
.TagClassName
{
border-color: #5A033E;
}
</style>