Shades of Tyrian Purple #5A0646
Tints of Tyrian Purple #5A0646
RGB
CMYK
RGB Variations
Color information
#5A0646 (or 0x5A0646) is known color: Tyrian Purple. HEX triplet: 5A, 06 and 46. RGB value is (90,6,70). Sum of RGB (Red+Green+Blue) = 90+6+70=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0646 is #A5F9B9. Grayscale: #262626. Windows color (decimal): -10877370 or 4589146. OLE color: 4589146.
HSL color Cylindrical-coordinate representation of color #5A0646: hue angle of 314.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 #5A0646 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 6 | 70 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.65 |
| HSL | 314.29º | 0.88% | 0.19% | - |
| HSV(B) | 314.29º | 0.93% | 0.35% | - |
| XYZ | 5.39 | 2.75 | 6.04 | - |
| YUV | 38.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 70 | 0 | 0.93 | 0.22 | 0.65 | 314.29 | 0.88 | 0.19 |
| Hex | 5A | 6 | 46 | 0 | 5D | 16 | 41 | 13A | 58 | 13 |
| Octal | 132 | 6 | 106 | 0 | 135 | 26 | 101 | 472 | 130 | 23 |
| Binary | 1011010 | 110 | 1000110 | 0 | 1011101 | 10110 | 1000001 | 100111010 | 1011000 | 10011 |
Color Harmonies of #5A0646
Complementary color
Monochromatic Colors of #5A0646
Black with #5A0646
Text Example
Text Example
White with #5A0646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0646; }
p { color: rgb(90,6,70); }
H1.HeaderClassName
{
color: #5A0646;
}
.AnyTagClassName
{
color: #5A0646;
}
</style>
background-color css
<style>
a { background-color: #5A0646; }
a { background-color: rgb(90,6,70); }
div.DivClassName
{
background-color: #5A0646;
}
.BgClassName
{
background-color: #5A0646;
}
</style>
border-color css
<style>
span { border-color: #5A0646; }
span { border-color: rgb(90,6,70); }
td.TdClassName
{
border-color: #5A0646;
}
.TagClassName
{
border-color: #5A0646;
}
</style>