Shades of Tyrian Purple #5C082C
Tints of Tyrian Purple #5C082C
RGB
CMYK
RGB Variations
Color information
#5C082C (or 0x5C082C) is known color: Tyrian Purple. HEX triplet: 5C, 08 and 2C. RGB value is (92,8,44). Sum of RGB (Red+Green+Blue) = 92+8+44=144 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.89% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 92 - color contains mainly: red. Hex color #5C082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C082C is #A3F7D3. Grayscale: #252525. Windows color (decimal): -10745812 or 2885724. OLE color: 2885724.
HSL color Cylindrical-coordinate representation of color #5C082C: hue angle of 334.29º 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 #5C082C is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 8 | 44 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.64 |
| HSL | 334.29º | 0.84% | 0.2% | - |
| HSV(B) | 334.29º | 0.91% | 0.36% | - |
| XYZ | 4.96 | 2.63 | 2.63 | - |
| YUV | 37.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 44 | 0 | 0.91 | 0.52 | 0.64 | 334.29 | 0.84 | 0.2 |
| Hex | 5C | 8 | 2C | 0 | 5B | 34 | 40 | 14E | 54 | 14 |
| Octal | 134 | 10 | 54 | 0 | 133 | 64 | 100 | 516 | 124 | 24 |
| Binary | 1011100 | 1000 | 101100 | 0 | 1011011 | 110100 | 1000000 | 101001110 | 1010100 | 10100 |
Color Harmonies of #5C082C
Complementary color
Monochromatic Colors of #5C082C
Black with #5C082C
Text Example
Text Example
White with #5C082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C082C; }
p { color: rgb(92,8,44); }
H1.HeaderClassName
{
color: #5C082C;
}
.AnyTagClassName
{
color: #5C082C;
}
</style>
background-color css
<style>
a { background-color: #5C082C; }
a { background-color: rgb(92,8,44); }
div.DivClassName
{
background-color: #5C082C;
}
.BgClassName
{
background-color: #5C082C;
}
</style>
border-color css
<style>
span { border-color: #5C082C; }
span { border-color: rgb(92,8,44); }
td.TdClassName
{
border-color: #5C082C;
}
.TagClassName
{
border-color: #5C082C;
}
</style>