Shades of Tyrian Purple #5D1236
Tints of Tyrian Purple #5D1236
RGB
CMYK
RGB Variations
Color information
#5D1236 (or 0x5D1236) is known color: Tyrian Purple. HEX triplet: 5D, 12 and 36. RGB value is (93,18,54). Sum of RGB (Red+Green+Blue) = 93+18+54=165 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.36% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1236 is #A2EDC9. Grayscale: #2C2C2C. Windows color (decimal): -10677706 or 3543645. OLE color: 3543645.
HSL color Cylindrical-coordinate representation of color #5D1236: hue angle of 331.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D1236 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 18 | 54 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.64 |
| HSL | 331.2º | 0.68% | 0.22% | - |
| HSV(B) | 331.2º | 0.81% | 0.36% | - |
| XYZ | 5.4 | 3.03 | 3.79 | - |
| YUV | 44.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 54 | 0 | 0.81 | 0.42 | 0.64 | 331.2 | 0.68 | 0.22 |
| Hex | 5D | 12 | 36 | 0 | 51 | 2A | 40 | 14B | 44 | 16 |
| Octal | 135 | 22 | 66 | 0 | 121 | 52 | 100 | 513 | 104 | 26 |
| Binary | 1011101 | 10010 | 110110 | 0 | 1010001 | 101010 | 1000000 | 101001011 | 1000100 | 10110 |
Color Harmonies of #5D1236
Complementary color
Monochromatic Colors of #5D1236
Black with #5D1236
Text Example
Text Example
White with #5D1236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1236; }
p { color: rgb(93,18,54); }
H1.HeaderClassName
{
color: #5D1236;
}
.AnyTagClassName
{
color: #5D1236;
}
</style>
background-color css
<style>
a { background-color: #5D1236; }
a { background-color: rgb(93,18,54); }
div.DivClassName
{
background-color: #5D1236;
}
.BgClassName
{
background-color: #5D1236;
}
</style>
border-color css
<style>
span { border-color: #5D1236; }
span { border-color: rgb(93,18,54); }
td.TdClassName
{
border-color: #5D1236;
}
.TagClassName
{
border-color: #5D1236;
}
</style>