Shades of Tyrian Purple #5D0837
Tints of Tyrian Purple #5D0837
RGB
CMYK
RGB Variations
Color information
#5D0837 (or 0x5D0837) is known color: Tyrian Purple. HEX triplet: 5D, 08 and 37. RGB value is (93,8,55). Sum of RGB (Red+Green+Blue) = 93+8+55=156 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.62% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0837 is #A2F7C8. Grayscale: #262626. Windows color (decimal): -10680265 or 3606621. OLE color: 3606621.
HSL color Cylindrical-coordinate representation of color #5D0837: hue angle of 326.82º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0837 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 8 | 55 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.64 |
| HSL | 326.82º | 0.84% | 0.2% | - |
| HSV(B) | 326.82º | 0.91% | 0.36% | - |
| XYZ | 5.29 | 2.78 | 3.87 | - |
| YUV | 38.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 55 | 0 | 0.91 | 0.41 | 0.64 | 326.82 | 0.84 | 0.2 |
| Hex | 5D | 8 | 37 | 0 | 5B | 29 | 40 | 147 | 54 | 14 |
| Octal | 135 | 10 | 67 | 0 | 133 | 51 | 100 | 507 | 124 | 24 |
| Binary | 1011101 | 1000 | 110111 | 0 | 1011011 | 101001 | 1000000 | 101000111 | 1010100 | 10100 |
Color Harmonies of #5D0837
Complementary color
Monochromatic Colors of #5D0837
Black with #5D0837
Text Example
Text Example
White with #5D0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0837; }
p { color: rgb(93,8,55); }
H1.HeaderClassName
{
color: #5D0837;
}
.AnyTagClassName
{
color: #5D0837;
}
</style>
background-color css
<style>
a { background-color: #5D0837; }
a { background-color: rgb(93,8,55); }
div.DivClassName
{
background-color: #5D0837;
}
.BgClassName
{
background-color: #5D0837;
}
</style>
border-color css
<style>
span { border-color: #5D0837; }
span { border-color: rgb(93,8,55); }
td.TdClassName
{
border-color: #5D0837;
}
.TagClassName
{
border-color: #5D0837;
}
</style>