Shades of Tyrian Purple #5A0F35
Tints of Tyrian Purple #5A0F35
RGB
CMYK
RGB Variations
Color information
#5A0F35 (or 0x5A0F35) is known color: Tyrian Purple. HEX triplet: 5A, 0F and 35. RGB value is (90,15,53). Sum of RGB (Red+Green+Blue) = 90+15+53=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F35 is #A5F0CA. Grayscale: #292929. Windows color (decimal): -10875083 or 3477338. OLE color: 3477338.
HSL color Cylindrical-coordinate representation of color #5A0F35: hue angle of 329.6º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A0F35 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 15 | 53 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.65 |
| HSL | 329.6º | 0.71% | 0.21% | - |
| HSV(B) | 329.6º | 0.83% | 0.35% | - |
| XYZ | 5.03 | 2.77 | 3.64 | - |
| YUV | 41.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 53 | 0 | 0.83 | 0.41 | 0.65 | 329.6 | 0.71 | 0.21 |
| Hex | 5A | F | 35 | 0 | 53 | 29 | 41 | 14A | 47 | 15 |
| Octal | 132 | 17 | 65 | 0 | 123 | 51 | 101 | 512 | 107 | 25 |
| Binary | 1011010 | 1111 | 110101 | 0 | 1010011 | 101001 | 1000001 | 101001010 | 1000111 | 10101 |
Color Harmonies of #5A0F35
Complementary color
Monochromatic Colors of #5A0F35
Black with #5A0F35
Text Example
Text Example
White with #5A0F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0F35; }
p { color: rgb(90,15,53); }
H1.HeaderClassName
{
color: #5A0F35;
}
.AnyTagClassName
{
color: #5A0F35;
}
</style>
background-color css
<style>
a { background-color: #5A0F35; }
a { background-color: rgb(90,15,53); }
div.DivClassName
{
background-color: #5A0F35;
}
.BgClassName
{
background-color: #5A0F35;
}
</style>
border-color css
<style>
span { border-color: #5A0F35; }
span { border-color: rgb(90,15,53); }
td.TdClassName
{
border-color: #5A0F35;
}
.TagClassName
{
border-color: #5A0F35;
}
</style>