Shades of Tyrian Purple #5A082A
Tints of Tyrian Purple #5A082A
RGB
CMYK
RGB Variations
Color information
#5A082A (or 0x5A082A) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 2A. RGB value is (90,8,42). Sum of RGB (Red+Green+Blue) = 90+8+42=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A082A is #A5F7D5. Grayscale: #242424. Windows color (decimal): -10876886 or 2754650. OLE color: 2754650.
HSL color Cylindrical-coordinate representation of color #5A082A: hue angle of 335.12º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A082A is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 42 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.65 |
| HSL | 335.12º | 0.84% | 0.19% | - |
| HSV(B) | 335.12º | 0.91% | 0.35% | - |
| XYZ | 4.72 | 2.51 | 2.43 | - |
| YUV | 36.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 42 | 0 | 0.91 | 0.53 | 0.65 | 335.12 | 0.84 | 0.19 |
| Hex | 5A | 8 | 2A | 0 | 5B | 35 | 41 | 14F | 54 | 13 |
| Octal | 132 | 10 | 52 | 0 | 133 | 65 | 101 | 517 | 124 | 23 |
| Binary | 1011010 | 1000 | 101010 | 0 | 1011011 | 110101 | 1000001 | 101001111 | 1010100 | 10011 |
Color Harmonies of #5A082A
Complementary color
Monochromatic Colors of #5A082A
Black with #5A082A
Text Example
Text Example
White with #5A082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A082A; }
p { color: rgb(90,8,42); }
H1.HeaderClassName
{
color: #5A082A;
}
.AnyTagClassName
{
color: #5A082A;
}
</style>
background-color css
<style>
a { background-color: #5A082A; }
a { background-color: rgb(90,8,42); }
div.DivClassName
{
background-color: #5A082A;
}
.BgClassName
{
background-color: #5A082A;
}
</style>
border-color css
<style>
span { border-color: #5A082A; }
span { border-color: rgb(90,8,42); }
td.TdClassName
{
border-color: #5A082A;
}
.TagClassName
{
border-color: #5A082A;
}
</style>