Shades of Tyrian Purple #5A0D3F
Tints of Tyrian Purple #5A0D3F
RGB
CMYK
RGB Variations
Color information
#5A0D3F (or 0x5A0D3F) is known color: Tyrian Purple. HEX triplet: 5A, 0D and 3F. RGB value is (90,13,63). Sum of RGB (Red+Green+Blue) = 90+13+63=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0D3F is #A5F2C0. Grayscale: #292929. Windows color (decimal): -10875585 or 4132186. OLE color: 4132186.
HSL color Cylindrical-coordinate representation of color #5A0D3F: hue angle of 321.04º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A0D3F is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 13 | 63 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.65 |
| HSL | 321.04º | 0.75% | 0.2% | - |
| HSV(B) | 321.04º | 0.86% | 0.35% | - |
| XYZ | 5.26 | 2.82 | 4.97 | - |
| YUV | 41.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 63 | 0 | 0.86 | 0.30 | 0.65 | 321.04 | 0.75 | 0.2 |
| Hex | 5A | D | 3F | 0 | 56 | 1E | 41 | 141 | 4B | 14 |
| Octal | 132 | 15 | 77 | 0 | 126 | 36 | 101 | 501 | 113 | 24 |
| Binary | 1011010 | 1101 | 111111 | 0 | 1010110 | 11110 | 1000001 | 101000001 | 1001011 | 10100 |
Color Harmonies of #5A0D3F
Complementary color
Monochromatic Colors of #5A0D3F
Black with #5A0D3F
Text Example
Text Example
White with #5A0D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0D3F; }
p { color: rgb(90,13,63); }
H1.HeaderClassName
{
color: #5A0D3F;
}
.AnyTagClassName
{
color: #5A0D3F;
}
</style>
background-color css
<style>
a { background-color: #5A0D3F; }
a { background-color: rgb(90,13,63); }
div.DivClassName
{
background-color: #5A0D3F;
}
.BgClassName
{
background-color: #5A0D3F;
}
</style>
border-color css
<style>
span { border-color: #5A0D3F; }
span { border-color: rgb(90,13,63); }
td.TdClassName
{
border-color: #5A0D3F;
}
.TagClassName
{
border-color: #5A0D3F;
}
</style>