Shades of Tyrian Purple #5A0C37
Tints of Tyrian Purple #5A0C37
RGB
CMYK
RGB Variations
Color information
#5A0C37 (or 0x5A0C37) is known color: Tyrian Purple. HEX triplet: 5A, 0C and 37. RGB value is (90,12,55). Sum of RGB (Red+Green+Blue) = 90+12+55=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0C37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0C37 is #A5F3C8. Grayscale: #282828. Windows color (decimal): -10875849 or 3607642. OLE color: 3607642.
HSL color Cylindrical-coordinate representation of color #5A0C37: hue angle of 326.92º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A0C37 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 12 | 55 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.65 |
| HSL | 326.92º | 0.76% | 0.2% | - |
| HSV(B) | 326.92º | 0.87% | 0.35% | - |
| XYZ | 5.04 | 2.71 | 3.87 | - |
| YUV | 40.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 12 | 55 | 0 | 0.87 | 0.39 | 0.65 | 326.92 | 0.76 | 0.2 |
| Hex | 5A | C | 37 | 0 | 57 | 27 | 41 | 147 | 4C | 14 |
| Octal | 132 | 14 | 67 | 0 | 127 | 47 | 101 | 507 | 114 | 24 |
| Binary | 1011010 | 1100 | 110111 | 0 | 1010111 | 100111 | 1000001 | 101000111 | 1001100 | 10100 |
Color Harmonies of #5A0C37
Complementary color
Monochromatic Colors of #5A0C37
Black with #5A0C37
Text Example
Text Example
White with #5A0C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0C37; }
p { color: rgb(90,12,55); }
H1.HeaderClassName
{
color: #5A0C37;
}
.AnyTagClassName
{
color: #5A0C37;
}
</style>
background-color css
<style>
a { background-color: #5A0C37; }
a { background-color: rgb(90,12,55); }
div.DivClassName
{
background-color: #5A0C37;
}
.BgClassName
{
background-color: #5A0C37;
}
</style>
border-color css
<style>
span { border-color: #5A0C37; }
span { border-color: rgb(90,12,55); }
td.TdClassName
{
border-color: #5A0C37;
}
.TagClassName
{
border-color: #5A0C37;
}
</style>