Shades of Tyrian Purple #5A044C
Tints of Tyrian Purple #5A044C
RGB
CMYK
RGB Variations
Color information
#5A044C (or 0x5A044C) is known color: Tyrian Purple. HEX triplet: 5A, 04 and 4C. RGB value is (90,4,76). Sum of RGB (Red+Green+Blue) = 90+4+76=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A044C is #A5FBB3. Grayscale: #252525. Windows color (decimal): -10877876 or 4981850. OLE color: 4981850.
HSL color Cylindrical-coordinate representation of color #5A044C: hue angle of 309.77º 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 #5A044C is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 4 | 76 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.65 |
| HSL | 309.77º | 0.91% | 0.18% | - |
| HSV(B) | 309.77º | 0.96% | 0.35% | - |
| XYZ | 5.56 | 2.78 | 7.08 | - |
| YUV | 37.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 76 | 0 | 0.96 | 0.16 | 0.65 | 309.77 | 0.91 | 0.18 |
| Hex | 5A | 4 | 4C | 0 | 60 | 10 | 41 | 136 | 5B | 12 |
| Octal | 132 | 4 | 114 | 0 | 140 | 20 | 101 | 466 | 133 | 22 |
| Binary | 1011010 | 100 | 1001100 | 0 | 1100000 | 10000 | 1000001 | 100110110 | 1011011 | 10010 |
Color Harmonies of #5A044C
Complementary color
Monochromatic Colors of #5A044C
Black with #5A044C
Text Example
Text Example
White with #5A044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A044C; }
p { color: rgb(90,4,76); }
H1.HeaderClassName
{
color: #5A044C;
}
.AnyTagClassName
{
color: #5A044C;
}
</style>
background-color css
<style>
a { background-color: #5A044C; }
a { background-color: rgb(90,4,76); }
div.DivClassName
{
background-color: #5A044C;
}
.BgClassName
{
background-color: #5A044C;
}
</style>
border-color css
<style>
span { border-color: #5A044C; }
span { border-color: rgb(90,4,76); }
td.TdClassName
{
border-color: #5A044C;
}
.TagClassName
{
border-color: #5A044C;
}
</style>