Shades of Tyrian Purple #5D113E
Tints of Tyrian Purple #5D113E
RGB
CMYK
RGB Variations
Color information
#5D113E (or 0x5D113E) is known color: Tyrian Purple. HEX triplet: 5D, 11 and 3E. RGB value is (93,17,62). Sum of RGB (Red+Green+Blue) = 93+17+62=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D113E is #A2EEC1. Grayscale: #2C2C2C. Windows color (decimal): -10677954 or 4067677. OLE color: 4067677.
HSL color Cylindrical-coordinate representation of color #5D113E: hue angle of 324.47º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D113E is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 17 | 62 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.64 |
| HSL | 324.47º | 0.69% | 0.22% | - |
| HSV(B) | 324.47º | 0.82% | 0.36% | - |
| XYZ | 5.58 | 3.08 | 4.86 | - |
| YUV | 44.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 62 | 0 | 0.82 | 0.33 | 0.64 | 324.47 | 0.69 | 0.22 |
| Hex | 5D | 11 | 3E | 0 | 52 | 21 | 40 | 144 | 45 | 16 |
| Octal | 135 | 21 | 76 | 0 | 122 | 41 | 100 | 504 | 105 | 26 |
| Binary | 1011101 | 10001 | 111110 | 0 | 1010010 | 100001 | 1000000 | 101000100 | 1000101 | 10110 |
Color Harmonies of #5D113E
Complementary color
Monochromatic Colors of #5D113E
Black with #5D113E
Text Example
Text Example
White with #5D113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D113E; }
p { color: rgb(93,17,62); }
H1.HeaderClassName
{
color: #5D113E;
}
.AnyTagClassName
{
color: #5D113E;
}
</style>
background-color css
<style>
a { background-color: #5D113E; }
a { background-color: rgb(93,17,62); }
div.DivClassName
{
background-color: #5D113E;
}
.BgClassName
{
background-color: #5D113E;
}
</style>
border-color css
<style>
span { border-color: #5D113E; }
span { border-color: rgb(93,17,62); }
td.TdClassName
{
border-color: #5D113E;
}
.TagClassName
{
border-color: #5D113E;
}
</style>