Shades of Tyrian Purple #5A0829
Tints of Tyrian Purple #5A0829
RGB
CMYK
RGB Variations
Color information
#5A0829 (or 0x5A0829) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 29. RGB value is (90,8,41). Sum of RGB (Red+Green+Blue) = 90+8+41=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0829 is #A5F7D6. Grayscale: #242424. Windows color (decimal): -10876887 or 2689114. OLE color: 2689114.
HSL color Cylindrical-coordinate representation of color #5A0829: hue angle of 335.85º 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 #5A0829 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 41 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.65 |
| HSL | 335.85º | 0.84% | 0.19% | - |
| HSV(B) | 335.85º | 0.91% | 0.35% | - |
| XYZ | 4.7 | 2.51 | 2.33 | - |
| YUV | 36.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 41 | 0 | 0.91 | 0.54 | 0.65 | 335.85 | 0.84 | 0.19 |
| Hex | 5A | 8 | 29 | 0 | 5B | 36 | 41 | 150 | 54 | 13 |
| Octal | 132 | 10 | 51 | 0 | 133 | 66 | 101 | 520 | 124 | 23 |
| Binary | 1011010 | 1000 | 101001 | 0 | 1011011 | 110110 | 1000001 | 101010000 | 1010100 | 10011 |
Color Harmonies of #5A0829
Complementary color
Monochromatic Colors of #5A0829
Black with #5A0829
Text Example
Text Example
White with #5A0829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0829; }
p { color: rgb(90,8,41); }
H1.HeaderClassName
{
color: #5A0829;
}
.AnyTagClassName
{
color: #5A0829;
}
</style>
background-color css
<style>
a { background-color: #5A0829; }
a { background-color: rgb(90,8,41); }
div.DivClassName
{
background-color: #5A0829;
}
.BgClassName
{
background-color: #5A0829;
}
</style>
border-color css
<style>
span { border-color: #5A0829; }
span { border-color: rgb(90,8,41); }
td.TdClassName
{
border-color: #5A0829;
}
.TagClassName
{
border-color: #5A0829;
}
</style>