Shades of Tyrian Purple #5D044C
Tints of Tyrian Purple #5D044C
RGB
CMYK
RGB Variations
Color information
#5D044C (or 0x5D044C) is known color: Tyrian Purple. HEX triplet: 5D, 04 and 4C. RGB value is (93,4,76). Sum of RGB (Red+Green+Blue) = 93+4+76=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D044C is #A2FBB3. Grayscale: #262626. Windows color (decimal): -10681268 or 4981853. OLE color: 4981853.
HSL color Cylindrical-coordinate representation of color #5D044C: hue angle of 311.46º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D044C is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 4 | 76 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.64 |
| HSL | 311.46º | 0.92% | 0.19% | - |
| HSV(B) | 311.46º | 0.96% | 0.36% | - |
| XYZ | 5.86 | 2.94 | 7.1 | - |
| YUV | 38.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 76 | 0 | 0.96 | 0.18 | 0.64 | 311.46 | 0.92 | 0.19 |
| Hex | 5D | 4 | 4C | 0 | 60 | 12 | 40 | 137 | 5C | 13 |
| Octal | 135 | 4 | 114 | 0 | 140 | 22 | 100 | 467 | 134 | 23 |
| Binary | 1011101 | 100 | 1001100 | 0 | 1100000 | 10010 | 1000000 | 100110111 | 1011100 | 10011 |
Color Harmonies of #5D044C
Complementary color
Monochromatic Colors of #5D044C
Black with #5D044C
Text Example
Text Example
White with #5D044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D044C; }
p { color: rgb(93,4,76); }
H1.HeaderClassName
{
color: #5D044C;
}
.AnyTagClassName
{
color: #5D044C;
}
</style>
background-color css
<style>
a { background-color: #5D044C; }
a { background-color: rgb(93,4,76); }
div.DivClassName
{
background-color: #5D044C;
}
.BgClassName
{
background-color: #5D044C;
}
</style>
border-color css
<style>
span { border-color: #5D044C; }
span { border-color: rgb(93,4,76); }
td.TdClassName
{
border-color: #5D044C;
}
.TagClassName
{
border-color: #5D044C;
}
</style>