Shades of Tyrian Purple #5D123E
Tints of Tyrian Purple #5D123E
RGB
CMYK
RGB Variations
Color information
#5D123E (or 0x5D123E) is known color: Tyrian Purple. HEX triplet: 5D, 12 and 3E. RGB value is (93,18,62). Sum of RGB (Red+Green+Blue) = 93+18+62=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D123E is #A2EDC1. Grayscale: #2D2D2D. Windows color (decimal): -10677698 or 4067933. OLE color: 4067933.
HSL color Cylindrical-coordinate representation of color #5D123E: hue angle of 324.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D123E is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 18 | 62 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.64 |
| HSL | 324.8º | 0.68% | 0.22% | - |
| HSV(B) | 324.8º | 0.81% | 0.36% | - |
| XYZ | 5.6 | 3.11 | 4.86 | - |
| YUV | 45.44 | 137.35 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 62 | 0 | 0.81 | 0.33 | 0.64 | 324.8 | 0.68 | 0.22 |
| Hex | 5D | 12 | 3E | 0 | 51 | 21 | 40 | 145 | 44 | 16 |
| Octal | 135 | 22 | 76 | 0 | 121 | 41 | 100 | 505 | 104 | 26 |
| Binary | 1011101 | 10010 | 111110 | 0 | 1010001 | 100001 | 1000000 | 101000101 | 1000100 | 10110 |
Color Harmonies of #5D123E
Complementary color
Monochromatic Colors of #5D123E
Black with #5D123E
Text Example
Text Example
White with #5D123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D123E; }
p { color: rgb(93,18,62); }
H1.HeaderClassName
{
color: #5D123E;
}
.AnyTagClassName
{
color: #5D123E;
}
</style>
background-color css
<style>
a { background-color: #5D123E; }
a { background-color: rgb(93,18,62); }
div.DivClassName
{
background-color: #5D123E;
}
.BgClassName
{
background-color: #5D123E;
}
</style>
border-color css
<style>
span { border-color: #5D123E; }
span { border-color: rgb(93,18,62); }
td.TdClassName
{
border-color: #5D123E;
}
.TagClassName
{
border-color: #5D123E;
}
</style>