Shades of Tyrian Purple #5A0530
Tints of Tyrian Purple #5A0530
RGB
CMYK
RGB Variations
Color information
#5A0530 (or 0x5A0530) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 30. RGB value is (90,5,48). Sum of RGB (Red+Green+Blue) = 90+5+48=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0530 is #A5FACF. Grayscale: #232323. Windows color (decimal): -10877648 or 3147098. OLE color: 3147098.
HSL color Cylindrical-coordinate representation of color #5A0530: hue angle of 329.65º 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 #5A0530 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 48 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.65 |
| HSL | 329.65º | 0.89% | 0.19% | - |
| HSV(B) | 329.65º | 0.94% | 0.35% | - |
| XYZ | 4.8 | 2.5 | 3.02 | - |
| YUV | 35.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 48 | 0 | 0.94 | 0.47 | 0.65 | 329.65 | 0.89 | 0.19 |
| Hex | 5A | 5 | 30 | 0 | 5E | 2F | 41 | 14A | 59 | 13 |
| Octal | 132 | 5 | 60 | 0 | 136 | 57 | 101 | 512 | 131 | 23 |
| Binary | 1011010 | 101 | 110000 | 0 | 1011110 | 101111 | 1000001 | 101001010 | 1011001 | 10011 |
Color Harmonies of #5A0530
Complementary color
Monochromatic Colors of #5A0530
Black with #5A0530
Text Example
Text Example
White with #5A0530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0530; }
p { color: rgb(90,5,48); }
H1.HeaderClassName
{
color: #5A0530;
}
.AnyTagClassName
{
color: #5A0530;
}
</style>
background-color css
<style>
a { background-color: #5A0530; }
a { background-color: rgb(90,5,48); }
div.DivClassName
{
background-color: #5A0530;
}
.BgClassName
{
background-color: #5A0530;
}
</style>
border-color css
<style>
span { border-color: #5A0530; }
span { border-color: rgb(90,5,48); }
td.TdClassName
{
border-color: #5A0530;
}
.TagClassName
{
border-color: #5A0530;
}
</style>