Shades of Tyrian Purple #5D062E
Tints of Tyrian Purple #5D062E
RGB
CMYK
RGB Variations
Color information
#5D062E (or 0x5D062E) is known color: Tyrian Purple. HEX triplet: 5D, 06 and 2E. RGB value is (93,6,46). Sum of RGB (Red+Green+Blue) = 93+6+46=145 (19% of max value = 765). Red value is 93 (36.72% from 255 or 64.14% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 93 - color contains mainly: red. Hex color #5D062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D062E is #A2F9D1. Grayscale: #242424. Windows color (decimal): -10680786 or 3016285. OLE color: 3016285.
HSL color Cylindrical-coordinate representation of color #5D062E: hue angle of 332.41º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D062E is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 6 | 46 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.64 |
| HSL | 332.41º | 0.88% | 0.19% | - |
| HSV(B) | 332.41º | 0.94% | 0.36% | - |
| XYZ | 5.07 | 2.65 | 2.83 | - |
| YUV | 36.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 6 | 46 | 0 | 0.94 | 0.51 | 0.64 | 332.41 | 0.88 | 0.19 |
| Hex | 5D | 6 | 2E | 0 | 5E | 33 | 40 | 14C | 58 | 13 |
| Octal | 135 | 6 | 56 | 0 | 136 | 63 | 100 | 514 | 130 | 23 |
| Binary | 1011101 | 110 | 101110 | 0 | 1011110 | 110011 | 1000000 | 101001100 | 1011000 | 10011 |
Color Harmonies of #5D062E
Complementary color
Monochromatic Colors of #5D062E
Black with #5D062E
Text Example
Text Example
White with #5D062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D062E; }
p { color: rgb(93,6,46); }
H1.HeaderClassName
{
color: #5D062E;
}
.AnyTagClassName
{
color: #5D062E;
}
</style>
background-color css
<style>
a { background-color: #5D062E; }
a { background-color: rgb(93,6,46); }
div.DivClassName
{
background-color: #5D062E;
}
.BgClassName
{
background-color: #5D062E;
}
</style>
border-color css
<style>
span { border-color: #5D062E; }
span { border-color: rgb(93,6,46); }
td.TdClassName
{
border-color: #5D062E;
}
.TagClassName
{
border-color: #5D062E;
}
</style>