Shades of Tyrian Purple #5C0F37
Tints of Tyrian Purple #5C0F37
RGB
CMYK
RGB Variations
Color information
#5C0F37 (or 0x5C0F37) is known color: Tyrian Purple. HEX triplet: 5C, 0F and 37. RGB value is (92,15,55). Sum of RGB (Red+Green+Blue) = 92+15+55=162 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.79% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0F37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0F37 is #A3F0C8. Grayscale: #2A2A2A. Windows color (decimal): -10744009 or 3608412. OLE color: 3608412.
HSL color Cylindrical-coordinate representation of color #5C0F37: hue angle of 328.83º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C0F37 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 15 | 55 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.64 |
| HSL | 328.83º | 0.72% | 0.21% | - |
| HSV(B) | 328.83º | 0.84% | 0.36% | - |
| XYZ | 5.27 | 2.89 | 3.89 | - |
| YUV | 42.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 15 | 55 | 0 | 0.84 | 0.40 | 0.64 | 328.83 | 0.72 | 0.21 |
| Hex | 5C | F | 37 | 0 | 54 | 28 | 40 | 149 | 48 | 15 |
| Octal | 134 | 17 | 67 | 0 | 124 | 50 | 100 | 511 | 110 | 25 |
| Binary | 1011100 | 1111 | 110111 | 0 | 1010100 | 101000 | 1000000 | 101001001 | 1001000 | 10101 |
Color Harmonies of #5C0F37
Complementary color
Monochromatic Colors of #5C0F37
Black with #5C0F37
Text Example
Text Example
White with #5C0F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0F37; }
p { color: rgb(92,15,55); }
H1.HeaderClassName
{
color: #5C0F37;
}
.AnyTagClassName
{
color: #5C0F37;
}
</style>
background-color css
<style>
a { background-color: #5C0F37; }
a { background-color: rgb(92,15,55); }
div.DivClassName
{
background-color: #5C0F37;
}
.BgClassName
{
background-color: #5C0F37;
}
</style>
border-color css
<style>
span { border-color: #5C0F37; }
span { border-color: rgb(92,15,55); }
td.TdClassName
{
border-color: #5C0F37;
}
.TagClassName
{
border-color: #5C0F37;
}
</style>