Shades of Tyrian Purple #5A093B
Tints of Tyrian Purple #5A093B
RGB
CMYK
RGB Variations
Color information
#5A093B (or 0x5A093B) is known color: Tyrian Purple. HEX triplet: 5A, 09 and 3B. RGB value is (90,9,59). Sum of RGB (Red+Green+Blue) = 90+9+59=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A093B is #A5F6C4. Grayscale: #262626. Windows color (decimal): -10876613 or 3869018. OLE color: 3869018.
HSL color Cylindrical-coordinate representation of color #5A093B: hue angle of 322.96º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A093B is Cyan = 0, Magento = 0.9, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 9 | 59 | - |
| CMYK | 0 | 0.9 | 0.34 | 0.65 |
| HSL | 322.96º | 0.82% | 0.19% | - |
| HSV(B) | 322.96º | 0.9% | 0.35% | - |
| XYZ | 5.1 | 2.68 | 4.39 | - |
| YUV | 38.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 59 | 0 | 0.9 | 0.34 | 0.65 | 322.96 | 0.82 | 0.19 |
| Hex | 5A | 9 | 3B | 0 | 5A | 22 | 41 | 143 | 52 | 13 |
| Octal | 132 | 11 | 73 | 0 | 132 | 42 | 101 | 503 | 122 | 23 |
| Binary | 1011010 | 1001 | 111011 | 0 | 1011010 | 100010 | 1000001 | 101000011 | 1010010 | 10011 |
Color Harmonies of #5A093B
Complementary color
Monochromatic Colors of #5A093B
Black with #5A093B
Text Example
Text Example
White with #5A093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A093B; }
p { color: rgb(90,9,59); }
H1.HeaderClassName
{
color: #5A093B;
}
.AnyTagClassName
{
color: #5A093B;
}
</style>
background-color css
<style>
a { background-color: #5A093B; }
a { background-color: rgb(90,9,59); }
div.DivClassName
{
background-color: #5A093B;
}
.BgClassName
{
background-color: #5A093B;
}
</style>
border-color css
<style>
span { border-color: #5A093B; }
span { border-color: rgb(90,9,59); }
td.TdClassName
{
border-color: #5A093B;
}
.TagClassName
{
border-color: #5A093B;
}
</style>