Shades of Tyrian Purple #5D133F
Tints of Tyrian Purple #5D133F
RGB
CMYK
RGB Variations
Color information
#5D133F (or 0x5D133F) is known color: Tyrian Purple. HEX triplet: 5D, 13 and 3F. RGB value is (93,19,63). Sum of RGB (Red+Green+Blue) = 93+19+63=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D133F is #A2ECC0. Grayscale: #2E2E2E. Windows color (decimal): -10677441 or 4133725. OLE color: 4133725.
HSL color Cylindrical-coordinate representation of color #5D133F: hue angle of 324.32º 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 #5D133F is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 63 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.64 |
| HSL | 324.32º | 0.66% | 0.22% | - |
| HSV(B) | 324.32º | 0.8% | 0.36% | - |
| XYZ | 5.64 | 3.15 | 5.01 | - |
| YUV | 46.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 63 | 0 | 0.80 | 0.32 | 0.64 | 324.32 | 0.66 | 0.22 |
| Hex | 5D | 13 | 3F | 0 | 50 | 20 | 40 | 144 | 42 | 16 |
| Octal | 135 | 23 | 77 | 0 | 120 | 40 | 100 | 504 | 102 | 26 |
| Binary | 1011101 | 10011 | 111111 | 0 | 1010000 | 100000 | 1000000 | 101000100 | 1000010 | 10110 |
Color Harmonies of #5D133F
Complementary color
Monochromatic Colors of #5D133F
Black with #5D133F
Text Example
Text Example
White with #5D133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D133F; }
p { color: rgb(93,19,63); }
H1.HeaderClassName
{
color: #5D133F;
}
.AnyTagClassName
{
color: #5D133F;
}
</style>
background-color css
<style>
a { background-color: #5D133F; }
a { background-color: rgb(93,19,63); }
div.DivClassName
{
background-color: #5D133F;
}
.BgClassName
{
background-color: #5D133F;
}
</style>
border-color css
<style>
span { border-color: #5D133F; }
span { border-color: rgb(93,19,63); }
td.TdClassName
{
border-color: #5D133F;
}
.TagClassName
{
border-color: #5D133F;
}
</style>