Shades of Tyrian Purple #5C0A2F
Tints of Tyrian Purple #5C0A2F
RGB
CMYK
RGB Variations
Color information
#5C0A2F (or 0x5C0A2F) is known color: Tyrian Purple. HEX triplet: 5C, 0A and 2F. RGB value is (92,10,47). Sum of RGB (Red+Green+Blue) = 92+10+47=149 (19% of max value = 765). Red value is 92 (36.33% from 255 or 61.74% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0A2F is #A3F5D0. Grayscale: #262626. Windows color (decimal): -10745297 or 3082844. OLE color: 3082844.
HSL color Cylindrical-coordinate representation of color #5C0A2F: hue angle of 332.93º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C0A2F is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 10 | 47 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.64 |
| HSL | 332.93º | 0.8% | 0.2% | - |
| HSV(B) | 332.93º | 0.89% | 0.36% | - |
| XYZ | 5.04 | 2.7 | 2.94 | - |
| YUV | 38.74 | 132.67 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 47 | 0 | 0.89 | 0.49 | 0.64 | 332.93 | 0.8 | 0.2 |
| Hex | 5C | A | 2F | 0 | 59 | 31 | 40 | 14D | 50 | 14 |
| Octal | 134 | 12 | 57 | 0 | 131 | 61 | 100 | 515 | 120 | 24 |
| Binary | 1011100 | 1010 | 101111 | 0 | 1011001 | 110001 | 1000000 | 101001101 | 1010000 | 10100 |
Color Harmonies of #5C0A2F
Complementary color
Monochromatic Colors of #5C0A2F
Black with #5C0A2F
Text Example
Text Example
White with #5C0A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0A2F; }
p { color: rgb(92,10,47); }
H1.HeaderClassName
{
color: #5C0A2F;
}
.AnyTagClassName
{
color: #5C0A2F;
}
</style>
background-color css
<style>
a { background-color: #5C0A2F; }
a { background-color: rgb(92,10,47); }
div.DivClassName
{
background-color: #5C0A2F;
}
.BgClassName
{
background-color: #5C0A2F;
}
</style>
border-color css
<style>
span { border-color: #5C0A2F; }
span { border-color: rgb(92,10,47); }
td.TdClassName
{
border-color: #5C0A2F;
}
.TagClassName
{
border-color: #5C0A2F;
}
</style>