Shades of Tyrian Purple #5C0837
Tints of Tyrian Purple #5C0837
RGB
CMYK
RGB Variations
Color information
#5C0837 (or 0x5C0837) is known color: Tyrian Purple. HEX triplet: 5C, 08 and 37. RGB value is (92,8,55). Sum of RGB (Red+Green+Blue) = 92+8+55=155 (20% of max value = 765). Red value is 92 (36.33% from 255 or 59.35% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0837 is #A3F7C8. Grayscale: #262626. Windows color (decimal): -10745801 or 3606620. OLE color: 3606620.
HSL color Cylindrical-coordinate representation of color #5C0837: hue angle of 326.43º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0837 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 8 | 55 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.64 |
| HSL | 326.43º | 0.84% | 0.2% | - |
| HSV(B) | 326.43º | 0.91% | 0.36% | - |
| XYZ | 5.19 | 2.72 | 3.87 | - |
| YUV | 38.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 55 | 0 | 0.91 | 0.40 | 0.64 | 326.43 | 0.84 | 0.2 |
| Hex | 5C | 8 | 37 | 0 | 5B | 28 | 40 | 146 | 54 | 14 |
| Octal | 134 | 10 | 67 | 0 | 133 | 50 | 100 | 506 | 124 | 24 |
| Binary | 1011100 | 1000 | 110111 | 0 | 1011011 | 101000 | 1000000 | 101000110 | 1010100 | 10100 |
Color Harmonies of #5C0837
Complementary color
Monochromatic Colors of #5C0837
Black with #5C0837
Text Example
Text Example
White with #5C0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0837; }
p { color: rgb(92,8,55); }
H1.HeaderClassName
{
color: #5C0837;
}
.AnyTagClassName
{
color: #5C0837;
}
</style>
background-color css
<style>
a { background-color: #5C0837; }
a { background-color: rgb(92,8,55); }
div.DivClassName
{
background-color: #5C0837;
}
.BgClassName
{
background-color: #5C0837;
}
</style>
border-color css
<style>
span { border-color: #5C0837; }
span { border-color: rgb(92,8,55); }
td.TdClassName
{
border-color: #5C0837;
}
.TagClassName
{
border-color: #5C0837;
}
</style>