Shades of Tyrian Purple #5A0453
Tints of Tyrian Purple #5A0453
RGB
CMYK
RGB Variations
Color information
#5A0453 (or 0x5A0453) is known color: Tyrian Purple. HEX triplet: 5A, 04 and 53. RGB value is (90,4,83). Sum of RGB (Red+Green+Blue) = 90+4+83=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0453 is #A5FBAC. Grayscale: #262626. Windows color (decimal): -10877869 or 5440602. OLE color: 5440602.
HSL color Cylindrical-coordinate representation of color #5A0453: hue angle of 304.88º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0453 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 4 | 83 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.65 |
| HSL | 304.88º | 0.91% | 0.18% | - |
| HSV(B) | 304.88º | 0.96% | 0.35% | - |
| XYZ | 5.82 | 2.89 | 8.43 | - |
| YUV | 38.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 83 | 0 | 0.96 | 0.08 | 0.65 | 304.88 | 0.91 | 0.18 |
| Hex | 5A | 4 | 53 | 0 | 60 | 8 | 41 | 131 | 5B | 12 |
| Octal | 132 | 4 | 123 | 0 | 140 | 10 | 101 | 461 | 133 | 22 |
| Binary | 1011010 | 100 | 1010011 | 0 | 1100000 | 1000 | 1000001 | 100110001 | 1011011 | 10010 |
Color Harmonies of #5A0453
Complementary color
Monochromatic Colors of #5A0453
Black with #5A0453
Text Example
Text Example
White with #5A0453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0453; }
p { color: rgb(90,4,83); }
H1.HeaderClassName
{
color: #5A0453;
}
.AnyTagClassName
{
color: #5A0453;
}
</style>
background-color css
<style>
a { background-color: #5A0453; }
a { background-color: rgb(90,4,83); }
div.DivClassName
{
background-color: #5A0453;
}
.BgClassName
{
background-color: #5A0453;
}
</style>
border-color css
<style>
span { border-color: #5A0453; }
span { border-color: rgb(90,4,83); }
td.TdClassName
{
border-color: #5A0453;
}
.TagClassName
{
border-color: #5A0453;
}
</style>