Shades of Tyrian Purple #5D1249
Tints of Tyrian Purple #5D1249
RGB
CMYK
RGB Variations
Color information
#5D1249 (or 0x5D1249) is known color: Tyrian Purple. HEX triplet: 5D, 12 and 49. RGB value is (93,18,73). Sum of RGB (Red+Green+Blue) = 93+18+73=184 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.54% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1249 is #A2EDB6. Grayscale: #2E2E2E. Windows color (decimal): -10677687 or 4788829. OLE color: 4788829.
HSL color Cylindrical-coordinate representation of color #5D1249: hue angle of 316º 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 #5D1249 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 18 | 73 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.64 |
| HSL | 316º | 0.68% | 0.22% | - |
| HSV(B) | 316º | 0.81% | 0.36% | - |
| XYZ | 5.93 | 3.24 | 6.62 | - |
| YUV | 46.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 73 | 0 | 0.81 | 0.22 | 0.64 | 316 | 0.68 | 0.22 |
| Hex | 5D | 12 | 49 | 0 | 51 | 16 | 40 | 13C | 44 | 16 |
| Octal | 135 | 22 | 111 | 0 | 121 | 26 | 100 | 474 | 104 | 26 |
| Binary | 1011101 | 10010 | 1001001 | 0 | 1010001 | 10110 | 1000000 | 100111100 | 1000100 | 10110 |
Color Harmonies of #5D1249
Complementary color
Monochromatic Colors of #5D1249
Black with #5D1249
Text Example
Text Example
White with #5D1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1249; }
p { color: rgb(93,18,73); }
H1.HeaderClassName
{
color: #5D1249;
}
.AnyTagClassName
{
color: #5D1249;
}
</style>
background-color css
<style>
a { background-color: #5D1249; }
a { background-color: rgb(93,18,73); }
div.DivClassName
{
background-color: #5D1249;
}
.BgClassName
{
background-color: #5D1249;
}
</style>
border-color css
<style>
span { border-color: #5D1249; }
span { border-color: rgb(93,18,73); }
td.TdClassName
{
border-color: #5D1249;
}
.TagClassName
{
border-color: #5D1249;
}
</style>