Shades of Tyrian Purple #5A0237
Tints of Tyrian Purple #5A0237
RGB
CMYK
RGB Variations
Color information
#5A0237 (or 0x5A0237) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 37. RGB value is (90,2,55). Sum of RGB (Red+Green+Blue) = 90+2+55=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0237 is #A5FDC8. Grayscale: #222222. Windows color (decimal): -10878409 or 3605082. OLE color: 3605082.
HSL color Cylindrical-coordinate representation of color #5A0237: hue angle of 323.86º 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 #5A0237 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 55 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.65 |
| HSL | 323.86º | 0.96% | 0.18% | - |
| HSV(B) | 323.86º | 0.98% | 0.35% | - |
| XYZ | 4.93 | 2.49 | 3.84 | - |
| YUV | 34.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 55 | 0 | 0.98 | 0.39 | 0.65 | 323.86 | 0.96 | 0.18 |
| Hex | 5A | 2 | 37 | 0 | 62 | 27 | 41 | 144 | 60 | 12 |
| Octal | 132 | 2 | 67 | 0 | 142 | 47 | 101 | 504 | 140 | 22 |
| Binary | 1011010 | 10 | 110111 | 0 | 1100010 | 100111 | 1000001 | 101000100 | 1100000 | 10010 |
Color Harmonies of #5A0237
Complementary color
Monochromatic Colors of #5A0237
Black with #5A0237
Text Example
Text Example
White with #5A0237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0237; }
p { color: rgb(90,2,55); }
H1.HeaderClassName
{
color: #5A0237;
}
.AnyTagClassName
{
color: #5A0237;
}
</style>
background-color css
<style>
a { background-color: #5A0237; }
a { background-color: rgb(90,2,55); }
div.DivClassName
{
background-color: #5A0237;
}
.BgClassName
{
background-color: #5A0237;
}
</style>
border-color css
<style>
span { border-color: #5A0237; }
span { border-color: rgb(90,2,55); }
td.TdClassName
{
border-color: #5A0237;
}
.TagClassName
{
border-color: #5A0237;
}
</style>