Shades of Tyrian Purple #5D114D
Tints of Tyrian Purple #5D114D
RGB
CMYK
RGB Variations
Color information
#5D114D (or 0x5D114D) is known color: Tyrian Purple. HEX triplet: 5D, 11 and 4D. RGB value is (93,17,77). Sum of RGB (Red+Green+Blue) = 93+17+77=187 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.73% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 93 - color contains mainly: red. Hex color #5D114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D114D is #A2EEB2. Grayscale: #2E2E2E. Windows color (decimal): -10677939 or 5050717. OLE color: 5050717.
HSL color Cylindrical-coordinate representation of color #5D114D: hue angle of 312.63º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D114D is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 17 | 77 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.64 |
| HSL | 312.63º | 0.69% | 0.22% | - |
| HSV(B) | 312.63º | 0.82% | 0.36% | - |
| XYZ | 6.05 | 3.26 | 7.33 | - |
| YUV | 46.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 77 | 0 | 0.82 | 0.17 | 0.64 | 312.63 | 0.69 | 0.22 |
| Hex | 5D | 11 | 4D | 0 | 52 | 11 | 40 | 139 | 45 | 16 |
| Octal | 135 | 21 | 115 | 0 | 122 | 21 | 100 | 471 | 105 | 26 |
| Binary | 1011101 | 10001 | 1001101 | 0 | 1010010 | 10001 | 1000000 | 100111001 | 1000101 | 10110 |
Color Harmonies of #5D114D
Complementary color
Monochromatic Colors of #5D114D
Black with #5D114D
Text Example
Text Example
White with #5D114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D114D; }
p { color: rgb(93,17,77); }
H1.HeaderClassName
{
color: #5D114D;
}
.AnyTagClassName
{
color: #5D114D;
}
</style>
background-color css
<style>
a { background-color: #5D114D; }
a { background-color: rgb(93,17,77); }
div.DivClassName
{
background-color: #5D114D;
}
.BgClassName
{
background-color: #5D114D;
}
</style>
border-color css
<style>
span { border-color: #5D114D; }
span { border-color: rgb(93,17,77); }
td.TdClassName
{
border-color: #5D114D;
}
.TagClassName
{
border-color: #5D114D;
}
</style>