Shades of Tyrian Purple #5A022A
Tints of Tyrian Purple #5A022A
RGB
CMYK
RGB Variations
Color information
#5A022A (or 0x5A022A) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 2A. RGB value is (90,2,42). Sum of RGB (Red+Green+Blue) = 90+2+42=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A022A is #A5FDD5. Grayscale: #202020. Windows color (decimal): -10878422 or 2753114. OLE color: 2753114.
HSL color Cylindrical-coordinate representation of color #5A022A: hue angle of 332.73º 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 #5A022A is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 42 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.65 |
| HSL | 332.73º | 0.96% | 0.18% | - |
| HSV(B) | 332.73º | 0.98% | 0.35% | - |
| XYZ | 4.66 | 2.38 | 2.41 | - |
| YUV | 32.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 42 | 0 | 0.98 | 0.53 | 0.65 | 332.73 | 0.96 | 0.18 |
| Hex | 5A | 2 | 2A | 0 | 62 | 35 | 41 | 14D | 60 | 12 |
| Octal | 132 | 2 | 52 | 0 | 142 | 65 | 101 | 515 | 140 | 22 |
| Binary | 1011010 | 10 | 101010 | 0 | 1100010 | 110101 | 1000001 | 101001101 | 1100000 | 10010 |
Color Harmonies of #5A022A
Complementary color
Monochromatic Colors of #5A022A
Black with #5A022A
Text Example
Text Example
White with #5A022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A022A; }
p { color: rgb(90,2,42); }
H1.HeaderClassName
{
color: #5A022A;
}
.AnyTagClassName
{
color: #5A022A;
}
</style>
background-color css
<style>
a { background-color: #5A022A; }
a { background-color: rgb(90,2,42); }
div.DivClassName
{
background-color: #5A022A;
}
.BgClassName
{
background-color: #5A022A;
}
</style>
border-color css
<style>
span { border-color: #5A022A; }
span { border-color: rgb(90,2,42); }
td.TdClassName
{
border-color: #5A022A;
}
.TagClassName
{
border-color: #5A022A;
}
</style>