Shades of Tyrian Purple #5A0242
Tints of Tyrian Purple #5A0242
RGB
CMYK
RGB Variations
Color information
#5A0242 (or 0x5A0242) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 42. RGB value is (90,2,66). Sum of RGB (Red+Green+Blue) = 90+2+66=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0242 is #A5FDBD. Grayscale: #232323. Windows color (decimal): -10878398 or 4325978. OLE color: 4325978.
HSL color Cylindrical-coordinate representation of color #5A0242: hue angle of 316.36º 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 #5A0242 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 66 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.65 |
| HSL | 316.36º | 0.96% | 0.18% | - |
| HSV(B) | 316.36º | 0.98% | 0.35% | - |
| XYZ | 5.22 | 2.61 | 5.38 | - |
| YUV | 35.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 66 | 0 | 0.98 | 0.27 | 0.65 | 316.36 | 0.96 | 0.18 |
| Hex | 5A | 2 | 42 | 0 | 62 | 1B | 41 | 13C | 60 | 12 |
| Octal | 132 | 2 | 102 | 0 | 142 | 33 | 101 | 474 | 140 | 22 |
| Binary | 1011010 | 10 | 1000010 | 0 | 1100010 | 11011 | 1000001 | 100111100 | 1100000 | 10010 |
Color Harmonies of #5A0242
Complementary color
Monochromatic Colors of #5A0242
Black with #5A0242
Text Example
Text Example
White with #5A0242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0242; }
p { color: rgb(90,2,66); }
H1.HeaderClassName
{
color: #5A0242;
}
.AnyTagClassName
{
color: #5A0242;
}
</style>
background-color css
<style>
a { background-color: #5A0242; }
a { background-color: rgb(90,2,66); }
div.DivClassName
{
background-color: #5A0242;
}
.BgClassName
{
background-color: #5A0242;
}
</style>
border-color css
<style>
span { border-color: #5A0242; }
span { border-color: rgb(90,2,66); }
td.TdClassName
{
border-color: #5A0242;
}
.TagClassName
{
border-color: #5A0242;
}
</style>