Shades of Tyrian Purple #5C042F
Tints of Tyrian Purple #5C042F
RGB
CMYK
RGB Variations
Color information
#5C042F (or 0x5C042F) is known color: Tyrian Purple. HEX triplet: 5C, 04 and 2F. RGB value is (92,4,47). Sum of RGB (Red+Green+Blue) = 92+4+47=143 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.34% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 92 - color contains mainly: red. Hex color #5C042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C042F is #A3FBD0. Grayscale: #232323. Windows color (decimal): -10746833 or 3081308. OLE color: 3081308.
HSL color Cylindrical-coordinate representation of color #5C042F: hue angle of 330.68º 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 #5C042F is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 4 | 47 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.64 |
| HSL | 330.68º | 0.92% | 0.19% | - |
| HSV(B) | 330.68º | 0.96% | 0.36% | - |
| XYZ | 4.97 | 2.57 | 2.92 | - |
| YUV | 35.21 | 134.65 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 4 | 47 | 0 | 0.96 | 0.49 | 0.64 | 330.68 | 0.92 | 0.19 |
| Hex | 5C | 4 | 2F | 0 | 60 | 31 | 40 | 14B | 5C | 13 |
| Octal | 134 | 4 | 57 | 0 | 140 | 61 | 100 | 513 | 134 | 23 |
| Binary | 1011100 | 100 | 101111 | 0 | 1100000 | 110001 | 1000000 | 101001011 | 1011100 | 10011 |
Color Harmonies of #5C042F
Complementary color
Monochromatic Colors of #5C042F
Black with #5C042F
Text Example
Text Example
White with #5C042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C042F; }
p { color: rgb(92,4,47); }
H1.HeaderClassName
{
color: #5C042F;
}
.AnyTagClassName
{
color: #5C042F;
}
</style>
background-color css
<style>
a { background-color: #5C042F; }
a { background-color: rgb(92,4,47); }
div.DivClassName
{
background-color: #5C042F;
}
.BgClassName
{
background-color: #5C042F;
}
</style>
border-color css
<style>
span { border-color: #5C042F; }
span { border-color: rgb(92,4,47); }
td.TdClassName
{
border-color: #5C042F;
}
.TagClassName
{
border-color: #5C042F;
}
</style>