Shades of Tyrian Purple #5C1236
Tints of Tyrian Purple #5C1236
RGB
CMYK
RGB Variations
Color information
#5C1236 (or 0x5C1236) is known color: Tyrian Purple. HEX triplet: 5C, 12 and 36. RGB value is (92,18,54). Sum of RGB (Red+Green+Blue) = 92+18+54=164 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.10% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1236 is #A3EDC9. Grayscale: #2C2C2C. Windows color (decimal): -10743242 or 3543644. OLE color: 3543644.
HSL color Cylindrical-coordinate representation of color #5C1236: hue angle of 330.81º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1236 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 18 | 54 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.64 |
| HSL | 330.81º | 0.67% | 0.22% | - |
| HSV(B) | 330.81º | 0.8% | 0.36% | - |
| XYZ | 5.3 | 2.97 | 3.78 | - |
| YUV | 44.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 54 | 0 | 0.80 | 0.41 | 0.64 | 330.81 | 0.67 | 0.22 |
| Hex | 5C | 12 | 36 | 0 | 50 | 29 | 40 | 14B | 43 | 16 |
| Octal | 134 | 22 | 66 | 0 | 120 | 51 | 100 | 513 | 103 | 26 |
| Binary | 1011100 | 10010 | 110110 | 0 | 1010000 | 101001 | 1000000 | 101001011 | 1000011 | 10110 |
Color Harmonies of #5C1236
Complementary color
Monochromatic Colors of #5C1236
Black with #5C1236
Text Example
Text Example
White with #5C1236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1236; }
p { color: rgb(92,18,54); }
H1.HeaderClassName
{
color: #5C1236;
}
.AnyTagClassName
{
color: #5C1236;
}
</style>
background-color css
<style>
a { background-color: #5C1236; }
a { background-color: rgb(92,18,54); }
div.DivClassName
{
background-color: #5C1236;
}
.BgClassName
{
background-color: #5C1236;
}
</style>
border-color css
<style>
span { border-color: #5C1236; }
span { border-color: rgb(92,18,54); }
td.TdClassName
{
border-color: #5C1236;
}
.TagClassName
{
border-color: #5C1236;
}
</style>