Shades of Tyrian Purple #5D0332
Tints of Tyrian Purple #5D0332
RGB
CMYK
RGB Variations
Color information
#5D0332 (or 0x5D0332) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 32. RGB value is (93,3,50). Sum of RGB (Red+Green+Blue) = 93+3+50=146 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.70% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0332 is #A2FCCD. Grayscale: #232323. Windows color (decimal): -10681550 or 3277661. OLE color: 3277661.
HSL color Cylindrical-coordinate representation of color #5D0332: hue angle of 328.67º 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 #5D0332 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 3 | 50 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.64 |
| HSL | 328.67º | 0.94% | 0.19% | - |
| HSV(B) | 328.67º | 0.97% | 0.36% | - |
| XYZ | 5.12 | 2.62 | 3.25 | - |
| YUV | 35.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 50 | 0 | 0.97 | 0.46 | 0.64 | 328.67 | 0.94 | 0.19 |
| Hex | 5D | 3 | 32 | 0 | 61 | 2E | 40 | 149 | 5E | 13 |
| Octal | 135 | 3 | 62 | 0 | 141 | 56 | 100 | 511 | 136 | 23 |
| Binary | 1011101 | 11 | 110010 | 0 | 1100001 | 101110 | 1000000 | 101001001 | 1011110 | 10011 |
Color Harmonies of #5D0332
Complementary color
Monochromatic Colors of #5D0332
Black with #5D0332
Text Example
Text Example
White with #5D0332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0332; }
p { color: rgb(93,3,50); }
H1.HeaderClassName
{
color: #5D0332;
}
.AnyTagClassName
{
color: #5D0332;
}
</style>
background-color css
<style>
a { background-color: #5D0332; }
a { background-color: rgb(93,3,50); }
div.DivClassName
{
background-color: #5D0332;
}
.BgClassName
{
background-color: #5D0332;
}
</style>
border-color css
<style>
span { border-color: #5D0332; }
span { border-color: rgb(93,3,50); }
td.TdClassName
{
border-color: #5D0332;
}
.TagClassName
{
border-color: #5D0332;
}
</style>