Shades of Tyrian Purple #5D1140
Tints of Tyrian Purple #5D1140
RGB
CMYK
RGB Variations
Color information
#5D1140 (or 0x5D1140) is known color: Tyrian Purple. HEX triplet: 5D, 11 and 40. RGB value is (93,17,64). Sum of RGB (Red+Green+Blue) = 93+17+64=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1140 is #A2EEBF. Grayscale: #2C2C2C. Windows color (decimal): -10677952 or 4198749. OLE color: 4198749.
HSL color Cylindrical-coordinate representation of color #5D1140: hue angle of 322.89º 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 #5D1140 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 17 | 64 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.64 |
| HSL | 322.89º | 0.69% | 0.22% | - |
| HSV(B) | 322.89º | 0.82% | 0.36% | - |
| XYZ | 5.64 | 3.1 | 5.15 | - |
| YUV | 45.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 64 | 0 | 0.82 | 0.31 | 0.64 | 322.89 | 0.69 | 0.22 |
| Hex | 5D | 11 | 40 | 0 | 52 | 1F | 40 | 143 | 45 | 16 |
| Octal | 135 | 21 | 100 | 0 | 122 | 37 | 100 | 503 | 105 | 26 |
| Binary | 1011101 | 10001 | 1000000 | 0 | 1010010 | 11111 | 1000000 | 101000011 | 1000101 | 10110 |
Color Harmonies of #5D1140
Complementary color
Monochromatic Colors of #5D1140
Black with #5D1140
Text Example
Text Example
White with #5D1140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1140; }
p { color: rgb(93,17,64); }
H1.HeaderClassName
{
color: #5D1140;
}
.AnyTagClassName
{
color: #5D1140;
}
</style>
background-color css
<style>
a { background-color: #5D1140; }
a { background-color: rgb(93,17,64); }
div.DivClassName
{
background-color: #5D1140;
}
.BgClassName
{
background-color: #5D1140;
}
</style>
border-color css
<style>
span { border-color: #5D1140; }
span { border-color: rgb(93,17,64); }
td.TdClassName
{
border-color: #5D1140;
}
.TagClassName
{
border-color: #5D1140;
}
</style>