Shades of Tyrian Purple #5A0243
Tints of Tyrian Purple #5A0243
RGB
CMYK
RGB Variations
Color information
#5A0243 (or 0x5A0243) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 43. RGB value is (90,2,67). Sum of RGB (Red+Green+Blue) = 90+2+67=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0243 is #A5FDBC. Grayscale: #232323. Windows color (decimal): -10878397 or 4391514. OLE color: 4391514.
HSL color Cylindrical-coordinate representation of color #5A0243: hue angle of 315.68º 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 #5A0243 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 67 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.65 |
| HSL | 315.68º | 0.96% | 0.18% | - |
| HSV(B) | 315.68º | 0.98% | 0.35% | - |
| XYZ | 5.25 | 2.62 | 5.54 | - |
| YUV | 35.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 67 | 0 | 0.98 | 0.26 | 0.65 | 315.68 | 0.96 | 0.18 |
| Hex | 5A | 2 | 43 | 0 | 62 | 1A | 41 | 13C | 60 | 12 |
| Octal | 132 | 2 | 103 | 0 | 142 | 32 | 101 | 474 | 140 | 22 |
| Binary | 1011010 | 10 | 1000011 | 0 | 1100010 | 11010 | 1000001 | 100111100 | 1100000 | 10010 |
Color Harmonies of #5A0243
Complementary color
Monochromatic Colors of #5A0243
Black with #5A0243
Text Example
Text Example
White with #5A0243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0243; }
p { color: rgb(90,2,67); }
H1.HeaderClassName
{
color: #5A0243;
}
.AnyTagClassName
{
color: #5A0243;
}
</style>
background-color css
<style>
a { background-color: #5A0243; }
a { background-color: rgb(90,2,67); }
div.DivClassName
{
background-color: #5A0243;
}
.BgClassName
{
background-color: #5A0243;
}
</style>
border-color css
<style>
span { border-color: #5A0243; }
span { border-color: rgb(90,2,67); }
td.TdClassName
{
border-color: #5A0243;
}
.TagClassName
{
border-color: #5A0243;
}
</style>