Shades of Tyrian Purple #5D0449
Tints of Tyrian Purple #5D0449
RGB
CMYK
RGB Variations
Color information
#5D0449 (or 0x5D0449) is known color: Tyrian Purple. HEX triplet: 5D, 04 and 49. RGB value is (93,4,73). Sum of RGB (Red+Green+Blue) = 93+4+73=170 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.71% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0449 is #A2FBB6. Grayscale: #262626. Windows color (decimal): -10681271 or 4785245. OLE color: 4785245.
HSL color Cylindrical-coordinate representation of color #5D0449: hue angle of 313.48º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D0449 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 4 | 73 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.64 |
| HSL | 313.48º | 0.92% | 0.19% | - |
| HSV(B) | 313.48º | 0.96% | 0.36% | - |
| XYZ | 5.76 | 2.9 | 6.56 | - |
| YUV | 38.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 73 | 0 | 0.96 | 0.22 | 0.64 | 313.48 | 0.92 | 0.19 |
| Hex | 5D | 4 | 49 | 0 | 60 | 16 | 40 | 139 | 5C | 13 |
| Octal | 135 | 4 | 111 | 0 | 140 | 26 | 100 | 471 | 134 | 23 |
| Binary | 1011101 | 100 | 1001001 | 0 | 1100000 | 10110 | 1000000 | 100111001 | 1011100 | 10011 |
Color Harmonies of #5D0449
Complementary color
Monochromatic Colors of #5D0449
Black with #5D0449
Text Example
Text Example
White with #5D0449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0449; }
p { color: rgb(93,4,73); }
H1.HeaderClassName
{
color: #5D0449;
}
.AnyTagClassName
{
color: #5D0449;
}
</style>
background-color css
<style>
a { background-color: #5D0449; }
a { background-color: rgb(93,4,73); }
div.DivClassName
{
background-color: #5D0449;
}
.BgClassName
{
background-color: #5D0449;
}
</style>
border-color css
<style>
span { border-color: #5D0449; }
span { border-color: rgb(93,4,73); }
td.TdClassName
{
border-color: #5D0449;
}
.TagClassName
{
border-color: #5D0449;
}
</style>