Shades of Tyrian Purple #5D052B
Tints of Tyrian Purple #5D052B
RGB
CMYK
RGB Variations
Color information
#5D052B (or 0x5D052B) is known color: Tyrian Purple. HEX triplet: 5D, 05 and 2B. RGB value is (93,5,43). Sum of RGB (Red+Green+Blue) = 93+5+43=141 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.96% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 93 - color contains mainly: red. Hex color #5D052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D052B is #A2FAD4. Grayscale: #232323. Windows color (decimal): -10681045 or 2819421. OLE color: 2819421.
HSL color Cylindrical-coordinate representation of color #5D052B: hue angle of 334.09º 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 #5D052B is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 5 | 43 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.64 |
| HSL | 334.09º | 0.9% | 0.19% | - |
| HSV(B) | 334.09º | 0.95% | 0.36% | - |
| XYZ | 5 | 2.61 | 2.53 | - |
| YUV | 35.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 43 | 0 | 0.95 | 0.54 | 0.64 | 334.09 | 0.9 | 0.19 |
| Hex | 5D | 5 | 2B | 0 | 5F | 36 | 40 | 14E | 5A | 13 |
| Octal | 135 | 5 | 53 | 0 | 137 | 66 | 100 | 516 | 132 | 23 |
| Binary | 1011101 | 101 | 101011 | 0 | 1011111 | 110110 | 1000000 | 101001110 | 1011010 | 10011 |
Color Harmonies of #5D052B
Complementary color
Monochromatic Colors of #5D052B
Black with #5D052B
Text Example
Text Example
White with #5D052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D052B; }
p { color: rgb(93,5,43); }
H1.HeaderClassName
{
color: #5D052B;
}
.AnyTagClassName
{
color: #5D052B;
}
</style>
background-color css
<style>
a { background-color: #5D052B; }
a { background-color: rgb(93,5,43); }
div.DivClassName
{
background-color: #5D052B;
}
.BgClassName
{
background-color: #5D052B;
}
</style>
border-color css
<style>
span { border-color: #5D052B; }
span { border-color: rgb(93,5,43); }
td.TdClassName
{
border-color: #5D052B;
}
.TagClassName
{
border-color: #5D052B;
}
</style>