Shades of Tyrian Purple #5A024D
Tints of Tyrian Purple #5A024D
RGB
CMYK
RGB Variations
Color information
#5A024D (or 0x5A024D) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 4D. RGB value is (90,2,77). Sum of RGB (Red+Green+Blue) = 90+2+77=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A024D is #A5FDB2. Grayscale: #242424. Windows color (decimal): -10878387 or 5046874. OLE color: 5046874.
HSL color Cylindrical-coordinate representation of color #5A024D: hue angle of 308.86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A024D is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 77 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.65 |
| HSL | 308.86º | 0.96% | 0.18% | - |
| HSV(B) | 308.86º | 0.98% | 0.35% | - |
| XYZ | 5.58 | 2.75 | 7.26 | - |
| YUV | 36.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 77 | 0 | 0.98 | 0.14 | 0.65 | 308.86 | 0.96 | 0.18 |
| Hex | 5A | 2 | 4D | 0 | 62 | E | 41 | 135 | 60 | 12 |
| Octal | 132 | 2 | 115 | 0 | 142 | 16 | 101 | 465 | 140 | 22 |
| Binary | 1011010 | 10 | 1001101 | 0 | 1100010 | 1110 | 1000001 | 100110101 | 1100000 | 10010 |
Color Harmonies of #5A024D
Complementary color
Monochromatic Colors of #5A024D
Black with #5A024D
Text Example
Text Example
White with #5A024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A024D; }
p { color: rgb(90,2,77); }
H1.HeaderClassName
{
color: #5A024D;
}
.AnyTagClassName
{
color: #5A024D;
}
</style>
background-color css
<style>
a { background-color: #5A024D; }
a { background-color: rgb(90,2,77); }
div.DivClassName
{
background-color: #5A024D;
}
.BgClassName
{
background-color: #5A024D;
}
</style>
border-color css
<style>
span { border-color: #5A024D; }
span { border-color: rgb(90,2,77); }
td.TdClassName
{
border-color: #5A024D;
}
.TagClassName
{
border-color: #5A024D;
}
</style>