Shades of Tyrian Purple #53113E
Tints of Tyrian Purple #53113E
RGB
CMYK
RGB Variations
Color information
#53113E (or 0x53113E) is known color: Tyrian Purple. HEX triplet: 53, 11 and 3E. RGB value is (83,17,62). Sum of RGB (Red+Green+Blue) = 83+17+62=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53113E is #ACEEC1. Grayscale: #292929. Windows color (decimal): -11333314 or 4067667. OLE color: 4067667.
HSL color Cylindrical-coordinate representation of color #53113E: hue angle of 319.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53113E is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 62 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.67 |
| HSL | 319.09º | 0.66% | 0.2% | - |
| HSV(B) | 319.09º | 0.8% | 0.33% | - |
| XYZ | 4.64 | 2.59 | 4.81 | - |
| YUV | 41.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 62 | 0 | 0.80 | 0.25 | 0.67 | 319.09 | 0.66 | 0.2 |
| Hex | 53 | 11 | 3E | 0 | 50 | 19 | 43 | 13F | 42 | 14 |
| Octal | 123 | 21 | 76 | 0 | 120 | 31 | 103 | 477 | 102 | 24 |
| Binary | 1010011 | 10001 | 111110 | 0 | 1010000 | 11001 | 1000011 | 100111111 | 1000010 | 10100 |
Color Harmonies of #53113E
Complementary color
Monochromatic Colors of #53113E
Black with #53113E
Text Example
Text Example
White with #53113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53113E; }
p { color: rgb(83,17,62); }
H1.HeaderClassName
{
color: #53113E;
}
.AnyTagClassName
{
color: #53113E;
}
</style>
background-color css
<style>
a { background-color: #53113E; }
a { background-color: rgb(83,17,62); }
div.DivClassName
{
background-color: #53113E;
}
.BgClassName
{
background-color: #53113E;
}
</style>
border-color css
<style>
span { border-color: #53113E; }
span { border-color: rgb(83,17,62); }
td.TdClassName
{
border-color: #53113E;
}
.TagClassName
{
border-color: #53113E;
}
</style>