Shades of Tyrian Purple #5A032E
Tints of Tyrian Purple #5A032E
RGB
CMYK
RGB Variations
Color information
#5A032E (or 0x5A032E) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 2E. RGB value is (90,3,46). Sum of RGB (Red+Green+Blue) = 90+3+46=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A032E is #A5FCD1. Grayscale: #212121. Windows color (decimal): -10878162 or 3015514. OLE color: 3015514.
HSL color Cylindrical-coordinate representation of color #5A032E: hue angle of 330.34º 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 #5A032E is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 3 | 46 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.65 |
| HSL | 330.34º | 0.94% | 0.18% | - |
| HSV(B) | 330.34º | 0.97% | 0.35% | - |
| XYZ | 4.74 | 2.44 | 2.81 | - |
| YUV | 33.92 | 134.82 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 46 | 0 | 0.97 | 0.49 | 0.65 | 330.34 | 0.94 | 0.18 |
| Hex | 5A | 3 | 2E | 0 | 61 | 31 | 41 | 14A | 5E | 12 |
| Octal | 132 | 3 | 56 | 0 | 141 | 61 | 101 | 512 | 136 | 22 |
| Binary | 1011010 | 11 | 101110 | 0 | 1100001 | 110001 | 1000001 | 101001010 | 1011110 | 10010 |
Color Harmonies of #5A032E
Complementary color
Monochromatic Colors of #5A032E
Black with #5A032E
Text Example
Text Example
White with #5A032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A032E; }
p { color: rgb(90,3,46); }
H1.HeaderClassName
{
color: #5A032E;
}
.AnyTagClassName
{
color: #5A032E;
}
</style>
background-color css
<style>
a { background-color: #5A032E; }
a { background-color: rgb(90,3,46); }
div.DivClassName
{
background-color: #5A032E;
}
.BgClassName
{
background-color: #5A032E;
}
</style>
border-color css
<style>
span { border-color: #5A032E; }
span { border-color: rgb(90,3,46); }
td.TdClassName
{
border-color: #5A032E;
}
.TagClassName
{
border-color: #5A032E;
}
</style>