Shades of Tyrian Purple #5A0835
Tints of Tyrian Purple #5A0835
RGB
CMYK
RGB Variations
Color information
#5A0835 (or 0x5A0835) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 35. RGB value is (90,8,53). Sum of RGB (Red+Green+Blue) = 90+8+53=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0835 is #A5F7CA. Grayscale: #252525. Windows color (decimal): -10876875 or 3475546. OLE color: 3475546.
HSL color Cylindrical-coordinate representation of color #5A0835: hue angle of 327.07º 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 #5A0835 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 53 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.65 |
| HSL | 327.07º | 0.84% | 0.19% | - |
| HSV(B) | 327.07º | 0.91% | 0.35% | - |
| XYZ | 4.95 | 2.6 | 3.61 | - |
| YUV | 37.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 53 | 0 | 0.91 | 0.41 | 0.65 | 327.07 | 0.84 | 0.19 |
| Hex | 5A | 8 | 35 | 0 | 5B | 29 | 41 | 147 | 54 | 13 |
| Octal | 132 | 10 | 65 | 0 | 133 | 51 | 101 | 507 | 124 | 23 |
| Binary | 1011010 | 1000 | 110101 | 0 | 1011011 | 101001 | 1000001 | 101000111 | 1010100 | 10011 |
Color Harmonies of #5A0835
Complementary color
Monochromatic Colors of #5A0835
Black with #5A0835
Text Example
Text Example
White with #5A0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0835; }
p { color: rgb(90,8,53); }
H1.HeaderClassName
{
color: #5A0835;
}
.AnyTagClassName
{
color: #5A0835;
}
</style>
background-color css
<style>
a { background-color: #5A0835; }
a { background-color: rgb(90,8,53); }
div.DivClassName
{
background-color: #5A0835;
}
.BgClassName
{
background-color: #5A0835;
}
</style>
border-color css
<style>
span { border-color: #5A0835; }
span { border-color: rgb(90,8,53); }
td.TdClassName
{
border-color: #5A0835;
}
.TagClassName
{
border-color: #5A0835;
}
</style>