Shades of Tyrian Purple #5D0236
Tints of Tyrian Purple #5D0236
RGB
CMYK
RGB Variations
Color information
#5D0236 (or 0x5D0236) is known color: Tyrian Purple. HEX triplet: 5D, 02 and 36. RGB value is (93,2,54). Sum of RGB (Red+Green+Blue) = 93+2+54=149 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.42% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0236 is #A2FDC9. Grayscale: #232323. Windows color (decimal): -10681802 or 3539549. OLE color: 3539549.
HSL color Cylindrical-coordinate representation of color #5D0236: hue angle of 325.71º 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 #5D0236 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 2 | 54 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.64 |
| HSL | 325.71º | 0.96% | 0.19% | - |
| HSV(B) | 325.71º | 0.98% | 0.36% | - |
| XYZ | 5.2 | 2.64 | 3.72 | - |
| YUV | 35.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 54 | 0 | 0.98 | 0.42 | 0.64 | 325.71 | 0.96 | 0.19 |
| Hex | 5D | 2 | 36 | 0 | 62 | 2A | 40 | 146 | 60 | 13 |
| Octal | 135 | 2 | 66 | 0 | 142 | 52 | 100 | 506 | 140 | 23 |
| Binary | 1011101 | 10 | 110110 | 0 | 1100010 | 101010 | 1000000 | 101000110 | 1100000 | 10011 |
Color Harmonies of #5D0236
Complementary color
Monochromatic Colors of #5D0236
Black with #5D0236
Text Example
Text Example
White with #5D0236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0236; }
p { color: rgb(93,2,54); }
H1.HeaderClassName
{
color: #5D0236;
}
.AnyTagClassName
{
color: #5D0236;
}
</style>
background-color css
<style>
a { background-color: #5D0236; }
a { background-color: rgb(93,2,54); }
div.DivClassName
{
background-color: #5D0236;
}
.BgClassName
{
background-color: #5D0236;
}
</style>
border-color css
<style>
span { border-color: #5D0236; }
span { border-color: rgb(93,2,54); }
td.TdClassName
{
border-color: #5D0236;
}
.TagClassName
{
border-color: #5D0236;
}
</style>