Shades of Tyrian Purple #5C003C
Tints of Tyrian Purple #5C003C
RGB
CMYK
RGB Variations
Color information
#5C003C (or 0x5C003C) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 3C. RGB value is (92,0,60). Sum of RGB (Red+Green+Blue) = 92+0+60=152 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.53% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 92 - color contains mainly: red. Hex color #5C003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C003C is #A3FFC3. Grayscale: #222222. Windows color (decimal): -10747844 or 3932252. OLE color: 3932252.
HSL color Cylindrical-coordinate representation of color #5C003C: hue angle of 320.87º 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 #5C003C is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.35 | 0.64 |
| HSL | 320.87º | 1% | 0.18% | - |
| HSV(B) | 320.87º | 1% | 0.36% | - |
| XYZ | 5.23 | 2.6 | 4.5 | - |
| YUV | 34.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 60 | 0 | 1 | 0.35 | 0.64 | 320.87 | 1 | 0.18 |
| Hex | 5C | 0 | 3C | 0 | 64 | 23 | 40 | 141 | 64 | 12 |
| Octal | 134 | 0 | 74 | 0 | 144 | 43 | 100 | 501 | 144 | 22 |
| Binary | 1011100 | 0 | 111100 | 0 | 1100100 | 100011 | 1000000 | 101000001 | 1100100 | 10010 |
Color Harmonies of #5C003C
Complementary color
Monochromatic Colors of #5C003C
Black with #5C003C
Text Example
Text Example
White with #5C003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C003C; }
p { color: rgb(92,0,60); }
H1.HeaderClassName
{
color: #5C003C;
}
.AnyTagClassName
{
color: #5C003C;
}
</style>
background-color css
<style>
a { background-color: #5C003C; }
a { background-color: rgb(92,0,60); }
div.DivClassName
{
background-color: #5C003C;
}
.BgClassName
{
background-color: #5C003C;
}
</style>
border-color css
<style>
span { border-color: #5C003C; }
span { border-color: rgb(92,0,60); }
td.TdClassName
{
border-color: #5C003C;
}
.TagClassName
{
border-color: #5C003C;
}
</style>