Shades of Tyrian Purple #5D0554
Tints of Tyrian Purple #5D0554
RGB
CMYK
RGB Variations
Color information
#5D0554 (or 0x5D0554) is known color: Tyrian Purple. HEX triplet: 5D, 05 and 54. RGB value is (93,5,84). Sum of RGB (Red+Green+Blue) = 93+5+84=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0554 is #A2FAAB. Grayscale: #282828. Windows color (decimal): -10681004 or 5506397. OLE color: 5506397.
HSL color Cylindrical-coordinate representation of color #5D0554: hue angle of 306.14º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0554 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 5 | 84 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.64 |
| HSL | 306.14º | 0.9% | 0.19% | - |
| HSV(B) | 306.14º | 0.95% | 0.36% | - |
| XYZ | 6.17 | 3.08 | 8.66 | - |
| YUV | 40.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 84 | 0 | 0.95 | 0.10 | 0.64 | 306.14 | 0.9 | 0.19 |
| Hex | 5D | 5 | 54 | 0 | 5F | A | 40 | 132 | 5A | 13 |
| Octal | 135 | 5 | 124 | 0 | 137 | 12 | 100 | 462 | 132 | 23 |
| Binary | 1011101 | 101 | 1010100 | 0 | 1011111 | 1010 | 1000000 | 100110010 | 1011010 | 10011 |
Color Harmonies of #5D0554
Complementary color
Monochromatic Colors of #5D0554
Black with #5D0554
Text Example
Text Example
White with #5D0554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0554; }
p { color: rgb(93,5,84); }
H1.HeaderClassName
{
color: #5D0554;
}
.AnyTagClassName
{
color: #5D0554;
}
</style>
background-color css
<style>
a { background-color: #5D0554; }
a { background-color: rgb(93,5,84); }
div.DivClassName
{
background-color: #5D0554;
}
.BgClassName
{
background-color: #5D0554;
}
</style>
border-color css
<style>
span { border-color: #5D0554; }
span { border-color: rgb(93,5,84); }
td.TdClassName
{
border-color: #5D0554;
}
.TagClassName
{
border-color: #5D0554;
}
</style>