Shades of Tyrian Purple #5A0333
Tints of Tyrian Purple #5A0333
RGB
CMYK
RGB Variations
Color information
#5A0333 (or 0x5A0333) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 33. RGB value is (90,3,51). Sum of RGB (Red+Green+Blue) = 90+3+51=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0333 is #A5FCCC. Grayscale: #222222. Windows color (decimal): -10878157 or 3343194. OLE color: 3343194.
HSL color Cylindrical-coordinate representation of color #5A0333: hue angle of 326.9º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A0333 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 3 | 51 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.65 |
| HSL | 326.9º | 0.94% | 0.18% | - |
| HSV(B) | 326.9º | 0.97% | 0.35% | - |
| XYZ | 4.85 | 2.48 | 3.35 | - |
| YUV | 34.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 51 | 0 | 0.97 | 0.43 | 0.65 | 326.9 | 0.94 | 0.18 |
| Hex | 5A | 3 | 33 | 0 | 61 | 2B | 41 | 147 | 5E | 12 |
| Octal | 132 | 3 | 63 | 0 | 141 | 53 | 101 | 507 | 136 | 22 |
| Binary | 1011010 | 11 | 110011 | 0 | 1100001 | 101011 | 1000001 | 101000111 | 1011110 | 10010 |
Color Harmonies of #5A0333
Complementary color
Monochromatic Colors of #5A0333
Black with #5A0333
Text Example
Text Example
White with #5A0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0333; }
p { color: rgb(90,3,51); }
H1.HeaderClassName
{
color: #5A0333;
}
.AnyTagClassName
{
color: #5A0333;
}
</style>
background-color css
<style>
a { background-color: #5A0333; }
a { background-color: rgb(90,3,51); }
div.DivClassName
{
background-color: #5A0333;
}
.BgClassName
{
background-color: #5A0333;
}
</style>
border-color css
<style>
span { border-color: #5A0333; }
span { border-color: rgb(90,3,51); }
td.TdClassName
{
border-color: #5A0333;
}
.TagClassName
{
border-color: #5A0333;
}
</style>