Shades of Tyrian Purple #5A023D
Tints of Tyrian Purple #5A023D
RGB
CMYK
RGB Variations
Color information
#5A023D (or 0x5A023D) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 3D. RGB value is (90,2,61). Sum of RGB (Red+Green+Blue) = 90+2+61=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A023D is #A5FDC2. Grayscale: #222222. Windows color (decimal): -10878403 or 3998298. OLE color: 3998298.
HSL color Cylindrical-coordinate representation of color #5A023D: hue angle of 319.77º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A023D is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.65 |
| HSL | 319.77º | 0.96% | 0.18% | - |
| HSV(B) | 319.77º | 0.98% | 0.35% | - |
| XYZ | 5.08 | 2.55 | 4.64 | - |
| YUV | 35.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 61 | 0 | 0.98 | 0.32 | 0.65 | 319.77 | 0.96 | 0.18 |
| Hex | 5A | 2 | 3D | 0 | 62 | 20 | 41 | 140 | 60 | 12 |
| Octal | 132 | 2 | 75 | 0 | 142 | 40 | 101 | 500 | 140 | 22 |
| Binary | 1011010 | 10 | 111101 | 0 | 1100010 | 100000 | 1000001 | 101000000 | 1100000 | 10010 |
Color Harmonies of #5A023D
Complementary color
Monochromatic Colors of #5A023D
Black with #5A023D
Text Example
Text Example
White with #5A023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A023D; }
p { color: rgb(90,2,61); }
H1.HeaderClassName
{
color: #5A023D;
}
.AnyTagClassName
{
color: #5A023D;
}
</style>
background-color css
<style>
a { background-color: #5A023D; }
a { background-color: rgb(90,2,61); }
div.DivClassName
{
background-color: #5A023D;
}
.BgClassName
{
background-color: #5A023D;
}
</style>
border-color css
<style>
span { border-color: #5A023D; }
span { border-color: rgb(90,2,61); }
td.TdClassName
{
border-color: #5A023D;
}
.TagClassName
{
border-color: #5A023D;
}
</style>