Shades of Tyrian Purple #5C092B
Tints of Tyrian Purple #5C092B
RGB
CMYK
RGB Variations
Color information
#5C092B (or 0x5C092B) is known color: Tyrian Purple. HEX triplet: 5C, 09 and 2B. RGB value is (92,9,43). Sum of RGB (Red+Green+Blue) = 92+9+43=144 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.89% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 92 - color contains mainly: red. Hex color #5C092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C092B is #A3F6D4. Grayscale: #252525. Windows color (decimal): -10745557 or 2820444. OLE color: 2820444.
HSL color Cylindrical-coordinate representation of color #5C092B: hue angle of 335.42º 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 #5C092B is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 9 | 43 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.64 |
| HSL | 335.42º | 0.82% | 0.2% | - |
| HSV(B) | 335.42º | 0.9% | 0.36% | - |
| XYZ | 4.95 | 2.65 | 2.54 | - |
| YUV | 37.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 43 | 0 | 0.90 | 0.53 | 0.64 | 335.42 | 0.82 | 0.2 |
| Hex | 5C | 9 | 2B | 0 | 5A | 35 | 40 | 14F | 52 | 14 |
| Octal | 134 | 11 | 53 | 0 | 132 | 65 | 100 | 517 | 122 | 24 |
| Binary | 1011100 | 1001 | 101011 | 0 | 1011010 | 110101 | 1000000 | 101001111 | 1010010 | 10100 |
Color Harmonies of #5C092B
Complementary color
Monochromatic Colors of #5C092B
Black with #5C092B
Text Example
Text Example
White with #5C092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C092B; }
p { color: rgb(92,9,43); }
H1.HeaderClassName
{
color: #5C092B;
}
.AnyTagClassName
{
color: #5C092B;
}
</style>
background-color css
<style>
a { background-color: #5C092B; }
a { background-color: rgb(92,9,43); }
div.DivClassName
{
background-color: #5C092B;
}
.BgClassName
{
background-color: #5C092B;
}
</style>
border-color css
<style>
span { border-color: #5C092B; }
span { border-color: rgb(92,9,43); }
td.TdClassName
{
border-color: #5C092B;
}
.TagClassName
{
border-color: #5C092B;
}
</style>