Shades of Tyrian Purple #5D0353
Tints of Tyrian Purple #5D0353
RGB
CMYK
RGB Variations
Color information
#5D0353 (or 0x5D0353) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 53. RGB value is (93,3,83). Sum of RGB (Red+Green+Blue) = 93+3+83=179 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.96% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0353 is #A2FCAC. Grayscale: #262626. Windows color (decimal): -10681517 or 5440349. OLE color: 5440349.
HSL color Cylindrical-coordinate representation of color #5D0353: hue angle of 306.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 #5D0353 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 3 | 83 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.64 |
| HSL | 306.67º | 0.94% | 0.19% | - |
| HSV(B) | 306.67º | 0.97% | 0.36% | - |
| XYZ | 6.11 | 3.02 | 8.44 | - |
| YUV | 39.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 83 | 0 | 0.97 | 0.11 | 0.64 | 306.67 | 0.94 | 0.19 |
| Hex | 5D | 3 | 53 | 0 | 61 | B | 40 | 133 | 5E | 13 |
| Octal | 135 | 3 | 123 | 0 | 141 | 13 | 100 | 463 | 136 | 23 |
| Binary | 1011101 | 11 | 1010011 | 0 | 1100001 | 1011 | 1000000 | 100110011 | 1011110 | 10011 |
Color Harmonies of #5D0353
Complementary color
Monochromatic Colors of #5D0353
Black with #5D0353
Text Example
Text Example
White with #5D0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0353; }
p { color: rgb(93,3,83); }
H1.HeaderClassName
{
color: #5D0353;
}
.AnyTagClassName
{
color: #5D0353;
}
</style>
background-color css
<style>
a { background-color: #5D0353; }
a { background-color: rgb(93,3,83); }
div.DivClassName
{
background-color: #5D0353;
}
.BgClassName
{
background-color: #5D0353;
}
</style>
border-color css
<style>
span { border-color: #5D0353; }
span { border-color: rgb(93,3,83); }
td.TdClassName
{
border-color: #5D0353;
}
.TagClassName
{
border-color: #5D0353;
}
</style>