Shades of Tyrian Purple #5D052E
Tints of Tyrian Purple #5D052E
RGB
CMYK
RGB Variations
Color information
#5D052E (or 0x5D052E) is known color: Tyrian Purple. HEX triplet: 5D, 05 and 2E. RGB value is (93,5,46). Sum of RGB (Red+Green+Blue) = 93+5+46=144 (19% of max value = 765). Red value is 93 (36.72% from 255 or 64.58% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 93 - color contains mainly: red. Hex color #5D052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D052E is #A2FAD1. Grayscale: #232323. Windows color (decimal): -10681042 or 3016029. OLE color: 3016029.
HSL color Cylindrical-coordinate representation of color #5D052E: hue angle of 332.05º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D052E is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 5 | 46 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.64 |
| HSL | 332.05º | 0.9% | 0.19% | - |
| HSV(B) | 332.05º | 0.95% | 0.36% | - |
| XYZ | 5.06 | 2.63 | 2.83 | - |
| YUV | 35.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 46 | 0 | 0.95 | 0.51 | 0.64 | 332.05 | 0.9 | 0.19 |
| Hex | 5D | 5 | 2E | 0 | 5F | 33 | 40 | 14C | 5A | 13 |
| Octal | 135 | 5 | 56 | 0 | 137 | 63 | 100 | 514 | 132 | 23 |
| Binary | 1011101 | 101 | 101110 | 0 | 1011111 | 110011 | 1000000 | 101001100 | 1011010 | 10011 |
Color Harmonies of #5D052E
Complementary color
Monochromatic Colors of #5D052E
Black with #5D052E
Text Example
Text Example
White with #5D052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D052E; }
p { color: rgb(93,5,46); }
H1.HeaderClassName
{
color: #5D052E;
}
.AnyTagClassName
{
color: #5D052E;
}
</style>
background-color css
<style>
a { background-color: #5D052E; }
a { background-color: rgb(93,5,46); }
div.DivClassName
{
background-color: #5D052E;
}
.BgClassName
{
background-color: #5D052E;
}
</style>
border-color css
<style>
span { border-color: #5D052E; }
span { border-color: rgb(93,5,46); }
td.TdClassName
{
border-color: #5D052E;
}
.TagClassName
{
border-color: #5D052E;
}
</style>