Shades of Tyrian Purple #5A134C
Tints of Tyrian Purple #5A134C
RGB
CMYK
RGB Variations
Color information
#5A134C (or 0x5A134C) is known color: Tyrian Purple. HEX triplet: 5A, 13 and 4C. RGB value is (90,19,76). Sum of RGB (Red+Green+Blue) = 90+19+76=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A134C is #A5ECB3. Grayscale: #2E2E2E. Windows color (decimal): -10874036 or 4985690. OLE color: 4985690.
HSL color Cylindrical-coordinate representation of color #5A134C: hue angle of 311.83º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A134C is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 19 | 76 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.65 |
| HSL | 311.83º | 0.65% | 0.21% | - |
| HSV(B) | 311.83º | 0.79% | 0.35% | - |
| XYZ | 5.75 | 3.16 | 7.14 | - |
| YUV | 46.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 76 | 0 | 0.79 | 0.16 | 0.65 | 311.83 | 0.65 | 0.21 |
| Hex | 5A | 13 | 4C | 0 | 4F | 10 | 41 | 138 | 41 | 15 |
| Octal | 132 | 23 | 114 | 0 | 117 | 20 | 101 | 470 | 101 | 25 |
| Binary | 1011010 | 10011 | 1001100 | 0 | 1001111 | 10000 | 1000001 | 100111000 | 1000001 | 10101 |
Color Harmonies of #5A134C
Complementary color
Monochromatic Colors of #5A134C
Black with #5A134C
Text Example
Text Example
White with #5A134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A134C; }
p { color: rgb(90,19,76); }
H1.HeaderClassName
{
color: #5A134C;
}
.AnyTagClassName
{
color: #5A134C;
}
</style>
background-color css
<style>
a { background-color: #5A134C; }
a { background-color: rgb(90,19,76); }
div.DivClassName
{
background-color: #5A134C;
}
.BgClassName
{
background-color: #5A134C;
}
</style>
border-color css
<style>
span { border-color: #5A134C; }
span { border-color: rgb(90,19,76); }
td.TdClassName
{
border-color: #5A134C;
}
.TagClassName
{
border-color: #5A134C;
}
</style>