Shades of Tyrian Purple #5D133C
Tints of Tyrian Purple #5D133C
RGB
CMYK
RGB Variations
Color information
#5D133C (or 0x5D133C) is known color: Tyrian Purple. HEX triplet: 5D, 13 and 3C. RGB value is (93,19,60). Sum of RGB (Red+Green+Blue) = 93+19+60=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D133C is #A2ECC3. Grayscale: #2D2D2D. Windows color (decimal): -10677444 or 3937117. OLE color: 3937117.
HSL color Cylindrical-coordinate representation of color #5D133C: hue angle of 326.76º 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 #5D133C is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 60 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.64 |
| HSL | 326.76º | 0.66% | 0.22% | - |
| HSV(B) | 326.76º | 0.8% | 0.36% | - |
| XYZ | 5.56 | 3.12 | 4.58 | - |
| YUV | 45.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 60 | 0 | 0.80 | 0.35 | 0.64 | 326.76 | 0.66 | 0.22 |
| Hex | 5D | 13 | 3C | 0 | 50 | 23 | 40 | 147 | 42 | 16 |
| Octal | 135 | 23 | 74 | 0 | 120 | 43 | 100 | 507 | 102 | 26 |
| Binary | 1011101 | 10011 | 111100 | 0 | 1010000 | 100011 | 1000000 | 101000111 | 1000010 | 10110 |
Color Harmonies of #5D133C
Complementary color
Monochromatic Colors of #5D133C
Black with #5D133C
Text Example
Text Example
White with #5D133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D133C; }
p { color: rgb(93,19,60); }
H1.HeaderClassName
{
color: #5D133C;
}
.AnyTagClassName
{
color: #5D133C;
}
</style>
background-color css
<style>
a { background-color: #5D133C; }
a { background-color: rgb(93,19,60); }
div.DivClassName
{
background-color: #5D133C;
}
.BgClassName
{
background-color: #5D133C;
}
</style>
border-color css
<style>
span { border-color: #5D133C; }
span { border-color: rgb(93,19,60); }
td.TdClassName
{
border-color: #5D133C;
}
.TagClassName
{
border-color: #5D133C;
}
</style>