Shades of Tyrian Purple #5D0348
Tints of Tyrian Purple #5D0348
RGB
CMYK
RGB Variations
Color information
#5D0348 (or 0x5D0348) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 48. RGB value is (93,3,72). Sum of RGB (Red+Green+Blue) = 93+3+72=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0348 is #A2FCB7. Grayscale: #252525. Windows color (decimal): -10681528 or 4719453. OLE color: 4719453.
HSL color Cylindrical-coordinate representation of color #5D0348: hue angle of 314º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0348 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 3 | 72 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.64 |
| HSL | 314º | 0.94% | 0.19% | - |
| HSV(B) | 314º | 0.97% | 0.36% | - |
| XYZ | 5.72 | 2.86 | 6.38 | - |
| YUV | 37.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 72 | 0 | 0.97 | 0.23 | 0.64 | 314 | 0.94 | 0.19 |
| Hex | 5D | 3 | 48 | 0 | 61 | 17 | 40 | 13A | 5E | 13 |
| Octal | 135 | 3 | 110 | 0 | 141 | 27 | 100 | 472 | 136 | 23 |
| Binary | 1011101 | 11 | 1001000 | 0 | 1100001 | 10111 | 1000000 | 100111010 | 1011110 | 10011 |
Color Harmonies of #5D0348
Complementary color
Monochromatic Colors of #5D0348
Black with #5D0348
Text Example
Text Example
White with #5D0348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0348; }
p { color: rgb(93,3,72); }
H1.HeaderClassName
{
color: #5D0348;
}
.AnyTagClassName
{
color: #5D0348;
}
</style>
background-color css
<style>
a { background-color: #5D0348; }
a { background-color: rgb(93,3,72); }
div.DivClassName
{
background-color: #5D0348;
}
.BgClassName
{
background-color: #5D0348;
}
</style>
border-color css
<style>
span { border-color: #5D0348; }
span { border-color: rgb(93,3,72); }
td.TdClassName
{
border-color: #5D0348;
}
.TagClassName
{
border-color: #5D0348;
}
</style>