Shades of Tyrian Purple #5A022B
Tints of Tyrian Purple #5A022B
RGB
CMYK
RGB Variations
Color information
#5A022B (or 0x5A022B) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 2B. RGB value is (90,2,43). Sum of RGB (Red+Green+Blue) = 90+2+43=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A022B is #A5FDD4. Grayscale: #202020. Windows color (decimal): -10878421 or 2818650. OLE color: 2818650.
HSL color Cylindrical-coordinate representation of color #5A022B: hue angle of 332.05º 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 #5A022B is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 43 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.65 |
| HSL | 332.05º | 0.96% | 0.18% | - |
| HSV(B) | 332.05º | 0.98% | 0.35% | - |
| XYZ | 4.67 | 2.39 | 2.5 | - |
| YUV | 32.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 43 | 0 | 0.98 | 0.52 | 0.65 | 332.05 | 0.96 | 0.18 |
| Hex | 5A | 2 | 2B | 0 | 62 | 34 | 41 | 14C | 60 | 12 |
| Octal | 132 | 2 | 53 | 0 | 142 | 64 | 101 | 514 | 140 | 22 |
| Binary | 1011010 | 10 | 101011 | 0 | 1100010 | 110100 | 1000001 | 101001100 | 1100000 | 10010 |
Color Harmonies of #5A022B
Complementary color
Monochromatic Colors of #5A022B
Black with #5A022B
Text Example
Text Example
White with #5A022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A022B; }
p { color: rgb(90,2,43); }
H1.HeaderClassName
{
color: #5A022B;
}
.AnyTagClassName
{
color: #5A022B;
}
</style>
background-color css
<style>
a { background-color: #5A022B; }
a { background-color: rgb(90,2,43); }
div.DivClassName
{
background-color: #5A022B;
}
.BgClassName
{
background-color: #5A022B;
}
</style>
border-color css
<style>
span { border-color: #5A022B; }
span { border-color: rgb(90,2,43); }
td.TdClassName
{
border-color: #5A022B;
}
.TagClassName
{
border-color: #5A022B;
}
</style>