Shades of Tyrian Purple #5D004D
Tints of Tyrian Purple #5D004D
RGB
CMYK
RGB Variations
Color information
#5D004D (or 0x5D004D) is known color: Tyrian Purple. HEX triplet: 5D, 00 and 4D. RGB value is (93,0,77). Sum of RGB (Red+Green+Blue) = 93+0+77=170 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.71% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 93 - color contains mainly: red. Hex color #5D004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D004D is #A2FFB2. Grayscale: #242424. Windows color (decimal): -10682291 or 5046365. OLE color: 5046365.
HSL color Cylindrical-coordinate representation of color #5D004D: hue angle of 310.32º 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 #5D004D is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.17 | 0.64 |
| HSL | 310.32º | 1% | 0.18% | - |
| HSV(B) | 310.32º | 1% | 0.36% | - |
| XYZ | 5.85 | 2.86 | 7.27 | - |
| YUV | 36.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 77 | 0 | 1 | 0.17 | 0.64 | 310.32 | 1 | 0.18 |
| Hex | 5D | 0 | 4D | 0 | 64 | 11 | 40 | 136 | 64 | 12 |
| Octal | 135 | 0 | 115 | 0 | 144 | 21 | 100 | 466 | 144 | 22 |
| Binary | 1011101 | 0 | 1001101 | 0 | 1100100 | 10001 | 1000000 | 100110110 | 1100100 | 10010 |
Color Harmonies of #5D004D
Complementary color
Monochromatic Colors of #5D004D
Black with #5D004D
Text Example
Text Example
White with #5D004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D004D; }
p { color: rgb(93,0,77); }
H1.HeaderClassName
{
color: #5D004D;
}
.AnyTagClassName
{
color: #5D004D;
}
</style>
background-color css
<style>
a { background-color: #5D004D; }
a { background-color: rgb(93,0,77); }
div.DivClassName
{
background-color: #5D004D;
}
.BgClassName
{
background-color: #5D004D;
}
</style>
border-color css
<style>
span { border-color: #5D004D; }
span { border-color: rgb(93,0,77); }
td.TdClassName
{
border-color: #5D004D;
}
.TagClassName
{
border-color: #5D004D;
}
</style>