Shades of Tyrian Purple #5A013D
Tints of Tyrian Purple #5A013D
RGB
CMYK
RGB Variations
Color information
#5A013D (or 0x5A013D) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 3D. RGB value is (90,1,61). Sum of RGB (Red+Green+Blue) = 90+1+61=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A013D is #A5FEC2. Grayscale: #222222. Windows color (decimal): -10878659 or 3998042. OLE color: 3998042.
HSL color Cylindrical-coordinate representation of color #5A013D: hue angle of 319.55º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A013D is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.65 |
| HSL | 319.55º | 0.98% | 0.18% | - |
| HSV(B) | 319.55º | 0.99% | 0.35% | - |
| XYZ | 5.07 | 2.53 | 4.64 | - |
| YUV | 34.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 61 | 0 | 0.99 | 0.32 | 0.65 | 319.55 | 0.98 | 0.18 |
| Hex | 5A | 1 | 3D | 0 | 63 | 20 | 41 | 140 | 62 | 12 |
| Octal | 132 | 1 | 75 | 0 | 143 | 40 | 101 | 500 | 142 | 22 |
| Binary | 1011010 | 1 | 111101 | 0 | 1100011 | 100000 | 1000001 | 101000000 | 1100010 | 10010 |
Color Harmonies of #5A013D
Complementary color
Monochromatic Colors of #5A013D
Black with #5A013D
Text Example
Text Example
White with #5A013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A013D; }
p { color: rgb(90,1,61); }
H1.HeaderClassName
{
color: #5A013D;
}
.AnyTagClassName
{
color: #5A013D;
}
</style>
background-color css
<style>
a { background-color: #5A013D; }
a { background-color: rgb(90,1,61); }
div.DivClassName
{
background-color: #5A013D;
}
.BgClassName
{
background-color: #5A013D;
}
</style>
border-color css
<style>
span { border-color: #5A013D; }
span { border-color: rgb(90,1,61); }
td.TdClassName
{
border-color: #5A013D;
}
.TagClassName
{
border-color: #5A013D;
}
</style>