Shades of Tyrian Purple #5C1137
Tints of Tyrian Purple #5C1137
RGB
CMYK
RGB Variations
Color information
#5C1137 (or 0x5C1137) is known color: Tyrian Purple. HEX triplet: 5C, 11 and 37. RGB value is (92,17,55). Sum of RGB (Red+Green+Blue) = 92+17+55=164 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.10% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1137 is #A3EEC8. Grayscale: #2B2B2B. Windows color (decimal): -10743497 or 3608924. OLE color: 3608924.
HSL color Cylindrical-coordinate representation of color #5C1137: hue angle of 329.6º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1137 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 17 | 55 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.64 |
| HSL | 329.6º | 0.69% | 0.21% | - |
| HSV(B) | 329.6º | 0.82% | 0.36% | - |
| XYZ | 5.3 | 2.95 | 3.9 | - |
| YUV | 43.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 55 | 0 | 0.82 | 0.40 | 0.64 | 329.6 | 0.69 | 0.21 |
| Hex | 5C | 11 | 37 | 0 | 52 | 28 | 40 | 14A | 45 | 15 |
| Octal | 134 | 21 | 67 | 0 | 122 | 50 | 100 | 512 | 105 | 25 |
| Binary | 1011100 | 10001 | 110111 | 0 | 1010010 | 101000 | 1000000 | 101001010 | 1000101 | 10101 |
Color Harmonies of #5C1137
Complementary color
Monochromatic Colors of #5C1137
Black with #5C1137
Text Example
Text Example
White with #5C1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1137; }
p { color: rgb(92,17,55); }
H1.HeaderClassName
{
color: #5C1137;
}
.AnyTagClassName
{
color: #5C1137;
}
</style>
background-color css
<style>
a { background-color: #5C1137; }
a { background-color: rgb(92,17,55); }
div.DivClassName
{
background-color: #5C1137;
}
.BgClassName
{
background-color: #5C1137;
}
</style>
border-color css
<style>
span { border-color: #5C1137; }
span { border-color: rgb(92,17,55); }
td.TdClassName
{
border-color: #5C1137;
}
.TagClassName
{
border-color: #5C1137;
}
</style>