Shades of Tyrian Purple #5C053F
Tints of Tyrian Purple #5C053F
RGB
CMYK
RGB Variations
Color information
#5C053F (or 0x5C053F) is known color: Tyrian Purple. HEX triplet: 5C, 05 and 3F. RGB value is (92,5,63). Sum of RGB (Red+Green+Blue) = 92+5+63=160 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.5% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 92 - color contains mainly: red. Hex color #5C053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C053F is #A3FAC0. Grayscale: #252525. Windows color (decimal): -10746561 or 4130140. OLE color: 4130140.
HSL color Cylindrical-coordinate representation of color #5C053F: hue angle of 320º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C053F is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 5 | 63 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.64 |
| HSL | 320º | 0.9% | 0.19% | - |
| HSV(B) | 320º | 0.95% | 0.36% | - |
| XYZ | 5.37 | 2.74 | 4.95 | - |
| YUV | 37.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 63 | 0 | 0.95 | 0.32 | 0.64 | 320 | 0.9 | 0.19 |
| Hex | 5C | 5 | 3F | 0 | 5F | 20 | 40 | 140 | 5A | 13 |
| Octal | 134 | 5 | 77 | 0 | 137 | 40 | 100 | 500 | 132 | 23 |
| Binary | 1011100 | 101 | 111111 | 0 | 1011111 | 100000 | 1000000 | 101000000 | 1011010 | 10011 |
Color Harmonies of #5C053F
Complementary color
Monochromatic Colors of #5C053F
Black with #5C053F
Text Example
Text Example
White with #5C053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C053F; }
p { color: rgb(92,5,63); }
H1.HeaderClassName
{
color: #5C053F;
}
.AnyTagClassName
{
color: #5C053F;
}
</style>
background-color css
<style>
a { background-color: #5C053F; }
a { background-color: rgb(92,5,63); }
div.DivClassName
{
background-color: #5C053F;
}
.BgClassName
{
background-color: #5C053F;
}
</style>
border-color css
<style>
span { border-color: #5C053F; }
span { border-color: rgb(92,5,63); }
td.TdClassName
{
border-color: #5C053F;
}
.TagClassName
{
border-color: #5C053F;
}
</style>