Shades of Tyrian Purple #5D013E
Tints of Tyrian Purple #5D013E
RGB
CMYK
RGB Variations
Color information
#5D013E (or 0x5D013E) is known color: Tyrian Purple. HEX triplet: 5D, 01 and 3E. RGB value is (93,1,62). Sum of RGB (Red+Green+Blue) = 93+1+62=156 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.62% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 93 - color contains mainly: red. Hex color #5D013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D013E is #A2FEC1. Grayscale: #232323. Windows color (decimal): -10682050 or 4063581. OLE color: 4063581.
HSL color Cylindrical-coordinate representation of color #5D013E: hue angle of 320.22º 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 #5D013E is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.64 |
| HSL | 320.22º | 0.98% | 0.18% | - |
| HSV(B) | 320.22º | 0.99% | 0.36% | - |
| XYZ | 5.39 | 2.7 | 4.79 | - |
| YUV | 35.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 62 | 0 | 0.99 | 0.33 | 0.64 | 320.22 | 0.98 | 0.18 |
| Hex | 5D | 1 | 3E | 0 | 63 | 21 | 40 | 140 | 62 | 12 |
| Octal | 135 | 1 | 76 | 0 | 143 | 41 | 100 | 500 | 142 | 22 |
| Binary | 1011101 | 1 | 111110 | 0 | 1100011 | 100001 | 1000000 | 101000000 | 1100010 | 10010 |
Color Harmonies of #5D013E
Complementary color
Monochromatic Colors of #5D013E
Black with #5D013E
Text Example
Text Example
White with #5D013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D013E; }
p { color: rgb(93,1,62); }
H1.HeaderClassName
{
color: #5D013E;
}
.AnyTagClassName
{
color: #5D013E;
}
</style>
background-color css
<style>
a { background-color: #5D013E; }
a { background-color: rgb(93,1,62); }
div.DivClassName
{
background-color: #5D013E;
}
.BgClassName
{
background-color: #5D013E;
}
</style>
border-color css
<style>
span { border-color: #5D013E; }
span { border-color: rgb(93,1,62); }
td.TdClassName
{
border-color: #5D013E;
}
.TagClassName
{
border-color: #5D013E;
}
</style>