Shades of Tyrian Purple #5D0237
Tints of Tyrian Purple #5D0237
RGB
CMYK
RGB Variations
Color information
#5D0237 (or 0x5D0237) is known color: Tyrian Purple. HEX triplet: 5D, 02 and 37. RGB value is (93,2,55). Sum of RGB (Red+Green+Blue) = 93+2+55=150 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0237 is #A2FDC8. Grayscale: #232323. Windows color (decimal): -10681801 or 3605085. OLE color: 3605085.
HSL color Cylindrical-coordinate representation of color #5D0237: hue angle of 325.05º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D0237 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 2 | 55 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.64 |
| HSL | 325.05º | 0.96% | 0.19% | - |
| HSV(B) | 325.05º | 0.98% | 0.36% | - |
| XYZ | 5.23 | 2.65 | 3.85 | - |
| YUV | 35.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 55 | 0 | 0.98 | 0.41 | 0.64 | 325.05 | 0.96 | 0.19 |
| Hex | 5D | 2 | 37 | 0 | 62 | 29 | 40 | 145 | 60 | 13 |
| Octal | 135 | 2 | 67 | 0 | 142 | 51 | 100 | 505 | 140 | 23 |
| Binary | 1011101 | 10 | 110111 | 0 | 1100010 | 101001 | 1000000 | 101000101 | 1100000 | 10011 |
Color Harmonies of #5D0237
Complementary color
Monochromatic Colors of #5D0237
Black with #5D0237
Text Example
Text Example
White with #5D0237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0237; }
p { color: rgb(93,2,55); }
H1.HeaderClassName
{
color: #5D0237;
}
.AnyTagClassName
{
color: #5D0237;
}
</style>
background-color css
<style>
a { background-color: #5D0237; }
a { background-color: rgb(93,2,55); }
div.DivClassName
{
background-color: #5D0237;
}
.BgClassName
{
background-color: #5D0237;
}
</style>
border-color css
<style>
span { border-color: #5D0237; }
span { border-color: rgb(93,2,55); }
td.TdClassName
{
border-color: #5D0237;
}
.TagClassName
{
border-color: #5D0237;
}
</style>