Shades of Tyrian Purple #5D012E
Tints of Tyrian Purple #5D012E
RGB
CMYK
RGB Variations
Color information
#5D012E (or 0x5D012E) is known color: Tyrian Purple. HEX triplet: 5D, 01 and 2E. RGB value is (93,1,46). Sum of RGB (Red+Green+Blue) = 93+1+46=140 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.43% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 93 - color contains mainly: red. Hex color #5D012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D012E is #A2FED1. Grayscale: #212121. Windows color (decimal): -10682066 or 3015005. OLE color: 3015005.
HSL color Cylindrical-coordinate representation of color #5D012E: hue angle of 330.65º 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 #5D012E is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.64 |
| HSL | 330.65º | 0.98% | 0.18% | - |
| HSV(B) | 330.65º | 0.99% | 0.36% | - |
| XYZ | 5.02 | 2.55 | 2.81 | - |
| YUV | 33.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 46 | 0 | 0.99 | 0.51 | 0.64 | 330.65 | 0.98 | 0.18 |
| Hex | 5D | 1 | 2E | 0 | 63 | 33 | 40 | 14B | 62 | 12 |
| Octal | 135 | 1 | 56 | 0 | 143 | 63 | 100 | 513 | 142 | 22 |
| Binary | 1011101 | 1 | 101110 | 0 | 1100011 | 110011 | 1000000 | 101001011 | 1100010 | 10010 |
Color Harmonies of #5D012E
Complementary color
Monochromatic Colors of #5D012E
Black with #5D012E
Text Example
Text Example
White with #5D012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D012E; }
p { color: rgb(93,1,46); }
H1.HeaderClassName
{
color: #5D012E;
}
.AnyTagClassName
{
color: #5D012E;
}
</style>
background-color css
<style>
a { background-color: #5D012E; }
a { background-color: rgb(93,1,46); }
div.DivClassName
{
background-color: #5D012E;
}
.BgClassName
{
background-color: #5D012E;
}
</style>
border-color css
<style>
span { border-color: #5D012E; }
span { border-color: rgb(93,1,46); }
td.TdClassName
{
border-color: #5D012E;
}
.TagClassName
{
border-color: #5D012E;
}
</style>