Shades of Tyrian Purple #5A0733
Tints of Tyrian Purple #5A0733
RGB
CMYK
RGB Variations
Color information
#5A0733 (or 0x5A0733) is known color: Tyrian Purple. HEX triplet: 5A, 07 and 33. RGB value is (90,7,51). Sum of RGB (Red+Green+Blue) = 90+7+51=148 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.81% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0733 is #A5F8CC. Grayscale: #242424. Windows color (decimal): -10877133 or 3344218. OLE color: 3344218.
HSL color Cylindrical-coordinate representation of color #5A0733: hue angle of 328.19º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0733 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 7 | 51 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.65 |
| HSL | 328.19º | 0.86% | 0.19% | - |
| HSV(B) | 328.19º | 0.92% | 0.35% | - |
| XYZ | 4.89 | 2.56 | 3.37 | - |
| YUV | 36.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 51 | 0 | 0.92 | 0.43 | 0.65 | 328.19 | 0.86 | 0.19 |
| Hex | 5A | 7 | 33 | 0 | 5C | 2B | 41 | 148 | 56 | 13 |
| Octal | 132 | 7 | 63 | 0 | 134 | 53 | 101 | 510 | 126 | 23 |
| Binary | 1011010 | 111 | 110011 | 0 | 1011100 | 101011 | 1000001 | 101001000 | 1010110 | 10011 |
Color Harmonies of #5A0733
Complementary color
Monochromatic Colors of #5A0733
Black with #5A0733
Text Example
Text Example
White with #5A0733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0733; }
p { color: rgb(90,7,51); }
H1.HeaderClassName
{
color: #5A0733;
}
.AnyTagClassName
{
color: #5A0733;
}
</style>
background-color css
<style>
a { background-color: #5A0733; }
a { background-color: rgb(90,7,51); }
div.DivClassName
{
background-color: #5A0733;
}
.BgClassName
{
background-color: #5A0733;
}
</style>
border-color css
<style>
span { border-color: #5A0733; }
span { border-color: rgb(90,7,51); }
td.TdClassName
{
border-color: #5A0733;
}
.TagClassName
{
border-color: #5A0733;
}
</style>