Shades of Tyrian Purple #53103E
Tints of Tyrian Purple #53103E
RGB
CMYK
RGB Variations
Color information
#53103E (or 0x53103E) is known color: Tyrian Purple. HEX triplet: 53, 10 and 3E. RGB value is (83,16,62). Sum of RGB (Red+Green+Blue) = 83+16+62=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53103E is #ACEFC1. Grayscale: #292929. Windows color (decimal): -11333570 or 4067411. OLE color: 4067411.
HSL color Cylindrical-coordinate representation of color #53103E: hue angle of 318.81º 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 #53103E is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 16 | 62 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.67 |
| HSL | 318.81º | 0.68% | 0.19% | - |
| HSV(B) | 318.81º | 0.81% | 0.33% | - |
| XYZ | 4.62 | 2.56 | 4.81 | - |
| YUV | 41.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 62 | 0 | 0.81 | 0.25 | 0.67 | 318.81 | 0.68 | 0.19 |
| Hex | 53 | 10 | 3E | 0 | 51 | 19 | 43 | 13F | 44 | 13 |
| Octal | 123 | 20 | 76 | 0 | 121 | 31 | 103 | 477 | 104 | 23 |
| Binary | 1010011 | 10000 | 111110 | 0 | 1010001 | 11001 | 1000011 | 100111111 | 1000100 | 10011 |
Color Harmonies of #53103E
Complementary color
Monochromatic Colors of #53103E
Black with #53103E
Text Example
Text Example
White with #53103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53103E; }
p { color: rgb(83,16,62); }
H1.HeaderClassName
{
color: #53103E;
}
.AnyTagClassName
{
color: #53103E;
}
</style>
background-color css
<style>
a { background-color: #53103E; }
a { background-color: rgb(83,16,62); }
div.DivClassName
{
background-color: #53103E;
}
.BgClassName
{
background-color: #53103E;
}
</style>
border-color css
<style>
span { border-color: #53103E; }
span { border-color: rgb(83,16,62); }
td.TdClassName
{
border-color: #53103E;
}
.TagClassName
{
border-color: #53103E;
}
</style>