Shades of Tyrian Purple #5D024F
Tints of Tyrian Purple #5D024F
RGB
CMYK
RGB Variations
Color information
#5D024F (or 0x5D024F) is known color: Tyrian Purple. HEX triplet: 5D, 02 and 4F. RGB value is (93,2,79). Sum of RGB (Red+Green+Blue) = 93+2+79=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D024F is #A2FDB0. Grayscale: #252525. Windows color (decimal): -10681777 or 5177949. OLE color: 5177949.
HSL color Cylindrical-coordinate representation of color #5D024F: hue angle of 309.23º 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 #5D024F is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 2 | 79 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.64 |
| HSL | 309.23º | 0.96% | 0.19% | - |
| HSV(B) | 309.23º | 0.98% | 0.36% | - |
| XYZ | 5.95 | 2.94 | 7.65 | - |
| YUV | 37.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 79 | 0 | 0.98 | 0.15 | 0.64 | 309.23 | 0.96 | 0.19 |
| Hex | 5D | 2 | 4F | 0 | 62 | F | 40 | 135 | 60 | 13 |
| Octal | 135 | 2 | 117 | 0 | 142 | 17 | 100 | 465 | 140 | 23 |
| Binary | 1011101 | 10 | 1001111 | 0 | 1100010 | 1111 | 1000000 | 100110101 | 1100000 | 10011 |
Color Harmonies of #5D024F
Complementary color
Monochromatic Colors of #5D024F
Black with #5D024F
Text Example
Text Example
White with #5D024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D024F; }
p { color: rgb(93,2,79); }
H1.HeaderClassName
{
color: #5D024F;
}
.AnyTagClassName
{
color: #5D024F;
}
</style>
background-color css
<style>
a { background-color: #5D024F; }
a { background-color: rgb(93,2,79); }
div.DivClassName
{
background-color: #5D024F;
}
.BgClassName
{
background-color: #5D024F;
}
</style>
border-color css
<style>
span { border-color: #5D024F; }
span { border-color: rgb(93,2,79); }
td.TdClassName
{
border-color: #5D024F;
}
.TagClassName
{
border-color: #5D024F;
}
</style>