Shades of Tyrian Purple #5C004D
Tints of Tyrian Purple #5C004D
RGB
CMYK
RGB Variations
Color information
#5C004D (or 0x5C004D) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 4D. RGB value is (92,0,77). Sum of RGB (Red+Green+Blue) = 92+0+77=169 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.44% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 92 - color contains mainly: red. Hex color #5C004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C004D is #A3FFB2. Grayscale: #242424. Windows color (decimal): -10747827 or 5046364. OLE color: 5046364.
HSL color Cylindrical-coordinate representation of color #5C004D: hue angle of 309.78º 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 #5C004D is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.16 | 0.64 |
| HSL | 309.78º | 1% | 0.18% | - |
| HSV(B) | 309.78º | 1% | 0.36% | - |
| XYZ | 5.75 | 2.81 | 7.26 | - |
| YUV | 36.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 77 | 0 | 1 | 0.16 | 0.64 | 309.78 | 1 | 0.18 |
| Hex | 5C | 0 | 4D | 0 | 64 | 10 | 40 | 136 | 64 | 12 |
| Octal | 134 | 0 | 115 | 0 | 144 | 20 | 100 | 466 | 144 | 22 |
| Binary | 1011100 | 0 | 1001101 | 0 | 1100100 | 10000 | 1000000 | 100110110 | 1100100 | 10010 |
Color Harmonies of #5C004D
Complementary color
Monochromatic Colors of #5C004D
Black with #5C004D
Text Example
Text Example
White with #5C004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C004D; }
p { color: rgb(92,0,77); }
H1.HeaderClassName
{
color: #5C004D;
}
.AnyTagClassName
{
color: #5C004D;
}
</style>
background-color css
<style>
a { background-color: #5C004D; }
a { background-color: rgb(92,0,77); }
div.DivClassName
{
background-color: #5C004D;
}
.BgClassName
{
background-color: #5C004D;
}
</style>
border-color css
<style>
span { border-color: #5C004D; }
span { border-color: rgb(92,0,77); }
td.TdClassName
{
border-color: #5C004D;
}
.TagClassName
{
border-color: #5C004D;
}
</style>