Shades of Tyrian Purple #5D052C
Tints of Tyrian Purple #5D052C
RGB
CMYK
RGB Variations
Color information
#5D052C (or 0x5D052C) is known color: Tyrian Purple. HEX triplet: 5D, 05 and 2C. RGB value is (93,5,44). Sum of RGB (Red+Green+Blue) = 93+5+44=142 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.49% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 93 - color contains mainly: red. Hex color #5D052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D052C is #A2FAD3. Grayscale: #232323. Windows color (decimal): -10681044 or 2884957. OLE color: 2884957.
HSL color Cylindrical-coordinate representation of color #5D052C: hue angle of 333.41º 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 #5D052C is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 5 | 44 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.64 |
| HSL | 333.41º | 0.9% | 0.19% | - |
| HSV(B) | 333.41º | 0.95% | 0.36% | - |
| XYZ | 5.02 | 2.62 | 2.62 | - |
| YUV | 35.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 44 | 0 | 0.95 | 0.53 | 0.64 | 333.41 | 0.9 | 0.19 |
| Hex | 5D | 5 | 2C | 0 | 5F | 35 | 40 | 14D | 5A | 13 |
| Octal | 135 | 5 | 54 | 0 | 137 | 65 | 100 | 515 | 132 | 23 |
| Binary | 1011101 | 101 | 101100 | 0 | 1011111 | 110101 | 1000000 | 101001101 | 1011010 | 10011 |
Color Harmonies of #5D052C
Complementary color
Monochromatic Colors of #5D052C
Black with #5D052C
Text Example
Text Example
White with #5D052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D052C; }
p { color: rgb(93,5,44); }
H1.HeaderClassName
{
color: #5D052C;
}
.AnyTagClassName
{
color: #5D052C;
}
</style>
background-color css
<style>
a { background-color: #5D052C; }
a { background-color: rgb(93,5,44); }
div.DivClassName
{
background-color: #5D052C;
}
.BgClassName
{
background-color: #5D052C;
}
</style>
border-color css
<style>
span { border-color: #5D052C; }
span { border-color: rgb(93,5,44); }
td.TdClassName
{
border-color: #5D052C;
}
.TagClassName
{
border-color: #5D052C;
}
</style>