Shades of Tyrian Purple #5D0829
Tints of Tyrian Purple #5D0829
RGB
CMYK
RGB Variations
Color information
#5D0829 (or 0x5D0829) is known color: Tyrian Purple. HEX triplet: 5D, 08 and 29. RGB value is (93,8,41). Sum of RGB (Red+Green+Blue) = 93+8+41=142 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.49% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0829 is #A2F7D6. Grayscale: #252525. Windows color (decimal): -10680279 or 2689117. OLE color: 2689117.
HSL color Cylindrical-coordinate representation of color #5D0829: hue angle of 336.71º 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 #5D0829 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 8 | 41 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.64 |
| HSL | 336.71º | 0.84% | 0.2% | - |
| HSV(B) | 336.71º | 0.91% | 0.36% | - |
| XYZ | 5 | 2.66 | 2.35 | - |
| YUV | 37.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 41 | 0 | 0.91 | 0.56 | 0.64 | 336.71 | 0.84 | 0.2 |
| Hex | 5D | 8 | 29 | 0 | 5B | 38 | 40 | 151 | 54 | 14 |
| Octal | 135 | 10 | 51 | 0 | 133 | 70 | 100 | 521 | 124 | 24 |
| Binary | 1011101 | 1000 | 101001 | 0 | 1011011 | 111000 | 1000000 | 101010001 | 1010100 | 10100 |
Color Harmonies of #5D0829
Complementary color
Monochromatic Colors of #5D0829
Black with #5D0829
Text Example
Text Example
White with #5D0829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0829; }
p { color: rgb(93,8,41); }
H1.HeaderClassName
{
color: #5D0829;
}
.AnyTagClassName
{
color: #5D0829;
}
</style>
background-color css
<style>
a { background-color: #5D0829; }
a { background-color: rgb(93,8,41); }
div.DivClassName
{
background-color: #5D0829;
}
.BgClassName
{
background-color: #5D0829;
}
</style>
border-color css
<style>
span { border-color: #5D0829; }
span { border-color: rgb(93,8,41); }
td.TdClassName
{
border-color: #5D0829;
}
.TagClassName
{
border-color: #5D0829;
}
</style>