Shades of Tyrian Purple #52053D
Tints of Tyrian Purple #52053D
RGB
CMYK
RGB Variations
Color information
#52053D (or 0x52053D) is known color: Tyrian Purple. HEX triplet: 52, 05 and 3D. RGB value is (82,5,61). Sum of RGB (Red+Green+Blue) = 82+5+61=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #52053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52053D is #ADFAC2. Grayscale: #222222. Windows color (decimal): -11401923 or 3999058. OLE color: 3999058.
HSL color Cylindrical-coordinate representation of color #52053D: hue angle of 316.36º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52053D is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 5 | 61 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.68 |
| HSL | 316.36º | 0.89% | 0.17% | - |
| HSV(B) | 316.36º | 0.94% | 0.32% | - |
| XYZ | 4.38 | 2.24 | 4.62 | - |
| YUV | 34.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 61 | 0 | 0.94 | 0.26 | 0.68 | 316.36 | 0.89 | 0.17 |
| Hex | 52 | 5 | 3D | 0 | 5E | 1A | 44 | 13C | 59 | 11 |
| Octal | 122 | 5 | 75 | 0 | 136 | 32 | 104 | 474 | 131 | 21 |
| Binary | 1010010 | 101 | 111101 | 0 | 1011110 | 11010 | 1000100 | 100111100 | 1011001 | 10001 |
Color Harmonies of #52053D
Complementary color
Monochromatic Colors of #52053D
Black with #52053D
Text Example
Text Example
White with #52053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52053D; }
p { color: rgb(82,5,61); }
H1.HeaderClassName
{
color: #52053D;
}
.AnyTagClassName
{
color: #52053D;
}
</style>
background-color css
<style>
a { background-color: #52053D; }
a { background-color: rgb(82,5,61); }
div.DivClassName
{
background-color: #52053D;
}
.BgClassName
{
background-color: #52053D;
}
</style>
border-color css
<style>
span { border-color: #52053D; }
span { border-color: rgb(82,5,61); }
td.TdClassName
{
border-color: #52053D;
}
.TagClassName
{
border-color: #52053D;
}
</style>