Shades of Tyrian Purple #5D0139
Tints of Tyrian Purple #5D0139
RGB
CMYK
RGB Variations
Color information
#5D0139 (or 0x5D0139) is known color: Tyrian Purple. HEX triplet: 5D, 01 and 39. RGB value is (93,1,57). Sum of RGB (Red+Green+Blue) = 93+1+57=151 (20% of max value = 765). Red value is 93 (36.72% from 255 or 61.59% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0139 is #A2FEC6. Grayscale: #222222. Windows color (decimal): -10682055 or 3735901. OLE color: 3735901.
HSL color Cylindrical-coordinate representation of color #5D0139: hue angle of 323.48º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D0139 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.64 |
| HSL | 323.48º | 0.98% | 0.18% | - |
| HSV(B) | 323.48º | 0.99% | 0.36% | - |
| XYZ | 5.26 | 2.64 | 4.1 | - |
| YUV | 34.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 57 | 0 | 0.99 | 0.39 | 0.64 | 323.48 | 0.98 | 0.18 |
| Hex | 5D | 1 | 39 | 0 | 63 | 27 | 40 | 143 | 62 | 12 |
| Octal | 135 | 1 | 71 | 0 | 143 | 47 | 100 | 503 | 142 | 22 |
| Binary | 1011101 | 1 | 111001 | 0 | 1100011 | 100111 | 1000000 | 101000011 | 1100010 | 10010 |
Color Harmonies of #5D0139
Complementary color
Monochromatic Colors of #5D0139
Black with #5D0139
Text Example
Text Example
White with #5D0139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0139; }
p { color: rgb(93,1,57); }
H1.HeaderClassName
{
color: #5D0139;
}
.AnyTagClassName
{
color: #5D0139;
}
</style>
background-color css
<style>
a { background-color: #5D0139; }
a { background-color: rgb(93,1,57); }
div.DivClassName
{
background-color: #5D0139;
}
.BgClassName
{
background-color: #5D0139;
}
</style>
border-color css
<style>
span { border-color: #5D0139; }
span { border-color: rgb(93,1,57); }
td.TdClassName
{
border-color: #5D0139;
}
.TagClassName
{
border-color: #5D0139;
}
</style>