Shades of Tyrian Purple #5C0043
Tints of Tyrian Purple #5C0043
RGB
CMYK
RGB Variations
Color information
#5C0043 (or 0x5C0043) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 43. RGB value is (92,0,67). Sum of RGB (Red+Green+Blue) = 92+0+67=159 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.86% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0043 is #A3FFBC. Grayscale: #222222. Windows color (decimal): -10747837 or 4391004. OLE color: 4391004.
HSL color Cylindrical-coordinate representation of color #5C0043: hue angle of 316.3º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C0043 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.27 | 0.64 |
| HSL | 316.3º | 1% | 0.18% | - |
| HSV(B) | 316.3º | 1% | 0.36% | - |
| XYZ | 5.43 | 2.68 | 5.54 | - |
| YUV | 35.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 67 | 0 | 1 | 0.27 | 0.64 | 316.3 | 1 | 0.18 |
| Hex | 5C | 0 | 43 | 0 | 64 | 1B | 40 | 13C | 64 | 12 |
| Octal | 134 | 0 | 103 | 0 | 144 | 33 | 100 | 474 | 144 | 22 |
| Binary | 1011100 | 0 | 1000011 | 0 | 1100100 | 11011 | 1000000 | 100111100 | 1100100 | 10010 |
Color Harmonies of #5C0043
Complementary color
Monochromatic Colors of #5C0043
Black with #5C0043
Text Example
Text Example
White with #5C0043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0043; }
p { color: rgb(92,0,67); }
H1.HeaderClassName
{
color: #5C0043;
}
.AnyTagClassName
{
color: #5C0043;
}
</style>
background-color css
<style>
a { background-color: #5C0043; }
a { background-color: rgb(92,0,67); }
div.DivClassName
{
background-color: #5C0043;
}
.BgClassName
{
background-color: #5C0043;
}
</style>
border-color css
<style>
span { border-color: #5C0043; }
span { border-color: rgb(92,0,67); }
td.TdClassName
{
border-color: #5C0043;
}
.TagClassName
{
border-color: #5C0043;
}
</style>