Shades of Tyrian Purple #5C0050
Tints of Tyrian Purple #5C0050
RGB
CMYK
RGB Variations
Color information
#5C0050 (or 0x5C0050) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 50. RGB value is (92,0,80). Sum of RGB (Red+Green+Blue) = 92+0+80=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0050 is #A3FFAF. Grayscale: #242424. Windows color (decimal): -10747824 or 5242972. OLE color: 5242972.
HSL color Cylindrical-coordinate representation of color #5C0050: hue angle of 307.83º 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 #5C0050 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.13 | 0.64 |
| HSL | 307.83º | 1% | 0.18% | - |
| HSV(B) | 307.83º | 1% | 0.36% | - |
| XYZ | 5.86 | 2.85 | 7.83 | - |
| YUV | 36.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 80 | 0 | 1 | 0.13 | 0.64 | 307.83 | 1 | 0.18 |
| Hex | 5C | 0 | 50 | 0 | 64 | D | 40 | 134 | 64 | 12 |
| Octal | 134 | 0 | 120 | 0 | 144 | 15 | 100 | 464 | 144 | 22 |
| Binary | 1011100 | 0 | 1010000 | 0 | 1100100 | 1101 | 1000000 | 100110100 | 1100100 | 10010 |
Color Harmonies of #5C0050
Complementary color
Monochromatic Colors of #5C0050
Black with #5C0050
Text Example
Text Example
White with #5C0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0050; }
p { color: rgb(92,0,80); }
H1.HeaderClassName
{
color: #5C0050;
}
.AnyTagClassName
{
color: #5C0050;
}
</style>
background-color css
<style>
a { background-color: #5C0050; }
a { background-color: rgb(92,0,80); }
div.DivClassName
{
background-color: #5C0050;
}
.BgClassName
{
background-color: #5C0050;
}
</style>
border-color css
<style>
span { border-color: #5C0050; }
span { border-color: rgb(92,0,80); }
td.TdClassName
{
border-color: #5C0050;
}
.TagClassName
{
border-color: #5C0050;
}
</style>