Shades of Tyrian Purple #5C0348
Tints of Tyrian Purple #5C0348
RGB
CMYK
RGB Variations
Color information
#5C0348 (or 0x5C0348) is known color: Tyrian Purple. HEX triplet: 5C, 03 and 48. RGB value is (92,3,72). Sum of RGB (Red+Green+Blue) = 92+3+72=167 (22% of max value = 765). Red value is 92 (36.33% from 255 or 55.09% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0348 is #A3FCB7. Grayscale: #252525. Windows color (decimal): -10747064 or 4719452. OLE color: 4719452.
HSL color Cylindrical-coordinate representation of color #5C0348: hue angle of 313.48º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C0348 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 3 | 72 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.64 |
| HSL | 313.48º | 0.94% | 0.19% | - |
| HSV(B) | 313.48º | 0.97% | 0.36% | - |
| XYZ | 5.62 | 2.81 | 6.38 | - |
| YUV | 37.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 72 | 0 | 0.97 | 0.22 | 0.64 | 313.48 | 0.94 | 0.19 |
| Hex | 5C | 3 | 48 | 0 | 61 | 16 | 40 | 139 | 5E | 13 |
| Octal | 134 | 3 | 110 | 0 | 141 | 26 | 100 | 471 | 136 | 23 |
| Binary | 1011100 | 11 | 1001000 | 0 | 1100001 | 10110 | 1000000 | 100111001 | 1011110 | 10011 |
Color Harmonies of #5C0348
Complementary color
Monochromatic Colors of #5C0348
Black with #5C0348
Text Example
Text Example
White with #5C0348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0348; }
p { color: rgb(92,3,72); }
H1.HeaderClassName
{
color: #5C0348;
}
.AnyTagClassName
{
color: #5C0348;
}
</style>
background-color css
<style>
a { background-color: #5C0348; }
a { background-color: rgb(92,3,72); }
div.DivClassName
{
background-color: #5C0348;
}
.BgClassName
{
background-color: #5C0348;
}
</style>
border-color css
<style>
span { border-color: #5C0348; }
span { border-color: rgb(92,3,72); }
td.TdClassName
{
border-color: #5C0348;
}
.TagClassName
{
border-color: #5C0348;
}
</style>