Shades of Tyrian Purple #5C1037
Tints of Tyrian Purple #5C1037
RGB
CMYK
RGB Variations
Color information
#5C1037 (or 0x5C1037) is known color: Tyrian Purple. HEX triplet: 5C, 10 and 37. RGB value is (92,16,55). Sum of RGB (Red+Green+Blue) = 92+16+55=163 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.44% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1037 is #A3EFC8. Grayscale: #2B2B2B. Windows color (decimal): -10743753 or 3608668. OLE color: 3608668.
HSL color Cylindrical-coordinate representation of color #5C1037: hue angle of 329.21º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C1037 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 16 | 55 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.64 |
| HSL | 329.21º | 0.7% | 0.21% | - |
| HSV(B) | 329.21º | 0.83% | 0.36% | - |
| XYZ | 5.29 | 2.92 | 3.9 | - |
| YUV | 43.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 55 | 0 | 0.83 | 0.40 | 0.64 | 329.21 | 0.7 | 0.21 |
| Hex | 5C | 10 | 37 | 0 | 53 | 28 | 40 | 149 | 46 | 15 |
| Octal | 134 | 20 | 67 | 0 | 123 | 50 | 100 | 511 | 106 | 25 |
| Binary | 1011100 | 10000 | 110111 | 0 | 1010011 | 101000 | 1000000 | 101001001 | 1000110 | 10101 |
Color Harmonies of #5C1037
Complementary color
Monochromatic Colors of #5C1037
Black with #5C1037
Text Example
Text Example
White with #5C1037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1037; }
p { color: rgb(92,16,55); }
H1.HeaderClassName
{
color: #5C1037;
}
.AnyTagClassName
{
color: #5C1037;
}
</style>
background-color css
<style>
a { background-color: #5C1037; }
a { background-color: rgb(92,16,55); }
div.DivClassName
{
background-color: #5C1037;
}
.BgClassName
{
background-color: #5C1037;
}
</style>
border-color css
<style>
span { border-color: #5C1037; }
span { border-color: rgb(92,16,55); }
td.TdClassName
{
border-color: #5C1037;
}
.TagClassName
{
border-color: #5C1037;
}
</style>