Shades of Tyrian Purple #5C043A
Tints of Tyrian Purple #5C043A
RGB
CMYK
RGB Variations
Color information
#5C043A (or 0x5C043A) is known color: Tyrian Purple. HEX triplet: 5C, 04 and 3A. RGB value is (92,4,58). Sum of RGB (Red+Green+Blue) = 92+4+58=154 (20% of max value = 765). Red value is 92 (36.33% from 255 or 59.74% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 92 - color contains mainly: red. Hex color #5C043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C043A is #A3FBC5. Grayscale: #242424. Windows color (decimal): -10746822 or 3802204. OLE color: 3802204.
HSL color Cylindrical-coordinate representation of color #5C043A: hue angle of 323.18º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C043A is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 4 | 58 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.64 |
| HSL | 323.18º | 0.92% | 0.19% | - |
| HSV(B) | 323.18º | 0.96% | 0.36% | - |
| XYZ | 5.22 | 2.67 | 4.24 | - |
| YUV | 36.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 4 | 58 | 0 | 0.96 | 0.37 | 0.64 | 323.18 | 0.92 | 0.19 |
| Hex | 5C | 4 | 3A | 0 | 60 | 25 | 40 | 143 | 5C | 13 |
| Octal | 134 | 4 | 72 | 0 | 140 | 45 | 100 | 503 | 134 | 23 |
| Binary | 1011100 | 100 | 111010 | 0 | 1100000 | 100101 | 1000000 | 101000011 | 1011100 | 10011 |
Color Harmonies of #5C043A
Complementary color
Monochromatic Colors of #5C043A
Black with #5C043A
Text Example
Text Example
White with #5C043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C043A; }
p { color: rgb(92,4,58); }
H1.HeaderClassName
{
color: #5C043A;
}
.AnyTagClassName
{
color: #5C043A;
}
</style>
background-color css
<style>
a { background-color: #5C043A; }
a { background-color: rgb(92,4,58); }
div.DivClassName
{
background-color: #5C043A;
}
.BgClassName
{
background-color: #5C043A;
}
</style>
border-color css
<style>
span { border-color: #5C043A; }
span { border-color: rgb(92,4,58); }
td.TdClassName
{
border-color: #5C043A;
}
.TagClassName
{
border-color: #5C043A;
}
</style>