Shades of Tyrian Purple #5A0034
Tints of Tyrian Purple #5A0034
RGB
CMYK
RGB Variations
Color information
#5A0034 (or 0x5A0034) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 34. RGB value is (90,0,52). Sum of RGB (Red+Green+Blue) = 90+0+52=142 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.38% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0034 is #A5FFCB. Grayscale: #202020. Windows color (decimal): -10878924 or 3407962. OLE color: 3407962.
HSL color Cylindrical-coordinate representation of color #5A0034: hue angle of 325.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0034 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.42 | 0.65 |
| HSL | 325.33º | 1% | 0.18% | - |
| HSV(B) | 325.33º | 1% | 0.35% | - |
| XYZ | 4.84 | 2.42 | 3.46 | - |
| YUV | 32.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 52 | 0 | 1 | 0.42 | 0.65 | 325.33 | 1 | 0.18 |
| Hex | 5A | 0 | 34 | 0 | 64 | 2A | 41 | 145 | 64 | 12 |
| Octal | 132 | 0 | 64 | 0 | 144 | 52 | 101 | 505 | 144 | 22 |
| Binary | 1011010 | 0 | 110100 | 0 | 1100100 | 101010 | 1000001 | 101000101 | 1100100 | 10010 |
Color Harmonies of #5A0034
Complementary color
Monochromatic Colors of #5A0034
Black with #5A0034
Text Example
Text Example
White with #5A0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0034; }
p { color: rgb(90,0,52); }
H1.HeaderClassName
{
color: #5A0034;
}
.AnyTagClassName
{
color: #5A0034;
}
</style>
background-color css
<style>
a { background-color: #5A0034; }
a { background-color: rgb(90,0,52); }
div.DivClassName
{
background-color: #5A0034;
}
.BgClassName
{
background-color: #5A0034;
}
</style>
border-color css
<style>
span { border-color: #5A0034; }
span { border-color: rgb(90,0,52); }
td.TdClassName
{
border-color: #5A0034;
}
.TagClassName
{
border-color: #5A0034;
}
</style>