Shades of Tyrian Purple #5D044F
Tints of Tyrian Purple #5D044F
RGB
CMYK
RGB Variations
Color information
#5D044F (or 0x5D044F) is known color: Tyrian Purple. HEX triplet: 5D, 04 and 4F. RGB value is (93,4,79). Sum of RGB (Red+Green+Blue) = 93+4+79=176 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.84% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 93 - color contains mainly: red. Hex color #5D044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D044F is #A2FBB0. Grayscale: #262626. Windows color (decimal): -10681265 or 5178461. OLE color: 5178461.
HSL color Cylindrical-coordinate representation of color #5D044F: hue angle of 309.44º 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 #5D044F is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 4 | 79 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.64 |
| HSL | 309.44º | 0.92% | 0.19% | - |
| HSV(B) | 309.44º | 0.96% | 0.36% | - |
| XYZ | 5.97 | 2.98 | 7.66 | - |
| YUV | 39.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 79 | 0 | 0.96 | 0.15 | 0.64 | 309.44 | 0.92 | 0.19 |
| Hex | 5D | 4 | 4F | 0 | 60 | F | 40 | 135 | 5C | 13 |
| Octal | 135 | 4 | 117 | 0 | 140 | 17 | 100 | 465 | 134 | 23 |
| Binary | 1011101 | 100 | 1001111 | 0 | 1100000 | 1111 | 1000000 | 100110101 | 1011100 | 10011 |
Color Harmonies of #5D044F
Complementary color
Monochromatic Colors of #5D044F
Black with #5D044F
Text Example
Text Example
White with #5D044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D044F; }
p { color: rgb(93,4,79); }
H1.HeaderClassName
{
color: #5D044F;
}
.AnyTagClassName
{
color: #5D044F;
}
</style>
background-color css
<style>
a { background-color: #5D044F; }
a { background-color: rgb(93,4,79); }
div.DivClassName
{
background-color: #5D044F;
}
.BgClassName
{
background-color: #5D044F;
}
</style>
border-color css
<style>
span { border-color: #5D044F; }
span { border-color: rgb(93,4,79); }
td.TdClassName
{
border-color: #5D044F;
}
.TagClassName
{
border-color: #5D044F;
}
</style>