Shades of Tyrian Purple #5A0941
Tints of Tyrian Purple #5A0941
RGB
CMYK
RGB Variations
Color information
#5A0941 (or 0x5A0941) is known color: Tyrian Purple. HEX triplet: 5A, 09 and 41. RGB value is (90,9,65). Sum of RGB (Red+Green+Blue) = 90+9+65=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0941 is #A5F6BE. Grayscale: #272727. Windows color (decimal): -10876607 or 4262234. OLE color: 4262234.
HSL color Cylindrical-coordinate representation of color #5A0941: hue angle of 318.52º 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 #5A0941 is Cyan = 0, Magento = 0.9, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 9 | 65 | - |
| CMYK | 0 | 0.9 | 0.28 | 0.65 |
| HSL | 318.52º | 0.82% | 0.19% | - |
| HSV(B) | 318.52º | 0.9% | 0.35% | - |
| XYZ | 5.27 | 2.75 | 5.25 | - |
| YUV | 39.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 65 | 0 | 0.9 | 0.28 | 0.65 | 318.52 | 0.82 | 0.19 |
| Hex | 5A | 9 | 41 | 0 | 5A | 1C | 41 | 13F | 52 | 13 |
| Octal | 132 | 11 | 101 | 0 | 132 | 34 | 101 | 477 | 122 | 23 |
| Binary | 1011010 | 1001 | 1000001 | 0 | 1011010 | 11100 | 1000001 | 100111111 | 1010010 | 10011 |
Color Harmonies of #5A0941
Complementary color
Monochromatic Colors of #5A0941
Black with #5A0941
Text Example
Text Example
White with #5A0941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0941; }
p { color: rgb(90,9,65); }
H1.HeaderClassName
{
color: #5A0941;
}
.AnyTagClassName
{
color: #5A0941;
}
</style>
background-color css
<style>
a { background-color: #5A0941; }
a { background-color: rgb(90,9,65); }
div.DivClassName
{
background-color: #5A0941;
}
.BgClassName
{
background-color: #5A0941;
}
</style>
border-color css
<style>
span { border-color: #5A0941; }
span { border-color: rgb(90,9,65); }
td.TdClassName
{
border-color: #5A0941;
}
.TagClassName
{
border-color: #5A0941;
}
</style>