Shades of Tyrian Purple #5D024C
Tints of Tyrian Purple #5D024C
RGB
CMYK
RGB Variations
Color information
#5D024C (or 0x5D024C) is known color: Tyrian Purple. HEX triplet: 5D, 02 and 4C. RGB value is (93,2,76). Sum of RGB (Red+Green+Blue) = 93+2+76=171 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.39% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 93 - color contains mainly: red. Hex color #5D024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D024C is #A2FDB3. Grayscale: #252525. Windows color (decimal): -10681780 or 4981341. OLE color: 4981341.
HSL color Cylindrical-coordinate representation of color #5D024C: hue angle of 311.21º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D024C is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 2 | 76 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.64 |
| HSL | 311.21º | 0.96% | 0.19% | - |
| HSV(B) | 311.21º | 0.98% | 0.36% | - |
| XYZ | 5.84 | 2.89 | 7.09 | - |
| YUV | 37.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 76 | 0 | 0.98 | 0.18 | 0.64 | 311.21 | 0.96 | 0.19 |
| Hex | 5D | 2 | 4C | 0 | 62 | 12 | 40 | 137 | 60 | 13 |
| Octal | 135 | 2 | 114 | 0 | 142 | 22 | 100 | 467 | 140 | 23 |
| Binary | 1011101 | 10 | 1001100 | 0 | 1100010 | 10010 | 1000000 | 100110111 | 1100000 | 10011 |
Color Harmonies of #5D024C
Complementary color
Monochromatic Colors of #5D024C
Black with #5D024C
Text Example
Text Example
White with #5D024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D024C; }
p { color: rgb(93,2,76); }
H1.HeaderClassName
{
color: #5D024C;
}
.AnyTagClassName
{
color: #5D024C;
}
</style>
background-color css
<style>
a { background-color: #5D024C; }
a { background-color: rgb(93,2,76); }
div.DivClassName
{
background-color: #5D024C;
}
.BgClassName
{
background-color: #5D024C;
}
</style>
border-color css
<style>
span { border-color: #5D024C; }
span { border-color: rgb(93,2,76); }
td.TdClassName
{
border-color: #5D024C;
}
.TagClassName
{
border-color: #5D024C;
}
</style>