Shades of Tyrian Purple #5C032E
Tints of Tyrian Purple #5C032E
RGB
CMYK
RGB Variations
Color information
#5C032E (or 0x5C032E) is known color: Tyrian Purple. HEX triplet: 5C, 03 and 2E. RGB value is (92,3,46). Sum of RGB (Red+Green+Blue) = 92+3+46=141 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.25% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 92 - color contains mainly: red. Hex color #5C032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C032E is #A3FCD1. Grayscale: #222222. Windows color (decimal): -10747090 or 3015516. OLE color: 3015516.
HSL color Cylindrical-coordinate representation of color #5C032E: hue angle of 331.01º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C032E is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 3 | 46 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.64 |
| HSL | 331.01º | 0.94% | 0.19% | - |
| HSV(B) | 331.01º | 0.97% | 0.36% | - |
| XYZ | 4.94 | 2.54 | 2.81 | - |
| YUV | 34.51 | 134.49 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 46 | 0 | 0.97 | 0.50 | 0.64 | 331.01 | 0.94 | 0.19 |
| Hex | 5C | 3 | 2E | 0 | 61 | 32 | 40 | 14B | 5E | 13 |
| Octal | 134 | 3 | 56 | 0 | 141 | 62 | 100 | 513 | 136 | 23 |
| Binary | 1011100 | 11 | 101110 | 0 | 1100001 | 110010 | 1000000 | 101001011 | 1011110 | 10011 |
Color Harmonies of #5C032E
Complementary color
Monochromatic Colors of #5C032E
Black with #5C032E
Text Example
Text Example
White with #5C032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C032E; }
p { color: rgb(92,3,46); }
H1.HeaderClassName
{
color: #5C032E;
}
.AnyTagClassName
{
color: #5C032E;
}
</style>
background-color css
<style>
a { background-color: #5C032E; }
a { background-color: rgb(92,3,46); }
div.DivClassName
{
background-color: #5C032E;
}
.BgClassName
{
background-color: #5C032E;
}
</style>
border-color css
<style>
span { border-color: #5C032E; }
span { border-color: rgb(92,3,46); }
td.TdClassName
{
border-color: #5C032E;
}
.TagClassName
{
border-color: #5C032E;
}
</style>