Shades of Tyrian Purple #5C1134
Tints of Tyrian Purple #5C1134
RGB
CMYK
RGB Variations
Color information
#5C1134 (or 0x5C1134) is known color: Tyrian Purple. HEX triplet: 5C, 11 and 34. RGB value is (92,17,52). Sum of RGB (Red+Green+Blue) = 92+17+52=161 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.14% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1134 is #A3EECB. Grayscale: #2B2B2B. Windows color (decimal): -10743500 or 3412316. OLE color: 3412316.
HSL color Cylindrical-coordinate representation of color #5C1134: hue angle of 332º 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 #5C1134 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 17 | 52 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.64 |
| HSL | 332º | 0.69% | 0.21% | - |
| HSV(B) | 332º | 0.82% | 0.36% | - |
| XYZ | 5.23 | 2.92 | 3.54 | - |
| YUV | 43.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 52 | 0 | 0.82 | 0.43 | 0.64 | 332 | 0.69 | 0.21 |
| Hex | 5C | 11 | 34 | 0 | 52 | 2B | 40 | 14C | 45 | 15 |
| Octal | 134 | 21 | 64 | 0 | 122 | 53 | 100 | 514 | 105 | 25 |
| Binary | 1011100 | 10001 | 110100 | 0 | 1010010 | 101011 | 1000000 | 101001100 | 1000101 | 10101 |
Color Harmonies of #5C1134
Complementary color
Monochromatic Colors of #5C1134
Black with #5C1134
Text Example
Text Example
White with #5C1134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1134; }
p { color: rgb(92,17,52); }
H1.HeaderClassName
{
color: #5C1134;
}
.AnyTagClassName
{
color: #5C1134;
}
</style>
background-color css
<style>
a { background-color: #5C1134; }
a { background-color: rgb(92,17,52); }
div.DivClassName
{
background-color: #5C1134;
}
.BgClassName
{
background-color: #5C1134;
}
</style>
border-color css
<style>
span { border-color: #5C1134; }
span { border-color: rgb(92,17,52); }
td.TdClassName
{
border-color: #5C1134;
}
.TagClassName
{
border-color: #5C1134;
}
</style>