Shades of Tyrian Purple #5C0040
Tints of Tyrian Purple #5C0040
RGB
CMYK
RGB Variations
Color information
#5C0040 (or 0x5C0040) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 40. RGB value is (92,0,64). Sum of RGB (Red+Green+Blue) = 92+0+64=156 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.97% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0040 is #A3FFBF. Grayscale: #222222. Windows color (decimal): -10747840 or 4194396. OLE color: 4194396.
HSL color Cylindrical-coordinate representation of color #5C0040: hue angle of 318.26º 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 #5C0040 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.30 | 0.64 |
| HSL | 318.26º | 1% | 0.18% | - |
| HSV(B) | 318.26º | 1% | 0.36% | - |
| XYZ | 5.34 | 2.65 | 5.08 | - |
| YUV | 34.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 64 | 0 | 1 | 0.30 | 0.64 | 318.26 | 1 | 0.18 |
| Hex | 5C | 0 | 40 | 0 | 64 | 1E | 40 | 13E | 64 | 12 |
| Octal | 134 | 0 | 100 | 0 | 144 | 36 | 100 | 476 | 144 | 22 |
| Binary | 1011100 | 0 | 1000000 | 0 | 1100100 | 11110 | 1000000 | 100111110 | 1100100 | 10010 |
Color Harmonies of #5C0040
Complementary color
Monochromatic Colors of #5C0040
Black with #5C0040
Text Example
Text Example
White with #5C0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0040; }
p { color: rgb(92,0,64); }
H1.HeaderClassName
{
color: #5C0040;
}
.AnyTagClassName
{
color: #5C0040;
}
</style>
background-color css
<style>
a { background-color: #5C0040; }
a { background-color: rgb(92,0,64); }
div.DivClassName
{
background-color: #5C0040;
}
.BgClassName
{
background-color: #5C0040;
}
</style>
border-color css
<style>
span { border-color: #5C0040; }
span { border-color: rgb(92,0,64); }
td.TdClassName
{
border-color: #5C0040;
}
.TagClassName
{
border-color: #5C0040;
}
</style>