Shades of Tyrian Purple #5C0931
Tints of Tyrian Purple #5C0931
RGB
CMYK
RGB Variations
Color information
#5C0931 (or 0x5C0931) is known color: Tyrian Purple. HEX triplet: 5C, 09 and 31. RGB value is (92,9,49). Sum of RGB (Red+Green+Blue) = 92+9+49=150 (19% of max value = 765). Red value is 92 (36.33% from 255 or 61.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0931 is #A3F6CE. Grayscale: #262626. Windows color (decimal): -10745551 or 3213660. OLE color: 3213660.
HSL color Cylindrical-coordinate representation of color #5C0931: hue angle of 331.08º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0931 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 9 | 49 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.64 |
| HSL | 331.08º | 0.82% | 0.2% | - |
| HSV(B) | 331.08º | 0.9% | 0.36% | - |
| XYZ | 5.07 | 2.69 | 3.16 | - |
| YUV | 38.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 49 | 0 | 0.90 | 0.47 | 0.64 | 331.08 | 0.82 | 0.2 |
| Hex | 5C | 9 | 31 | 0 | 5A | 2F | 40 | 14B | 52 | 14 |
| Octal | 134 | 11 | 61 | 0 | 132 | 57 | 100 | 513 | 122 | 24 |
| Binary | 1011100 | 1001 | 110001 | 0 | 1011010 | 101111 | 1000000 | 101001011 | 1010010 | 10100 |
Color Harmonies of #5C0931
Complementary color
Monochromatic Colors of #5C0931
Black with #5C0931
Text Example
Text Example
White with #5C0931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0931; }
p { color: rgb(92,9,49); }
H1.HeaderClassName
{
color: #5C0931;
}
.AnyTagClassName
{
color: #5C0931;
}
</style>
background-color css
<style>
a { background-color: #5C0931; }
a { background-color: rgb(92,9,49); }
div.DivClassName
{
background-color: #5C0931;
}
.BgClassName
{
background-color: #5C0931;
}
</style>
border-color css
<style>
span { border-color: #5C0931; }
span { border-color: rgb(92,9,49); }
td.TdClassName
{
border-color: #5C0931;
}
.TagClassName
{
border-color: #5C0931;
}
</style>