Shades of Tyrian Purple #5D042B
Tints of Tyrian Purple #5D042B
RGB
CMYK
RGB Variations
Color information
#5D042B (or 0x5D042B) is known color: Tyrian Purple. HEX triplet: 5D, 04 and 2B. RGB value is (93,4,43). Sum of RGB (Red+Green+Blue) = 93+4+43=140 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.43% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 93 - color contains mainly: red. Hex color #5D042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D042B is #A2FBD4. Grayscale: #222222. Windows color (decimal): -10681301 or 2819165. OLE color: 2819165.
HSL color Cylindrical-coordinate representation of color #5D042B: hue angle of 333.71º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D042B is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 4 | 43 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.64 |
| HSL | 333.71º | 0.92% | 0.19% | - |
| HSV(B) | 333.71º | 0.96% | 0.36% | - |
| XYZ | 4.99 | 2.59 | 2.52 | - |
| YUV | 35.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 43 | 0 | 0.96 | 0.54 | 0.64 | 333.71 | 0.92 | 0.19 |
| Hex | 5D | 4 | 2B | 0 | 60 | 36 | 40 | 14E | 5C | 13 |
| Octal | 135 | 4 | 53 | 0 | 140 | 66 | 100 | 516 | 134 | 23 |
| Binary | 1011101 | 100 | 101011 | 0 | 1100000 | 110110 | 1000000 | 101001110 | 1011100 | 10011 |
Color Harmonies of #5D042B
Complementary color
Monochromatic Colors of #5D042B
Black with #5D042B
Text Example
Text Example
White with #5D042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D042B; }
p { color: rgb(93,4,43); }
H1.HeaderClassName
{
color: #5D042B;
}
.AnyTagClassName
{
color: #5D042B;
}
</style>
background-color css
<style>
a { background-color: #5D042B; }
a { background-color: rgb(93,4,43); }
div.DivClassName
{
background-color: #5D042B;
}
.BgClassName
{
background-color: #5D042B;
}
</style>
border-color css
<style>
span { border-color: #5D042B; }
span { border-color: rgb(93,4,43); }
td.TdClassName
{
border-color: #5D042B;
}
.TagClassName
{
border-color: #5D042B;
}
</style>