Shades of Tyrian Purple #5D013F
Tints of Tyrian Purple #5D013F
RGB
CMYK
RGB Variations
Color information
#5D013F (or 0x5D013F) is known color: Tyrian Purple. HEX triplet: 5D, 01 and 3F. RGB value is (93,1,63). Sum of RGB (Red+Green+Blue) = 93+1+63=157 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.24% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 93 - color contains mainly: red. Hex color #5D013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D013F is #A2FEC0. Grayscale: #232323. Windows color (decimal): -10682049 or 4129117. OLE color: 4129117.
HSL color Cylindrical-coordinate representation of color #5D013F: hue angle of 319.57º 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 #5D013F is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.64 |
| HSL | 319.57º | 0.98% | 0.18% | - |
| HSV(B) | 319.57º | 0.99% | 0.36% | - |
| XYZ | 5.42 | 2.71 | 4.94 | - |
| YUV | 35.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 63 | 0 | 0.99 | 0.32 | 0.64 | 319.57 | 0.98 | 0.18 |
| Hex | 5D | 1 | 3F | 0 | 63 | 20 | 40 | 140 | 62 | 12 |
| Octal | 135 | 1 | 77 | 0 | 143 | 40 | 100 | 500 | 142 | 22 |
| Binary | 1011101 | 1 | 111111 | 0 | 1100011 | 100000 | 1000000 | 101000000 | 1100010 | 10010 |
Color Harmonies of #5D013F
Complementary color
Monochromatic Colors of #5D013F
Black with #5D013F
Text Example
Text Example
White with #5D013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D013F; }
p { color: rgb(93,1,63); }
H1.HeaderClassName
{
color: #5D013F;
}
.AnyTagClassName
{
color: #5D013F;
}
</style>
background-color css
<style>
a { background-color: #5D013F; }
a { background-color: rgb(93,1,63); }
div.DivClassName
{
background-color: #5D013F;
}
.BgClassName
{
background-color: #5D013F;
}
</style>
border-color css
<style>
span { border-color: #5D013F; }
span { border-color: rgb(93,1,63); }
td.TdClassName
{
border-color: #5D013F;
}
.TagClassName
{
border-color: #5D013F;
}
</style>