Shades of Tyrian Purple #5D0A36
Tints of Tyrian Purple #5D0A36
RGB
CMYK
RGB Variations
Color information
#5D0A36 (or 0x5D0A36) is known color: Tyrian Purple. HEX triplet: 5D, 0A and 36. RGB value is (93,10,54). Sum of RGB (Red+Green+Blue) = 93+10+54=157 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.24% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0A36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0A36 is #A2F5C9. Grayscale: #272727. Windows color (decimal): -10679754 or 3541597. OLE color: 3541597.
HSL color Cylindrical-coordinate representation of color #5D0A36: hue angle of 328.19º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D0A36 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 10 | 54 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.64 |
| HSL | 328.19º | 0.81% | 0.2% | - |
| HSV(B) | 328.19º | 0.89% | 0.36% | - |
| XYZ | 5.29 | 2.81 | 3.75 | - |
| YUV | 39.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 10 | 54 | 0 | 0.89 | 0.42 | 0.64 | 328.19 | 0.81 | 0.2 |
| Hex | 5D | A | 36 | 0 | 59 | 2A | 40 | 148 | 51 | 14 |
| Octal | 135 | 12 | 66 | 0 | 131 | 52 | 100 | 510 | 121 | 24 |
| Binary | 1011101 | 1010 | 110110 | 0 | 1011001 | 101010 | 1000000 | 101001000 | 1010001 | 10100 |
Color Harmonies of #5D0A36
Complementary color
Monochromatic Colors of #5D0A36
Black with #5D0A36
Text Example
Text Example
White with #5D0A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0A36; }
p { color: rgb(93,10,54); }
H1.HeaderClassName
{
color: #5D0A36;
}
.AnyTagClassName
{
color: #5D0A36;
}
</style>
background-color css
<style>
a { background-color: #5D0A36; }
a { background-color: rgb(93,10,54); }
div.DivClassName
{
background-color: #5D0A36;
}
.BgClassName
{
background-color: #5D0A36;
}
</style>
border-color css
<style>
span { border-color: #5D0A36; }
span { border-color: rgb(93,10,54); }
td.TdClassName
{
border-color: #5D0A36;
}
.TagClassName
{
border-color: #5D0A36;
}
</style>