Shades of Tyrian Purple #5D082E
Tints of Tyrian Purple #5D082E
RGB
CMYK
RGB Variations
Color information
#5D082E (or 0x5D082E) is known color: Tyrian Purple. HEX triplet: 5D, 08 and 2E. RGB value is (93,8,46). Sum of RGB (Red+Green+Blue) = 93+8+46=147 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.27% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 93 - color contains mainly: red. Hex color #5D082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D082E is #A2F7D1. Grayscale: #252525. Windows color (decimal): -10680274 or 3016797. OLE color: 3016797.
HSL color Cylindrical-coordinate representation of color #5D082E: hue angle of 333.18º 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 #5D082E is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 8 | 46 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.64 |
| HSL | 333.18º | 0.84% | 0.2% | - |
| HSV(B) | 333.18º | 0.91% | 0.36% | - |
| XYZ | 5.09 | 2.7 | 2.84 | - |
| YUV | 37.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 46 | 0 | 0.91 | 0.51 | 0.64 | 333.18 | 0.84 | 0.2 |
| Hex | 5D | 8 | 2E | 0 | 5B | 33 | 40 | 14D | 54 | 14 |
| Octal | 135 | 10 | 56 | 0 | 133 | 63 | 100 | 515 | 124 | 24 |
| Binary | 1011101 | 1000 | 101110 | 0 | 1011011 | 110011 | 1000000 | 101001101 | 1010100 | 10100 |
Color Harmonies of #5D082E
Complementary color
Monochromatic Colors of #5D082E
Black with #5D082E
Text Example
Text Example
White with #5D082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D082E; }
p { color: rgb(93,8,46); }
H1.HeaderClassName
{
color: #5D082E;
}
.AnyTagClassName
{
color: #5D082E;
}
</style>
background-color css
<style>
a { background-color: #5D082E; }
a { background-color: rgb(93,8,46); }
div.DivClassName
{
background-color: #5D082E;
}
.BgClassName
{
background-color: #5D082E;
}
</style>
border-color css
<style>
span { border-color: #5D082E; }
span { border-color: rgb(93,8,46); }
td.TdClassName
{
border-color: #5D082E;
}
.TagClassName
{
border-color: #5D082E;
}
</style>