Shades of Tyrian Purple #5C1348
Tints of Tyrian Purple #5C1348
RGB
CMYK
RGB Variations
Color information
#5C1348 (or 0x5C1348) is known color: Tyrian Purple. HEX triplet: 5C, 13 and 48. RGB value is (92,19,72). Sum of RGB (Red+Green+Blue) = 92+19+72=183 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.27% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1348 is #A3ECB7. Grayscale: #2E2E2E. Windows color (decimal): -10742968 or 4723548. OLE color: 4723548.
HSL color Cylindrical-coordinate representation of color #5C1348: hue angle of 316.44º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C1348 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 19 | 72 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.64 |
| HSL | 316.44º | 0.66% | 0.22% | - |
| HSV(B) | 316.44º | 0.79% | 0.36% | - |
| XYZ | 5.82 | 3.21 | 6.44 | - |
| YUV | 46.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 72 | 0 | 0.79 | 0.22 | 0.64 | 316.44 | 0.66 | 0.22 |
| Hex | 5C | 13 | 48 | 0 | 4F | 16 | 40 | 13C | 42 | 16 |
| Octal | 134 | 23 | 110 | 0 | 117 | 26 | 100 | 474 | 102 | 26 |
| Binary | 1011100 | 10011 | 1001000 | 0 | 1001111 | 10110 | 1000000 | 100111100 | 1000010 | 10110 |
Color Harmonies of #5C1348
Complementary color
Monochromatic Colors of #5C1348
Black with #5C1348
Text Example
Text Example
White with #5C1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1348; }
p { color: rgb(92,19,72); }
H1.HeaderClassName
{
color: #5C1348;
}
.AnyTagClassName
{
color: #5C1348;
}
</style>
background-color css
<style>
a { background-color: #5C1348; }
a { background-color: rgb(92,19,72); }
div.DivClassName
{
background-color: #5C1348;
}
.BgClassName
{
background-color: #5C1348;
}
</style>
border-color css
<style>
span { border-color: #5C1348; }
span { border-color: rgb(92,19,72); }
td.TdClassName
{
border-color: #5C1348;
}
.TagClassName
{
border-color: #5C1348;
}
</style>