Shades of Tyrian Purple #5D1343
Tints of Tyrian Purple #5D1343
RGB
CMYK
RGB Variations
Color information
#5D1343 (or 0x5D1343) is known color: Tyrian Purple. HEX triplet: 5D, 13 and 43. RGB value is (93,19,67). Sum of RGB (Red+Green+Blue) = 93+19+67=179 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.96% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1343 is #A2ECBC. Grayscale: #2E2E2E. Windows color (decimal): -10677437 or 4395869. OLE color: 4395869.
HSL color Cylindrical-coordinate representation of color #5D1343: hue angle of 321.08º 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 #5D1343 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 67 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.64 |
| HSL | 321.08º | 0.66% | 0.22% | - |
| HSV(B) | 321.08º | 0.8% | 0.36% | - |
| XYZ | 5.76 | 3.2 | 5.62 | - |
| YUV | 46.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 67 | 0 | 0.80 | 0.28 | 0.64 | 321.08 | 0.66 | 0.22 |
| Hex | 5D | 13 | 43 | 0 | 50 | 1C | 40 | 141 | 42 | 16 |
| Octal | 135 | 23 | 103 | 0 | 120 | 34 | 100 | 501 | 102 | 26 |
| Binary | 1011101 | 10011 | 1000011 | 0 | 1010000 | 11100 | 1000000 | 101000001 | 1000010 | 10110 |
Color Harmonies of #5D1343
Complementary color
Monochromatic Colors of #5D1343
Black with #5D1343
Text Example
Text Example
White with #5D1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1343; }
p { color: rgb(93,19,67); }
H1.HeaderClassName
{
color: #5D1343;
}
.AnyTagClassName
{
color: #5D1343;
}
</style>
background-color css
<style>
a { background-color: #5D1343; }
a { background-color: rgb(93,19,67); }
div.DivClassName
{
background-color: #5D1343;
}
.BgClassName
{
background-color: #5D1343;
}
</style>
border-color css
<style>
span { border-color: #5D1343; }
span { border-color: rgb(93,19,67); }
td.TdClassName
{
border-color: #5D1343;
}
.TagClassName
{
border-color: #5D1343;
}
</style>