Shades of Tyrian Purple #5D0056
Tints of Tyrian Purple #5D0056
RGB
CMYK
RGB Variations
Color information
#5D0056 (or 0x5D0056) is known color: Tyrian Purple. HEX triplet: 5D, 00 and 56. RGB value is (93,0,86). Sum of RGB (Red+Green+Blue) = 93+0+86=179 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.96% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0056 is #A2FFA9. Grayscale: #252525. Windows color (decimal): -10682282 or 5636189. OLE color: 5636189.
HSL color Cylindrical-coordinate representation of color #5D0056: hue angle of 304.52º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D0056 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.08 | 0.64 |
| HSL | 304.52º | 1% | 0.18% | - |
| HSV(B) | 304.52º | 1% | 0.36% | - |
| XYZ | 6.19 | 3 | 9.06 | - |
| YUV | 37.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 86 | 0 | 1 | 0.08 | 0.64 | 304.52 | 1 | 0.18 |
| Hex | 5D | 0 | 56 | 0 | 64 | 8 | 40 | 131 | 64 | 12 |
| Octal | 135 | 0 | 126 | 0 | 144 | 10 | 100 | 461 | 144 | 22 |
| Binary | 1011101 | 0 | 1010110 | 0 | 1100100 | 1000 | 1000000 | 100110001 | 1100100 | 10010 |
Color Harmonies of #5D0056
Complementary color
Monochromatic Colors of #5D0056
Black with #5D0056
Text Example
Text Example
White with #5D0056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0056; }
p { color: rgb(93,0,86); }
H1.HeaderClassName
{
color: #5D0056;
}
.AnyTagClassName
{
color: #5D0056;
}
</style>
background-color css
<style>
a { background-color: #5D0056; }
a { background-color: rgb(93,0,86); }
div.DivClassName
{
background-color: #5D0056;
}
.BgClassName
{
background-color: #5D0056;
}
</style>
border-color css
<style>
span { border-color: #5D0056; }
span { border-color: rgb(93,0,86); }
td.TdClassName
{
border-color: #5D0056;
}
.TagClassName
{
border-color: #5D0056;
}
</style>