Shades of Tyrian Purple #53002D
Tints of Tyrian Purple #53002D
RGB
CMYK
RGB Variations
Color information
#53002D (or 0x53002D) is known color: Tyrian Purple. HEX triplet: 53, 00 and 2D. RGB value is (83,0,45). Sum of RGB (Red+Green+Blue) = 83+0+45=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53002D is #ACFFD2. Grayscale: #1D1D1D. Windows color (decimal): -11337683 or 2949203. OLE color: 2949203.
HSL color Cylindrical-coordinate representation of color #53002D: hue angle of 327.47º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53002D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.46 | 0.67 |
| HSL | 327.47º | 1% | 0.16% | - |
| HSV(B) | 327.47º | 1% | 0.33% | - |
| XYZ | 4.04 | 2.03 | 2.66 | - |
| YUV | 29.95 | 136.5 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 45 | 0 | 1 | 0.46 | 0.67 | 327.47 | 1 | 0.16 |
| Hex | 53 | 0 | 2D | 0 | 64 | 2E | 43 | 147 | 64 | 10 |
| Octal | 123 | 0 | 55 | 0 | 144 | 56 | 103 | 507 | 144 | 20 |
| Binary | 1010011 | 0 | 101101 | 0 | 1100100 | 101110 | 1000011 | 101000111 | 1100100 | 10000 |
Color Harmonies of #53002D
Complementary color
Monochromatic Colors of #53002D
Black with #53002D
Text Example
Text Example
White with #53002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53002D; }
p { color: rgb(83,0,45); }
H1.HeaderClassName
{
color: #53002D;
}
.AnyTagClassName
{
color: #53002D;
}
</style>
background-color css
<style>
a { background-color: #53002D; }
a { background-color: rgb(83,0,45); }
div.DivClassName
{
background-color: #53002D;
}
.BgClassName
{
background-color: #53002D;
}
</style>
border-color css
<style>
span { border-color: #53002D; }
span { border-color: rgb(83,0,45); }
td.TdClassName
{
border-color: #53002D;
}
.TagClassName
{
border-color: #53002D;
}
</style>