Shades of Tyrian Purple #5D1332
Tints of Tyrian Purple #5D1332
RGB
CMYK
RGB Variations
Color information
#5D1332 (or 0x5D1332) is known color: Tyrian Purple. HEX triplet: 5D, 13 and 32. RGB value is (93,19,50). Sum of RGB (Red+Green+Blue) = 93+19+50=162 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.41% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1332 is #A2ECCD. Grayscale: #2C2C2C. Windows color (decimal): -10677454 or 3281757. OLE color: 3281757.
HSL color Cylindrical-coordinate representation of color #5D1332: hue angle of 334.86º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D1332 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 50 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.64 |
| HSL | 334.86º | 0.66% | 0.22% | - |
| HSV(B) | 334.86º | 0.8% | 0.36% | - |
| XYZ | 5.32 | 3.02 | 3.32 | - |
| YUV | 44.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 50 | 0 | 0.80 | 0.46 | 0.64 | 334.86 | 0.66 | 0.22 |
| Hex | 5D | 13 | 32 | 0 | 50 | 2E | 40 | 14F | 42 | 16 |
| Octal | 135 | 23 | 62 | 0 | 120 | 56 | 100 | 517 | 102 | 26 |
| Binary | 1011101 | 10011 | 110010 | 0 | 1010000 | 101110 | 1000000 | 101001111 | 1000010 | 10110 |
Color Harmonies of #5D1332
Complementary color
Monochromatic Colors of #5D1332
Black with #5D1332
Text Example
Text Example
White with #5D1332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1332; }
p { color: rgb(93,19,50); }
H1.HeaderClassName
{
color: #5D1332;
}
.AnyTagClassName
{
color: #5D1332;
}
</style>
background-color css
<style>
a { background-color: #5D1332; }
a { background-color: rgb(93,19,50); }
div.DivClassName
{
background-color: #5D1332;
}
.BgClassName
{
background-color: #5D1332;
}
</style>
border-color css
<style>
span { border-color: #5D1332; }
span { border-color: rgb(93,19,50); }
td.TdClassName
{
border-color: #5D1332;
}
.TagClassName
{
border-color: #5D1332;
}
</style>