Shades of Tyrian Purple #5D0731
Tints of Tyrian Purple #5D0731
RGB
CMYK
RGB Variations
Color information
#5D0731 (or 0x5D0731) is known color: Tyrian Purple. HEX triplet: 5D, 07 and 31. RGB value is (93,7,49). Sum of RGB (Red+Green+Blue) = 93+7+49=149 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.42% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0731 is #A2F8CE. Grayscale: #252525. Windows color (decimal): -10680527 or 3213149. OLE color: 3213149.
HSL color Cylindrical-coordinate representation of color #5D0731: hue angle of 330.7º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D0731 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 7 | 49 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.64 |
| HSL | 330.7º | 0.86% | 0.2% | - |
| HSV(B) | 330.7º | 0.92% | 0.36% | - |
| XYZ | 5.14 | 2.7 | 3.16 | - |
| YUV | 37.5 | 134.49 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 49 | 0 | 0.92 | 0.47 | 0.64 | 330.7 | 0.86 | 0.2 |
| Hex | 5D | 7 | 31 | 0 | 5C | 2F | 40 | 14B | 56 | 14 |
| Octal | 135 | 7 | 61 | 0 | 134 | 57 | 100 | 513 | 126 | 24 |
| Binary | 1011101 | 111 | 110001 | 0 | 1011100 | 101111 | 1000000 | 101001011 | 1010110 | 10100 |
Color Harmonies of #5D0731
Complementary color
Monochromatic Colors of #5D0731
Black with #5D0731
Text Example
Text Example
White with #5D0731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0731; }
p { color: rgb(93,7,49); }
H1.HeaderClassName
{
color: #5D0731;
}
.AnyTagClassName
{
color: #5D0731;
}
</style>
background-color css
<style>
a { background-color: #5D0731; }
a { background-color: rgb(93,7,49); }
div.DivClassName
{
background-color: #5D0731;
}
.BgClassName
{
background-color: #5D0731;
}
</style>
border-color css
<style>
span { border-color: #5D0731; }
span { border-color: rgb(93,7,49); }
td.TdClassName
{
border-color: #5D0731;
}
.TagClassName
{
border-color: #5D0731;
}
</style>