Shades of Tyrian Purple #5A113C
Tints of Tyrian Purple #5A113C
RGB
CMYK
RGB Variations
Color information
#5A113C (or 0x5A113C) is known color: Tyrian Purple. HEX triplet: 5A, 11 and 3C. RGB value is (90,17,60). Sum of RGB (Red+Green+Blue) = 90+17+60=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A113C is #A5EEC3. Grayscale: #2B2B2B. Windows color (decimal): -10874564 or 3936602. OLE color: 3936602.
HSL color Cylindrical-coordinate representation of color #5A113C: hue angle of 324.66º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A113C is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 60 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.65 |
| HSL | 324.66º | 0.68% | 0.21% | - |
| HSV(B) | 324.66º | 0.81% | 0.35% | - |
| XYZ | 5.23 | 2.9 | 4.56 | - |
| YUV | 43.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 60 | 0 | 0.81 | 0.33 | 0.65 | 324.66 | 0.68 | 0.21 |
| Hex | 5A | 11 | 3C | 0 | 51 | 21 | 41 | 145 | 44 | 15 |
| Octal | 132 | 21 | 74 | 0 | 121 | 41 | 101 | 505 | 104 | 25 |
| Binary | 1011010 | 10001 | 111100 | 0 | 1010001 | 100001 | 1000001 | 101000101 | 1000100 | 10101 |
Color Harmonies of #5A113C
Complementary color
Monochromatic Colors of #5A113C
Black with #5A113C
Text Example
Text Example
White with #5A113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A113C; }
p { color: rgb(90,17,60); }
H1.HeaderClassName
{
color: #5A113C;
}
.AnyTagClassName
{
color: #5A113C;
}
</style>
background-color css
<style>
a { background-color: #5A113C; }
a { background-color: rgb(90,17,60); }
div.DivClassName
{
background-color: #5A113C;
}
.BgClassName
{
background-color: #5A113C;
}
</style>
border-color css
<style>
span { border-color: #5A113C; }
span { border-color: rgb(90,17,60); }
td.TdClassName
{
border-color: #5A113C;
}
.TagClassName
{
border-color: #5A113C;
}
</style>