Shades of Tyrian Purple #53103D
Tints of Tyrian Purple #53103D
RGB
CMYK
RGB Variations
Color information
#53103D (or 0x53103D) is known color: Tyrian Purple. HEX triplet: 53, 10 and 3D. RGB value is (83,16,61). Sum of RGB (Red+Green+Blue) = 83+16+61=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53103D is #ACEFC2. Grayscale: #292929. Windows color (decimal): -11333571 or 4001875. OLE color: 4001875.
HSL color Cylindrical-coordinate representation of color #53103D: hue angle of 319.7º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53103D is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 16 | 61 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.67 |
| HSL | 319.7º | 0.68% | 0.19% | - |
| HSV(B) | 319.7º | 0.81% | 0.33% | - |
| XYZ | 4.59 | 2.55 | 4.66 | - |
| YUV | 41.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 61 | 0 | 0.81 | 0.27 | 0.67 | 319.7 | 0.68 | 0.19 |
| Hex | 53 | 10 | 3D | 0 | 51 | 1B | 43 | 140 | 44 | 13 |
| Octal | 123 | 20 | 75 | 0 | 121 | 33 | 103 | 500 | 104 | 23 |
| Binary | 1010011 | 10000 | 111101 | 0 | 1010001 | 11011 | 1000011 | 101000000 | 1000100 | 10011 |
Color Harmonies of #53103D
Complementary color
Monochromatic Colors of #53103D
Black with #53103D
Text Example
Text Example
White with #53103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53103D; }
p { color: rgb(83,16,61); }
H1.HeaderClassName
{
color: #53103D;
}
.AnyTagClassName
{
color: #53103D;
}
</style>
background-color css
<style>
a { background-color: #53103D; }
a { background-color: rgb(83,16,61); }
div.DivClassName
{
background-color: #53103D;
}
.BgClassName
{
background-color: #53103D;
}
</style>
border-color css
<style>
span { border-color: #53103D; }
span { border-color: rgb(83,16,61); }
td.TdClassName
{
border-color: #53103D;
}
.TagClassName
{
border-color: #53103D;
}
</style>