Shades of Tyrian Purple #5D0437
Tints of Tyrian Purple #5D0437
RGB
CMYK
RGB Variations
Color information
#5D0437 (or 0x5D0437) is known color: Tyrian Purple. HEX triplet: 5D, 04 and 37. RGB value is (93,4,55). Sum of RGB (Red+Green+Blue) = 93+4+55=152 (20% of max value = 765). Red value is 93 (36.72% from 255 or 61.18% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0437 is #A2FBC8. Grayscale: #242424. Windows color (decimal): -10681289 or 3605597. OLE color: 3605597.
HSL color Cylindrical-coordinate representation of color #5D0437: hue angle of 325.62º 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 #5D0437 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 4 | 55 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.64 |
| HSL | 325.62º | 0.92% | 0.19% | - |
| HSV(B) | 325.62º | 0.96% | 0.36% | - |
| XYZ | 5.25 | 2.69 | 3.86 | - |
| YUV | 36.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 55 | 0 | 0.96 | 0.41 | 0.64 | 325.62 | 0.92 | 0.19 |
| Hex | 5D | 4 | 37 | 0 | 60 | 29 | 40 | 146 | 5C | 13 |
| Octal | 135 | 4 | 67 | 0 | 140 | 51 | 100 | 506 | 134 | 23 |
| Binary | 1011101 | 100 | 110111 | 0 | 1100000 | 101001 | 1000000 | 101000110 | 1011100 | 10011 |
Color Harmonies of #5D0437
Complementary color
Monochromatic Colors of #5D0437
Black with #5D0437
Text Example
Text Example
White with #5D0437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0437; }
p { color: rgb(93,4,55); }
H1.HeaderClassName
{
color: #5D0437;
}
.AnyTagClassName
{
color: #5D0437;
}
</style>
background-color css
<style>
a { background-color: #5D0437; }
a { background-color: rgb(93,4,55); }
div.DivClassName
{
background-color: #5D0437;
}
.BgClassName
{
background-color: #5D0437;
}
</style>
border-color css
<style>
span { border-color: #5D0437; }
span { border-color: rgb(93,4,55); }
td.TdClassName
{
border-color: #5D0437;
}
.TagClassName
{
border-color: #5D0437;
}
</style>