Shades of Tyrian Purple #5D1346
Tints of Tyrian Purple #5D1346
RGB
CMYK
RGB Variations
Color information
#5D1346 (or 0x5D1346) is known color: Tyrian Purple. HEX triplet: 5D, 13 and 46. RGB value is (93,19,70). Sum of RGB (Red+Green+Blue) = 93+19+70=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1346 is #A2ECB9. Grayscale: #2E2E2E. Windows color (decimal): -10677434 or 4592477. OLE color: 4592477.
HSL color Cylindrical-coordinate representation of color #5D1346: hue angle of 318.65º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D1346 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 70 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.64 |
| HSL | 318.65º | 0.66% | 0.22% | - |
| HSV(B) | 318.65º | 0.8% | 0.36% | - |
| XYZ | 5.85 | 3.24 | 6.11 | - |
| YUV | 46.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 70 | 0 | 0.80 | 0.25 | 0.64 | 318.65 | 0.66 | 0.22 |
| Hex | 5D | 13 | 46 | 0 | 50 | 19 | 40 | 13F | 42 | 16 |
| Octal | 135 | 23 | 106 | 0 | 120 | 31 | 100 | 477 | 102 | 26 |
| Binary | 1011101 | 10011 | 1000110 | 0 | 1010000 | 11001 | 1000000 | 100111111 | 1000010 | 10110 |
Color Harmonies of #5D1346
Complementary color
Monochromatic Colors of #5D1346
Black with #5D1346
Text Example
Text Example
White with #5D1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1346; }
p { color: rgb(93,19,70); }
H1.HeaderClassName
{
color: #5D1346;
}
.AnyTagClassName
{
color: #5D1346;
}
</style>
background-color css
<style>
a { background-color: #5D1346; }
a { background-color: rgb(93,19,70); }
div.DivClassName
{
background-color: #5D1346;
}
.BgClassName
{
background-color: #5D1346;
}
</style>
border-color css
<style>
span { border-color: #5D1346; }
span { border-color: rgb(93,19,70); }
td.TdClassName
{
border-color: #5D1346;
}
.TagClassName
{
border-color: #5D1346;
}
</style>