Shades of Tyrian Purple #5A0238
Tints of Tyrian Purple #5A0238
RGB
CMYK
RGB Variations
Color information
#5A0238 (or 0x5A0238) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 38. RGB value is (90,2,56). Sum of RGB (Red+Green+Blue) = 90+2+56=148 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.81% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0238 is #A5FDC7. Grayscale: #222222. Windows color (decimal): -10878408 or 3670618. OLE color: 3670618.
HSL color Cylindrical-coordinate representation of color #5A0238: hue angle of 323.18º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0238 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 56 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.65 |
| HSL | 323.18º | 0.96% | 0.18% | - |
| HSV(B) | 323.18º | 0.98% | 0.35% | - |
| XYZ | 4.95 | 2.5 | 3.96 | - |
| YUV | 34.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 56 | 0 | 0.98 | 0.38 | 0.65 | 323.18 | 0.96 | 0.18 |
| Hex | 5A | 2 | 38 | 0 | 62 | 26 | 41 | 143 | 60 | 12 |
| Octal | 132 | 2 | 70 | 0 | 142 | 46 | 101 | 503 | 140 | 22 |
| Binary | 1011010 | 10 | 111000 | 0 | 1100010 | 100110 | 1000001 | 101000011 | 1100000 | 10010 |
Color Harmonies of #5A0238
Complementary color
Monochromatic Colors of #5A0238
Black with #5A0238
Text Example
Text Example
White with #5A0238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0238; }
p { color: rgb(90,2,56); }
H1.HeaderClassName
{
color: #5A0238;
}
.AnyTagClassName
{
color: #5A0238;
}
</style>
background-color css
<style>
a { background-color: #5A0238; }
a { background-color: rgb(90,2,56); }
div.DivClassName
{
background-color: #5A0238;
}
.BgClassName
{
background-color: #5A0238;
}
</style>
border-color css
<style>
span { border-color: #5A0238; }
span { border-color: rgb(90,2,56); }
td.TdClassName
{
border-color: #5A0238;
}
.TagClassName
{
border-color: #5A0238;
}
</style>