Shades of Tyrian Purple #5A0951
Tints of Tyrian Purple #5A0951
RGB
CMYK
RGB Variations
Color information
#5A0951 (or 0x5A0951) is known color: Tyrian Purple. HEX triplet: 5A, 09 and 51. RGB value is (90,9,81). Sum of RGB (Red+Green+Blue) = 90+9+81=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0951 is #A5F6AE. Grayscale: #292929. Windows color (decimal): -10876591 or 5310810. OLE color: 5310810.
HSL color Cylindrical-coordinate representation of color #5A0951: hue angle of 306.67º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0951 is Cyan = 0, Magento = 0.9, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 9 | 81 | - |
| CMYK | 0 | 0.9 | 0.1 | 0.65 |
| HSL | 306.67º | 0.82% | 0.19% | - |
| HSV(B) | 306.67º | 0.9% | 0.35% | - |
| XYZ | 5.8 | 2.96 | 8.05 | - |
| YUV | 41.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 81 | 0 | 0.9 | 0.1 | 0.65 | 306.67 | 0.82 | 0.19 |
| Hex | 5A | 9 | 51 | 0 | 5A | A | 41 | 133 | 52 | 13 |
| Octal | 132 | 11 | 121 | 0 | 132 | 12 | 101 | 463 | 122 | 23 |
| Binary | 1011010 | 1001 | 1010001 | 0 | 1011010 | 1010 | 1000001 | 100110011 | 1010010 | 10011 |
Color Harmonies of #5A0951
Complementary color
Monochromatic Colors of #5A0951
Black with #5A0951
Text Example
Text Example
White with #5A0951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0951; }
p { color: rgb(90,9,81); }
H1.HeaderClassName
{
color: #5A0951;
}
.AnyTagClassName
{
color: #5A0951;
}
</style>
background-color css
<style>
a { background-color: #5A0951; }
a { background-color: rgb(90,9,81); }
div.DivClassName
{
background-color: #5A0951;
}
.BgClassName
{
background-color: #5A0951;
}
</style>
border-color css
<style>
span { border-color: #5A0951; }
span { border-color: rgb(90,9,81); }
td.TdClassName
{
border-color: #5A0951;
}
.TagClassName
{
border-color: #5A0951;
}
</style>