Shades of Tyrian Purple #5A063F
Tints of Tyrian Purple #5A063F
RGB
CMYK
RGB Variations
Color information
#5A063F (or 0x5A063F) is known color: Tyrian Purple. HEX triplet: 5A, 06 and 3F. RGB value is (90,6,63). Sum of RGB (Red+Green+Blue) = 90+6+63=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A063F is #A5F9C0. Grayscale: #252525. Windows color (decimal): -10877377 or 4130394. OLE color: 4130394.
HSL color Cylindrical-coordinate representation of color #5A063F: hue angle of 319.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A063F is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 6 | 63 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.65 |
| HSL | 319.29º | 0.88% | 0.19% | - |
| HSV(B) | 319.29º | 0.93% | 0.35% | - |
| XYZ | 5.18 | 2.66 | 4.94 | - |
| YUV | 37.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 63 | 0 | 0.93 | 0.30 | 0.65 | 319.29 | 0.88 | 0.19 |
| Hex | 5A | 6 | 3F | 0 | 5D | 1E | 41 | 13F | 58 | 13 |
| Octal | 132 | 6 | 77 | 0 | 135 | 36 | 101 | 477 | 130 | 23 |
| Binary | 1011010 | 110 | 111111 | 0 | 1011101 | 11110 | 1000001 | 100111111 | 1011000 | 10011 |
Color Harmonies of #5A063F
Complementary color
Monochromatic Colors of #5A063F
Black with #5A063F
Text Example
Text Example
White with #5A063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A063F; }
p { color: rgb(90,6,63); }
H1.HeaderClassName
{
color: #5A063F;
}
.AnyTagClassName
{
color: #5A063F;
}
</style>
background-color css
<style>
a { background-color: #5A063F; }
a { background-color: rgb(90,6,63); }
div.DivClassName
{
background-color: #5A063F;
}
.BgClassName
{
background-color: #5A063F;
}
</style>
border-color css
<style>
span { border-color: #5A063F; }
span { border-color: rgb(90,6,63); }
td.TdClassName
{
border-color: #5A063F;
}
.TagClassName
{
border-color: #5A063F;
}
</style>