Shades of Tyrian Purple #5D054F
Tints of Tyrian Purple #5D054F
RGB
CMYK
RGB Variations
Color information
#5D054F (or 0x5D054F) is known color: Tyrian Purple. HEX triplet: 5D, 05 and 4F. RGB value is (93,5,79). Sum of RGB (Red+Green+Blue) = 93+5+79=177 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.54% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 93 - color contains mainly: red. Hex color #5D054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D054F is #A2FAB0. Grayscale: #272727. Windows color (decimal): -10681009 or 5178717. OLE color: 5178717.
HSL color Cylindrical-coordinate representation of color #5D054F: hue angle of 309.55º 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 #5D054F is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 5 | 79 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.64 |
| HSL | 309.55º | 0.9% | 0.19% | - |
| HSV(B) | 309.55º | 0.95% | 0.36% | - |
| XYZ | 5.98 | 3 | 7.66 | - |
| YUV | 39.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 79 | 0 | 0.95 | 0.15 | 0.64 | 309.55 | 0.9 | 0.19 |
| Hex | 5D | 5 | 4F | 0 | 5F | F | 40 | 136 | 5A | 13 |
| Octal | 135 | 5 | 117 | 0 | 137 | 17 | 100 | 466 | 132 | 23 |
| Binary | 1011101 | 101 | 1001111 | 0 | 1011111 | 1111 | 1000000 | 100110110 | 1011010 | 10011 |
Color Harmonies of #5D054F
Complementary color
Monochromatic Colors of #5D054F
Black with #5D054F
Text Example
Text Example
White with #5D054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D054F; }
p { color: rgb(93,5,79); }
H1.HeaderClassName
{
color: #5D054F;
}
.AnyTagClassName
{
color: #5D054F;
}
</style>
background-color css
<style>
a { background-color: #5D054F; }
a { background-color: rgb(93,5,79); }
div.DivClassName
{
background-color: #5D054F;
}
.BgClassName
{
background-color: #5D054F;
}
</style>
border-color css
<style>
span { border-color: #5D054F; }
span { border-color: rgb(93,5,79); }
td.TdClassName
{
border-color: #5D054F;
}
.TagClassName
{
border-color: #5D054F;
}
</style>