Shades of Tyrian Purple #5C053B
Tints of Tyrian Purple #5C053B
RGB
CMYK
RGB Variations
Color information
#5C053B (or 0x5C053B) is known color: Tyrian Purple. HEX triplet: 5C, 05 and 3B. RGB value is (92,5,59). Sum of RGB (Red+Green+Blue) = 92+5+59=156 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.97% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 92 - color contains mainly: red. Hex color #5C053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C053B is #A3FAC4. Grayscale: #252525. Windows color (decimal): -10746565 or 3867996. OLE color: 3867996.
HSL color Cylindrical-coordinate representation of color #5C053B: hue angle of 322.76º 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 #5C053B is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 5 | 59 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.64 |
| HSL | 322.76º | 0.9% | 0.19% | - |
| HSV(B) | 322.76º | 0.95% | 0.36% | - |
| XYZ | 5.26 | 2.7 | 4.38 | - |
| YUV | 37.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 59 | 0 | 0.95 | 0.36 | 0.64 | 322.76 | 0.9 | 0.19 |
| Hex | 5C | 5 | 3B | 0 | 5F | 24 | 40 | 143 | 5A | 13 |
| Octal | 134 | 5 | 73 | 0 | 137 | 44 | 100 | 503 | 132 | 23 |
| Binary | 1011100 | 101 | 111011 | 0 | 1011111 | 100100 | 1000000 | 101000011 | 1011010 | 10011 |
Color Harmonies of #5C053B
Complementary color
Monochromatic Colors of #5C053B
Black with #5C053B
Text Example
Text Example
White with #5C053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C053B; }
p { color: rgb(92,5,59); }
H1.HeaderClassName
{
color: #5C053B;
}
.AnyTagClassName
{
color: #5C053B;
}
</style>
background-color css
<style>
a { background-color: #5C053B; }
a { background-color: rgb(92,5,59); }
div.DivClassName
{
background-color: #5C053B;
}
.BgClassName
{
background-color: #5C053B;
}
</style>
border-color css
<style>
span { border-color: #5C053B; }
span { border-color: rgb(92,5,59); }
td.TdClassName
{
border-color: #5C053B;
}
.TagClassName
{
border-color: #5C053B;
}
</style>