Shades of Tyrian Purple #5C0346
Tints of Tyrian Purple #5C0346
RGB
CMYK
RGB Variations
Color information
#5C0346 (or 0x5C0346) is known color: Tyrian Purple. HEX triplet: 5C, 03 and 46. RGB value is (92,3,70). Sum of RGB (Red+Green+Blue) = 92+3+70=165 (21% of max value = 765). Red value is 92 (36.33% from 255 or 55.76% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0346 is #A3FCB9. Grayscale: #252525. Windows color (decimal): -10747066 or 4588380. OLE color: 4588380.
HSL color Cylindrical-coordinate representation of color #5C0346: hue angle of 314.83º 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 #5C0346 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 3 | 70 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.64 |
| HSL | 314.83º | 0.94% | 0.19% | - |
| HSV(B) | 314.83º | 0.97% | 0.36% | - |
| XYZ | 5.55 | 2.78 | 6.04 | - |
| YUV | 37.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 70 | 0 | 0.97 | 0.24 | 0.64 | 314.83 | 0.94 | 0.19 |
| Hex | 5C | 3 | 46 | 0 | 61 | 18 | 40 | 13B | 5E | 13 |
| Octal | 134 | 3 | 106 | 0 | 141 | 30 | 100 | 473 | 136 | 23 |
| Binary | 1011100 | 11 | 1000110 | 0 | 1100001 | 11000 | 1000000 | 100111011 | 1011110 | 10011 |
Color Harmonies of #5C0346
Complementary color
Monochromatic Colors of #5C0346
Black with #5C0346
Text Example
Text Example
White with #5C0346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0346; }
p { color: rgb(92,3,70); }
H1.HeaderClassName
{
color: #5C0346;
}
.AnyTagClassName
{
color: #5C0346;
}
</style>
background-color css
<style>
a { background-color: #5C0346; }
a { background-color: rgb(92,3,70); }
div.DivClassName
{
background-color: #5C0346;
}
.BgClassName
{
background-color: #5C0346;
}
</style>
border-color css
<style>
span { border-color: #5C0346; }
span { border-color: rgb(92,3,70); }
td.TdClassName
{
border-color: #5C0346;
}
.TagClassName
{
border-color: #5C0346;
}
</style>