Shades of Tyrian Purple #53032D
Tints of Tyrian Purple #53032D
RGB
CMYK
RGB Variations
Color information
#53032D (or 0x53032D) is known color: Tyrian Purple. HEX triplet: 53, 03 and 2D. RGB value is (83,3,45). Sum of RGB (Red+Green+Blue) = 83+3+45=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53032D is #ACFCD2. Grayscale: #1F1F1F. Windows color (decimal): -11336915 or 2949971. OLE color: 2949971.
HSL color Cylindrical-coordinate representation of color #53032D: hue angle of 328.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53032D is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 45 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.67 |
| HSL | 328.5º | 0.93% | 0.17% | - |
| HSV(B) | 328.5º | 0.96% | 0.33% | - |
| XYZ | 4.07 | 2.09 | 2.67 | - |
| YUV | 31.71 | 135.5 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 45 | 0 | 0.96 | 0.46 | 0.67 | 328.5 | 0.93 | 0.17 |
| Hex | 53 | 3 | 2D | 0 | 60 | 2E | 43 | 148 | 5D | 11 |
| Octal | 123 | 3 | 55 | 0 | 140 | 56 | 103 | 510 | 135 | 21 |
| Binary | 1010011 | 11 | 101101 | 0 | 1100000 | 101110 | 1000011 | 101001000 | 1011101 | 10001 |
Color Harmonies of #53032D
Complementary color
Monochromatic Colors of #53032D
Black with #53032D
Text Example
Text Example
White with #53032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53032D; }
p { color: rgb(83,3,45); }
H1.HeaderClassName
{
color: #53032D;
}
.AnyTagClassName
{
color: #53032D;
}
</style>
background-color css
<style>
a { background-color: #53032D; }
a { background-color: rgb(83,3,45); }
div.DivClassName
{
background-color: #53032D;
}
.BgClassName
{
background-color: #53032D;
}
</style>
border-color css
<style>
span { border-color: #53032D; }
span { border-color: rgb(83,3,45); }
td.TdClassName
{
border-color: #53032D;
}
.TagClassName
{
border-color: #53032D;
}
</style>