Shades of Tyrian Purple #5D113F
Tints of Tyrian Purple #5D113F
RGB
CMYK
RGB Variations
Color information
#5D113F (or 0x5D113F) is known color: Tyrian Purple. HEX triplet: 5D, 11 and 3F. RGB value is (93,17,63). Sum of RGB (Red+Green+Blue) = 93+17+63=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D113F is #A2EEC0. Grayscale: #2C2C2C. Windows color (decimal): -10677953 or 4133213. OLE color: 4133213.
HSL color Cylindrical-coordinate representation of color #5D113F: hue angle of 323.68º 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 #5D113F is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 17 | 63 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.64 |
| HSL | 323.68º | 0.69% | 0.22% | - |
| HSV(B) | 323.68º | 0.82% | 0.36% | - |
| XYZ | 5.61 | 3.09 | 5 | - |
| YUV | 44.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 63 | 0 | 0.82 | 0.32 | 0.64 | 323.68 | 0.69 | 0.22 |
| Hex | 5D | 11 | 3F | 0 | 52 | 20 | 40 | 144 | 45 | 16 |
| Octal | 135 | 21 | 77 | 0 | 122 | 40 | 100 | 504 | 105 | 26 |
| Binary | 1011101 | 10001 | 111111 | 0 | 1010010 | 100000 | 1000000 | 101000100 | 1000101 | 10110 |
Color Harmonies of #5D113F
Complementary color
Monochromatic Colors of #5D113F
Black with #5D113F
Text Example
Text Example
White with #5D113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D113F; }
p { color: rgb(93,17,63); }
H1.HeaderClassName
{
color: #5D113F;
}
.AnyTagClassName
{
color: #5D113F;
}
</style>
background-color css
<style>
a { background-color: #5D113F; }
a { background-color: rgb(93,17,63); }
div.DivClassName
{
background-color: #5D113F;
}
.BgClassName
{
background-color: #5D113F;
}
</style>
border-color css
<style>
span { border-color: #5D113F; }
span { border-color: rgb(93,17,63); }
td.TdClassName
{
border-color: #5D113F;
}
.TagClassName
{
border-color: #5D113F;
}
</style>