Shades of Tyrian Purple #5C0355
Tints of Tyrian Purple #5C0355
RGB
CMYK
RGB Variations
Color information
#5C0355 (or 0x5C0355) is known color: Tyrian Purple. HEX triplet: 5C, 03 and 55. RGB value is (92,3,85). Sum of RGB (Red+Green+Blue) = 92+3+85=180 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.11% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0355 is #A3FCAA. Grayscale: #262626. Windows color (decimal): -10747051 or 5571420. OLE color: 5571420.
HSL color Cylindrical-coordinate representation of color #5C0355: hue angle of 304.72º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C0355 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 3 | 85 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.64 |
| HSL | 304.72º | 0.94% | 0.19% | - |
| HSV(B) | 304.72º | 0.97% | 0.36% | - |
| XYZ | 6.09 | 3 | 8.85 | - |
| YUV | 38.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 85 | 0 | 0.97 | 0.08 | 0.64 | 304.72 | 0.94 | 0.19 |
| Hex | 5C | 3 | 55 | 0 | 61 | 8 | 40 | 131 | 5E | 13 |
| Octal | 134 | 3 | 125 | 0 | 141 | 10 | 100 | 461 | 136 | 23 |
| Binary | 1011100 | 11 | 1010101 | 0 | 1100001 | 1000 | 1000000 | 100110001 | 1011110 | 10011 |
Color Harmonies of #5C0355
Complementary color
Monochromatic Colors of #5C0355
Black with #5C0355
Text Example
Text Example
White with #5C0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0355; }
p { color: rgb(92,3,85); }
H1.HeaderClassName
{
color: #5C0355;
}
.AnyTagClassName
{
color: #5C0355;
}
</style>
background-color css
<style>
a { background-color: #5C0355; }
a { background-color: rgb(92,3,85); }
div.DivClassName
{
background-color: #5C0355;
}
.BgClassName
{
background-color: #5C0355;
}
</style>
border-color css
<style>
span { border-color: #5C0355; }
span { border-color: rgb(92,3,85); }
td.TdClassName
{
border-color: #5C0355;
}
.TagClassName
{
border-color: #5C0355;
}
</style>