Shades of Tyrian Purple #5A003A
Tints of Tyrian Purple #5A003A
RGB
CMYK
RGB Variations
Color information
#5A003A (or 0x5A003A) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 3A. RGB value is (90,0,58). Sum of RGB (Red+Green+Blue) = 90+0+58=148 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.81% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 90 - color contains mainly: red. Hex color #5A003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A003A is #A5FFC5. Grayscale: #212121. Windows color (decimal): -10878918 or 3801178. OLE color: 3801178.
HSL color Cylindrical-coordinate representation of color #5A003A: hue angle of 321.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 #5A003A is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.36 | 0.65 |
| HSL | 321.33º | 1% | 0.18% | - |
| HSV(B) | 321.33º | 1% | 0.35% | - |
| XYZ | 4.98 | 2.48 | 4.22 | - |
| YUV | 33.52 | 141.82 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 58 | 0 | 1 | 0.36 | 0.65 | 321.33 | 1 | 0.18 |
| Hex | 5A | 0 | 3A | 0 | 64 | 24 | 41 | 141 | 64 | 12 |
| Octal | 132 | 0 | 72 | 0 | 144 | 44 | 101 | 501 | 144 | 22 |
| Binary | 1011010 | 0 | 111010 | 0 | 1100100 | 100100 | 1000001 | 101000001 | 1100100 | 10010 |
Color Harmonies of #5A003A
Complementary color
Monochromatic Colors of #5A003A
Black with #5A003A
Text Example
Text Example
White with #5A003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A003A; }
p { color: rgb(90,0,58); }
H1.HeaderClassName
{
color: #5A003A;
}
.AnyTagClassName
{
color: #5A003A;
}
</style>
background-color css
<style>
a { background-color: #5A003A; }
a { background-color: rgb(90,0,58); }
div.DivClassName
{
background-color: #5A003A;
}
.BgClassName
{
background-color: #5A003A;
}
</style>
border-color css
<style>
span { border-color: #5A003A; }
span { border-color: rgb(90,0,58); }
td.TdClassName
{
border-color: #5A003A;
}
.TagClassName
{
border-color: #5A003A;
}
</style>