Shades of Tyrian Purple #5D124D
Tints of Tyrian Purple #5D124D
RGB
CMYK
RGB Variations
Color information
#5D124D (or 0x5D124D) is known color: Tyrian Purple. HEX triplet: 5D, 12 and 4D. RGB value is (93,18,77). Sum of RGB (Red+Green+Blue) = 93+18+77=188 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.47% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 93 - color contains mainly: red. Hex color #5D124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D124D is #A2EDB2. Grayscale: #2E2E2E. Windows color (decimal): -10677683 or 5050973. OLE color: 5050973.
HSL color Cylindrical-coordinate representation of color #5D124D: hue angle of 312.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D124D is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 18 | 77 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.64 |
| HSL | 312.8º | 0.68% | 0.22% | - |
| HSV(B) | 312.8º | 0.81% | 0.36% | - |
| XYZ | 6.07 | 3.3 | 7.34 | - |
| YUV | 47.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 77 | 0 | 0.81 | 0.17 | 0.64 | 312.8 | 0.68 | 0.22 |
| Hex | 5D | 12 | 4D | 0 | 51 | 11 | 40 | 139 | 44 | 16 |
| Octal | 135 | 22 | 115 | 0 | 121 | 21 | 100 | 471 | 104 | 26 |
| Binary | 1011101 | 10010 | 1001101 | 0 | 1010001 | 10001 | 1000000 | 100111001 | 1000100 | 10110 |
Color Harmonies of #5D124D
Complementary color
Monochromatic Colors of #5D124D
Black with #5D124D
Text Example
Text Example
White with #5D124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D124D; }
p { color: rgb(93,18,77); }
H1.HeaderClassName
{
color: #5D124D;
}
.AnyTagClassName
{
color: #5D124D;
}
</style>
background-color css
<style>
a { background-color: #5D124D; }
a { background-color: rgb(93,18,77); }
div.DivClassName
{
background-color: #5D124D;
}
.BgClassName
{
background-color: #5D124D;
}
</style>
border-color css
<style>
span { border-color: #5D124D; }
span { border-color: rgb(93,18,77); }
td.TdClassName
{
border-color: #5D124D;
}
.TagClassName
{
border-color: #5D124D;
}
</style>