Shades of Tyrian Purple #5A082B
Tints of Tyrian Purple #5A082B
RGB
CMYK
RGB Variations
Color information
#5A082B (or 0x5A082B) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 2B. RGB value is (90,8,43). Sum of RGB (Red+Green+Blue) = 90+8+43=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A082B is #A5F7D4. Grayscale: #242424. Windows color (decimal): -10876885 or 2820186. OLE color: 2820186.
HSL color Cylindrical-coordinate representation of color #5A082B: hue angle of 334.39º 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 #5A082B is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 43 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.65 |
| HSL | 334.39º | 0.84% | 0.19% | - |
| HSV(B) | 334.39º | 0.91% | 0.35% | - |
| XYZ | 4.74 | 2.52 | 2.52 | - |
| YUV | 36.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 43 | 0 | 0.91 | 0.52 | 0.65 | 334.39 | 0.84 | 0.19 |
| Hex | 5A | 8 | 2B | 0 | 5B | 34 | 41 | 14E | 54 | 13 |
| Octal | 132 | 10 | 53 | 0 | 133 | 64 | 101 | 516 | 124 | 23 |
| Binary | 1011010 | 1000 | 101011 | 0 | 1011011 | 110100 | 1000001 | 101001110 | 1010100 | 10011 |
Color Harmonies of #5A082B
Complementary color
Monochromatic Colors of #5A082B
Black with #5A082B
Text Example
Text Example
White with #5A082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A082B; }
p { color: rgb(90,8,43); }
H1.HeaderClassName
{
color: #5A082B;
}
.AnyTagClassName
{
color: #5A082B;
}
</style>
background-color css
<style>
a { background-color: #5A082B; }
a { background-color: rgb(90,8,43); }
div.DivClassName
{
background-color: #5A082B;
}
.BgClassName
{
background-color: #5A082B;
}
</style>
border-color css
<style>
span { border-color: #5A082B; }
span { border-color: rgb(90,8,43); }
td.TdClassName
{
border-color: #5A082B;
}
.TagClassName
{
border-color: #5A082B;
}
</style>