Shades of Tyrian Purple #5D0D2E
Tints of Tyrian Purple #5D0D2E
RGB
CMYK
RGB Variations
Color information
#5D0D2E (or 0x5D0D2E) is known color: Tyrian Purple. HEX triplet: 5D, 0D and 2E. RGB value is (93,13,46). Sum of RGB (Red+Green+Blue) = 93+13+46=152 (20% of max value = 765). Red value is 93 (36.72% from 255 or 61.18% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0D2E is #A2F2D1. Grayscale: #282828. Windows color (decimal): -10678994 or 3018077. OLE color: 3018077.
HSL color Cylindrical-coordinate representation of color #5D0D2E: hue angle of 335.25º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D0D2E is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 13 | 46 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.64 |
| HSL | 335.25º | 0.75% | 0.21% | - |
| HSV(B) | 335.25º | 0.86% | 0.36% | - |
| XYZ | 5.15 | 2.81 | 2.86 | - |
| YUV | 40.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 13 | 46 | 0 | 0.86 | 0.51 | 0.64 | 335.25 | 0.75 | 0.21 |
| Hex | 5D | D | 2E | 0 | 56 | 33 | 40 | 14F | 4B | 15 |
| Octal | 135 | 15 | 56 | 0 | 126 | 63 | 100 | 517 | 113 | 25 |
| Binary | 1011101 | 1101 | 101110 | 0 | 1010110 | 110011 | 1000000 | 101001111 | 1001011 | 10101 |
Color Harmonies of #5D0D2E
Complementary color
Monochromatic Colors of #5D0D2E
Black with #5D0D2E
Text Example
Text Example
White with #5D0D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0D2E; }
p { color: rgb(93,13,46); }
H1.HeaderClassName
{
color: #5D0D2E;
}
.AnyTagClassName
{
color: #5D0D2E;
}
</style>
background-color css
<style>
a { background-color: #5D0D2E; }
a { background-color: rgb(93,13,46); }
div.DivClassName
{
background-color: #5D0D2E;
}
.BgClassName
{
background-color: #5D0D2E;
}
</style>
border-color css
<style>
span { border-color: #5D0D2E; }
span { border-color: rgb(93,13,46); }
td.TdClassName
{
border-color: #5D0D2E;
}
.TagClassName
{
border-color: #5D0D2E;
}
</style>