Shades of Tyrian Purple #5C042A
Tints of Tyrian Purple #5C042A
RGB
CMYK
RGB Variations
Color information
#5C042A (or 0x5C042A) is known color: Tyrian Purple. HEX triplet: 5C, 04 and 2A. RGB value is (92,4,42). Sum of RGB (Red+Green+Blue) = 92+4+42=138 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.67% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 92 - color contains mainly: red. Hex color #5C042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C042A is #A3FBD5. Grayscale: #222222. Windows color (decimal): -10746838 or 2753628. OLE color: 2753628.
HSL color Cylindrical-coordinate representation of color #5C042A: hue angle of 334.09º 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 #5C042A is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 4 | 42 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.64 |
| HSL | 334.09º | 0.92% | 0.19% | - |
| HSV(B) | 334.09º | 0.96% | 0.36% | - |
| XYZ | 4.87 | 2.53 | 2.42 | - |
| YUV | 34.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 4 | 42 | 0 | 0.96 | 0.54 | 0.64 | 334.09 | 0.92 | 0.19 |
| Hex | 5C | 4 | 2A | 0 | 60 | 36 | 40 | 14E | 5C | 13 |
| Octal | 134 | 4 | 52 | 0 | 140 | 66 | 100 | 516 | 134 | 23 |
| Binary | 1011100 | 100 | 101010 | 0 | 1100000 | 110110 | 1000000 | 101001110 | 1011100 | 10011 |
Color Harmonies of #5C042A
Complementary color
Monochromatic Colors of #5C042A
Black with #5C042A
Text Example
Text Example
White with #5C042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C042A; }
p { color: rgb(92,4,42); }
H1.HeaderClassName
{
color: #5C042A;
}
.AnyTagClassName
{
color: #5C042A;
}
</style>
background-color css
<style>
a { background-color: #5C042A; }
a { background-color: rgb(92,4,42); }
div.DivClassName
{
background-color: #5C042A;
}
.BgClassName
{
background-color: #5C042A;
}
</style>
border-color css
<style>
span { border-color: #5C042A; }
span { border-color: rgb(92,4,42); }
td.TdClassName
{
border-color: #5C042A;
}
.TagClassName
{
border-color: #5C042A;
}
</style>