Shades of Tyrian Purple #5D0324
Tints of Tyrian Purple #5D0324
RGB
CMYK
RGB Variations
Color information
#5D0324 (or 0x5D0324) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 24. RGB value is (93,3,36). Sum of RGB (Red+Green+Blue) = 93+3+36=132 (17% of max value = 765). Red value is 93 (36.72% from 255 or 70.45% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0324 is #A2FCDB. Grayscale: #212121. Windows color (decimal): -10681564 or 2360157. OLE color: 2360157.
HSL color Cylindrical-coordinate representation of color #5D0324: hue angle of 338º 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 #5D0324 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 3 | 36 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.64 |
| HSL | 338º | 0.94% | 0.19% | - |
| HSV(B) | 338º | 0.97% | 0.36% | - |
| XYZ | 4.87 | 2.52 | 1.9 | - |
| YUV | 33.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 36 | 0 | 0.97 | 0.61 | 0.64 | 338 | 0.94 | 0.19 |
| Hex | 5D | 3 | 24 | 0 | 61 | 3D | 40 | 152 | 5E | 13 |
| Octal | 135 | 3 | 44 | 0 | 141 | 75 | 100 | 522 | 136 | 23 |
| Binary | 1011101 | 11 | 100100 | 0 | 1100001 | 111101 | 1000000 | 101010010 | 1011110 | 10011 |
Color Harmonies of #5D0324
Complementary color
Monochromatic Colors of #5D0324
Black with #5D0324
Text Example
Text Example
White with #5D0324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0324; }
p { color: rgb(93,3,36); }
H1.HeaderClassName
{
color: #5D0324;
}
.AnyTagClassName
{
color: #5D0324;
}
</style>
background-color css
<style>
a { background-color: #5D0324; }
a { background-color: rgb(93,3,36); }
div.DivClassName
{
background-color: #5D0324;
}
.BgClassName
{
background-color: #5D0324;
}
</style>
border-color css
<style>
span { border-color: #5D0324; }
span { border-color: rgb(93,3,36); }
td.TdClassName
{
border-color: #5D0324;
}
.TagClassName
{
border-color: #5D0324;
}
</style>