Shades of Tyrian Purple #5D0346
Tints of Tyrian Purple #5D0346
RGB
CMYK
RGB Variations
Color information
#5D0346 (or 0x5D0346) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 46. RGB value is (93,3,70). Sum of RGB (Red+Green+Blue) = 93+3+70=166 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.02% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0346 is #A2FCB9. Grayscale: #252525. Windows color (decimal): -10681530 or 4588381. OLE color: 4588381.
HSL color Cylindrical-coordinate representation of color #5D0346: hue angle of 315.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0346 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 3 | 70 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.64 |
| HSL | 315.33º | 0.94% | 0.19% | - |
| HSV(B) | 315.33º | 0.97% | 0.36% | - |
| XYZ | 5.65 | 2.83 | 6.04 | - |
| YUV | 37.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 70 | 0 | 0.97 | 0.25 | 0.64 | 315.33 | 0.94 | 0.19 |
| Hex | 5D | 3 | 46 | 0 | 61 | 19 | 40 | 13B | 5E | 13 |
| Octal | 135 | 3 | 106 | 0 | 141 | 31 | 100 | 473 | 136 | 23 |
| Binary | 1011101 | 11 | 1000110 | 0 | 1100001 | 11001 | 1000000 | 100111011 | 1011110 | 10011 |
Color Harmonies of #5D0346
Complementary color
Monochromatic Colors of #5D0346
Black with #5D0346
Text Example
Text Example
White with #5D0346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0346; }
p { color: rgb(93,3,70); }
H1.HeaderClassName
{
color: #5D0346;
}
.AnyTagClassName
{
color: #5D0346;
}
</style>
background-color css
<style>
a { background-color: #5D0346; }
a { background-color: rgb(93,3,70); }
div.DivClassName
{
background-color: #5D0346;
}
.BgClassName
{
background-color: #5D0346;
}
</style>
border-color css
<style>
span { border-color: #5D0346; }
span { border-color: rgb(93,3,70); }
td.TdClassName
{
border-color: #5D0346;
}
.TagClassName
{
border-color: #5D0346;
}
</style>