Shades of Tyrian Purple #5A0F45
Tints of Tyrian Purple #5A0F45
RGB
CMYK
RGB Variations
Color information
#5A0F45 (or 0x5A0F45) is known color: Tyrian Purple. HEX triplet: 5A, 0F and 45. RGB value is (90,15,69). Sum of RGB (Red+Green+Blue) = 90+15+69=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F45 is #A5F0BA. Grayscale: #2B2B2B. Windows color (decimal): -10875067 or 4525914. OLE color: 4525914.
HSL color Cylindrical-coordinate representation of color #5A0F45: hue angle of 316.8º 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 #5A0F45 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 15 | 69 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.65 |
| HSL | 316.8º | 0.71% | 0.21% | - |
| HSV(B) | 316.8º | 0.83% | 0.35% | - |
| XYZ | 5.46 | 2.94 | 5.91 | - |
| YUV | 43.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 69 | 0 | 0.83 | 0.23 | 0.65 | 316.8 | 0.71 | 0.21 |
| Hex | 5A | F | 45 | 0 | 53 | 17 | 41 | 13D | 47 | 15 |
| Octal | 132 | 17 | 105 | 0 | 123 | 27 | 101 | 475 | 107 | 25 |
| Binary | 1011010 | 1111 | 1000101 | 0 | 1010011 | 10111 | 1000001 | 100111101 | 1000111 | 10101 |
Color Harmonies of #5A0F45
Complementary color
Monochromatic Colors of #5A0F45
Black with #5A0F45
Text Example
Text Example
White with #5A0F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0F45; }
p { color: rgb(90,15,69); }
H1.HeaderClassName
{
color: #5A0F45;
}
.AnyTagClassName
{
color: #5A0F45;
}
</style>
background-color css
<style>
a { background-color: #5A0F45; }
a { background-color: rgb(90,15,69); }
div.DivClassName
{
background-color: #5A0F45;
}
.BgClassName
{
background-color: #5A0F45;
}
</style>
border-color css
<style>
span { border-color: #5A0F45; }
span { border-color: rgb(90,15,69); }
td.TdClassName
{
border-color: #5A0F45;
}
.TagClassName
{
border-color: #5A0F45;
}
</style>