Shades of Tyrian Purple #5D082D
Tints of Tyrian Purple #5D082D
RGB
CMYK
RGB Variations
Color information
#5D082D (or 0x5D082D) is known color: Tyrian Purple. HEX triplet: 5D, 08 and 2D. RGB value is (93,8,45). Sum of RGB (Red+Green+Blue) = 93+8+45=146 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.70% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 93 - color contains mainly: red. Hex color #5D082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D082D is #A2F7D2. Grayscale: #252525. Windows color (decimal): -10680275 or 2951261. OLE color: 2951261.
HSL color Cylindrical-coordinate representation of color #5D082D: hue angle of 333.88º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D082D is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 8 | 45 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.64 |
| HSL | 333.88º | 0.84% | 0.2% | - |
| HSV(B) | 333.88º | 0.91% | 0.36% | - |
| XYZ | 5.07 | 2.69 | 2.73 | - |
| YUV | 37.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 45 | 0 | 0.91 | 0.52 | 0.64 | 333.88 | 0.84 | 0.2 |
| Hex | 5D | 8 | 2D | 0 | 5B | 34 | 40 | 14E | 54 | 14 |
| Octal | 135 | 10 | 55 | 0 | 133 | 64 | 100 | 516 | 124 | 24 |
| Binary | 1011101 | 1000 | 101101 | 0 | 1011011 | 110100 | 1000000 | 101001110 | 1010100 | 10100 |
Color Harmonies of #5D082D
Complementary color
Monochromatic Colors of #5D082D
Black with #5D082D
Text Example
Text Example
White with #5D082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D082D; }
p { color: rgb(93,8,45); }
H1.HeaderClassName
{
color: #5D082D;
}
.AnyTagClassName
{
color: #5D082D;
}
</style>
background-color css
<style>
a { background-color: #5D082D; }
a { background-color: rgb(93,8,45); }
div.DivClassName
{
background-color: #5D082D;
}
.BgClassName
{
background-color: #5D082D;
}
</style>
border-color css
<style>
span { border-color: #5D082D; }
span { border-color: rgb(93,8,45); }
td.TdClassName
{
border-color: #5D082D;
}
.TagClassName
{
border-color: #5D082D;
}
</style>