Shades of Tyrian Purple #5A032A
Tints of Tyrian Purple #5A032A
RGB
CMYK
RGB Variations
Color information
#5A032A (or 0x5A032A) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 2A. RGB value is (90,3,42). Sum of RGB (Red+Green+Blue) = 90+3+42=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A032A is #A5FCD5. Grayscale: #212121. Windows color (decimal): -10878166 or 2753370. OLE color: 2753370.
HSL color Cylindrical-coordinate representation of color #5A032A: hue angle of 333.1º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A032A is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 3 | 42 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.65 |
| HSL | 333.1º | 0.94% | 0.18% | - |
| HSV(B) | 333.1º | 0.97% | 0.35% | - |
| XYZ | 4.67 | 2.41 | 2.41 | - |
| YUV | 33.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 42 | 0 | 0.97 | 0.53 | 0.65 | 333.1 | 0.94 | 0.18 |
| Hex | 5A | 3 | 2A | 0 | 61 | 35 | 41 | 14D | 5E | 12 |
| Octal | 132 | 3 | 52 | 0 | 141 | 65 | 101 | 515 | 136 | 22 |
| Binary | 1011010 | 11 | 101010 | 0 | 1100001 | 110101 | 1000001 | 101001101 | 1011110 | 10010 |
Color Harmonies of #5A032A
Complementary color
Monochromatic Colors of #5A032A
Black with #5A032A
Text Example
Text Example
White with #5A032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A032A; }
p { color: rgb(90,3,42); }
H1.HeaderClassName
{
color: #5A032A;
}
.AnyTagClassName
{
color: #5A032A;
}
</style>
background-color css
<style>
a { background-color: #5A032A; }
a { background-color: rgb(90,3,42); }
div.DivClassName
{
background-color: #5A032A;
}
.BgClassName
{
background-color: #5A032A;
}
</style>
border-color css
<style>
span { border-color: #5A032A; }
span { border-color: rgb(90,3,42); }
td.TdClassName
{
border-color: #5A032A;
}
.TagClassName
{
border-color: #5A032A;
}
</style>