Shades of Tyrian Purple #53032C
Tints of Tyrian Purple #53032C
RGB
CMYK
RGB Variations
Color information
#53032C (or 0x53032C) is known color: Tyrian Purple. HEX triplet: 53, 03 and 2C. RGB value is (83,3,44). Sum of RGB (Red+Green+Blue) = 83+3+44=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53032C is #ACFCD3. Grayscale: #1F1F1F. Windows color (decimal): -11336916 or 2884435. OLE color: 2884435.
HSL color Cylindrical-coordinate representation of color #53032C: hue angle of 329.25º 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 #53032C is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 44 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.67 |
| HSL | 329.25º | 0.93% | 0.17% | - |
| HSV(B) | 329.25º | 0.96% | 0.33% | - |
| XYZ | 4.05 | 2.09 | 2.57 | - |
| YUV | 31.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 44 | 0 | 0.96 | 0.47 | 0.67 | 329.25 | 0.93 | 0.17 |
| Hex | 53 | 3 | 2C | 0 | 60 | 2F | 43 | 149 | 5D | 11 |
| Octal | 123 | 3 | 54 | 0 | 140 | 57 | 103 | 511 | 135 | 21 |
| Binary | 1010011 | 11 | 101100 | 0 | 1100000 | 101111 | 1000011 | 101001001 | 1011101 | 10001 |
Color Harmonies of #53032C
Complementary color
Monochromatic Colors of #53032C
Black with #53032C
Text Example
Text Example
White with #53032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53032C; }
p { color: rgb(83,3,44); }
H1.HeaderClassName
{
color: #53032C;
}
.AnyTagClassName
{
color: #53032C;
}
</style>
background-color css
<style>
a { background-color: #53032C; }
a { background-color: rgb(83,3,44); }
div.DivClassName
{
background-color: #53032C;
}
.BgClassName
{
background-color: #53032C;
}
</style>
border-color css
<style>
span { border-color: #53032C; }
span { border-color: rgb(83,3,44); }
td.TdClassName
{
border-color: #53032C;
}
.TagClassName
{
border-color: #53032C;
}
</style>