Shades of Tyrian Purple #5A0435
Tints of Tyrian Purple #5A0435
RGB
CMYK
RGB Variations
Color information
#5A0435 (or 0x5A0435) is known color: Tyrian Purple. HEX triplet: 5A, 04 and 35. RGB value is (90,4,53). Sum of RGB (Red+Green+Blue) = 90+4+53=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0435 is #A5FBCA. Grayscale: #232323. Windows color (decimal): -10877899 or 3474522. OLE color: 3474522.
HSL color Cylindrical-coordinate representation of color #5A0435: hue angle of 325.81º 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 #5A0435 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 4 | 53 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.65 |
| HSL | 325.81º | 0.91% | 0.18% | - |
| HSV(B) | 325.81º | 0.96% | 0.35% | - |
| XYZ | 4.9 | 2.52 | 3.6 | - |
| YUV | 35.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 53 | 0 | 0.96 | 0.41 | 0.65 | 325.81 | 0.91 | 0.18 |
| Hex | 5A | 4 | 35 | 0 | 60 | 29 | 41 | 146 | 5B | 12 |
| Octal | 132 | 4 | 65 | 0 | 140 | 51 | 101 | 506 | 133 | 22 |
| Binary | 1011010 | 100 | 110101 | 0 | 1100000 | 101001 | 1000001 | 101000110 | 1011011 | 10010 |
Color Harmonies of #5A0435
Complementary color
Monochromatic Colors of #5A0435
Black with #5A0435
Text Example
Text Example
White with #5A0435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0435; }
p { color: rgb(90,4,53); }
H1.HeaderClassName
{
color: #5A0435;
}
.AnyTagClassName
{
color: #5A0435;
}
</style>
background-color css
<style>
a { background-color: #5A0435; }
a { background-color: rgb(90,4,53); }
div.DivClassName
{
background-color: #5A0435;
}
.BgClassName
{
background-color: #5A0435;
}
</style>
border-color css
<style>
span { border-color: #5A0435; }
span { border-color: rgb(90,4,53); }
td.TdClassName
{
border-color: #5A0435;
}
.TagClassName
{
border-color: #5A0435;
}
</style>