Shades of Tyrian Purple #5C113F
Tints of Tyrian Purple #5C113F
RGB
CMYK
RGB Variations
Color information
#5C113F (or 0x5C113F) is known color: Tyrian Purple. HEX triplet: 5C, 11 and 3F. RGB value is (92,17,63). Sum of RGB (Red+Green+Blue) = 92+17+63=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C113F is #A3EEC0. Grayscale: #2C2C2C. Windows color (decimal): -10743489 or 4133212. OLE color: 4133212.
HSL color Cylindrical-coordinate representation of color #5C113F: hue angle of 323.2º 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 #5C113F is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 17 | 63 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.64 |
| HSL | 323.2º | 0.69% | 0.21% | - |
| HSV(B) | 323.2º | 0.82% | 0.36% | - |
| XYZ | 5.51 | 3.04 | 5 | - |
| YUV | 44.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 63 | 0 | 0.82 | 0.32 | 0.64 | 323.2 | 0.69 | 0.21 |
| Hex | 5C | 11 | 3F | 0 | 52 | 20 | 40 | 143 | 45 | 15 |
| Octal | 134 | 21 | 77 | 0 | 122 | 40 | 100 | 503 | 105 | 25 |
| Binary | 1011100 | 10001 | 111111 | 0 | 1010010 | 100000 | 1000000 | 101000011 | 1000101 | 10101 |
Color Harmonies of #5C113F
Complementary color
Monochromatic Colors of #5C113F
Black with #5C113F
Text Example
Text Example
White with #5C113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C113F; }
p { color: rgb(92,17,63); }
H1.HeaderClassName
{
color: #5C113F;
}
.AnyTagClassName
{
color: #5C113F;
}
</style>
background-color css
<style>
a { background-color: #5C113F; }
a { background-color: rgb(92,17,63); }
div.DivClassName
{
background-color: #5C113F;
}
.BgClassName
{
background-color: #5C113F;
}
</style>
border-color css
<style>
span { border-color: #5C113F; }
span { border-color: rgb(92,17,63); }
td.TdClassName
{
border-color: #5C113F;
}
.TagClassName
{
border-color: #5C113F;
}
</style>