Shades of Tyrian Purple #5A092A
Tints of Tyrian Purple #5A092A
RGB
CMYK
RGB Variations
Color information
#5A092A (or 0x5A092A) is known color: Tyrian Purple. HEX triplet: 5A, 09 and 2A. RGB value is (90,9,42). Sum of RGB (Red+Green+Blue) = 90+9+42=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A092A is #A5F6D5. Grayscale: #242424. Windows color (decimal): -10876630 or 2754906. OLE color: 2754906.
HSL color Cylindrical-coordinate representation of color #5A092A: hue angle of 335.56º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A092A is Cyan = 0, Magento = 0.9, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 9 | 42 | - |
| CMYK | 0 | 0.9 | 0.53 | 0.65 |
| HSL | 335.56º | 0.82% | 0.19% | - |
| HSV(B) | 335.56º | 0.9% | 0.35% | - |
| XYZ | 4.73 | 2.54 | 2.43 | - |
| YUV | 36.98 | 130.84 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 42 | 0 | 0.9 | 0.53 | 0.65 | 335.56 | 0.82 | 0.19 |
| Hex | 5A | 9 | 2A | 0 | 5A | 35 | 41 | 150 | 52 | 13 |
| Octal | 132 | 11 | 52 | 0 | 132 | 65 | 101 | 520 | 122 | 23 |
| Binary | 1011010 | 1001 | 101010 | 0 | 1011010 | 110101 | 1000001 | 101010000 | 1010010 | 10011 |
Color Harmonies of #5A092A
Complementary color
Monochromatic Colors of #5A092A
Black with #5A092A
Text Example
Text Example
White with #5A092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A092A; }
p { color: rgb(90,9,42); }
H1.HeaderClassName
{
color: #5A092A;
}
.AnyTagClassName
{
color: #5A092A;
}
</style>
background-color css
<style>
a { background-color: #5A092A; }
a { background-color: rgb(90,9,42); }
div.DivClassName
{
background-color: #5A092A;
}
.BgClassName
{
background-color: #5A092A;
}
</style>
border-color css
<style>
span { border-color: #5A092A; }
span { border-color: rgb(90,9,42); }
td.TdClassName
{
border-color: #5A092A;
}
.TagClassName
{
border-color: #5A092A;
}
</style>