Shades of Tyrian Purple #52063D
Tints of Tyrian Purple #52063D
RGB
CMYK
RGB Variations
Color information
#52063D (or 0x52063D) is known color: Tyrian Purple. HEX triplet: 52, 06 and 3D. RGB value is (82,6,61). Sum of RGB (Red+Green+Blue) = 82+6+61=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #52063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52063D is #ADF9C2. Grayscale: #222222. Windows color (decimal): -11401667 or 3999314. OLE color: 3999314.
HSL color Cylindrical-coordinate representation of color #52063D: hue angle of 316.58º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52063D is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 6 | 61 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.68 |
| HSL | 316.58º | 0.86% | 0.17% | - |
| HSV(B) | 316.58º | 0.93% | 0.32% | - |
| XYZ | 4.39 | 2.26 | 4.62 | - |
| YUV | 34.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 61 | 0 | 0.93 | 0.26 | 0.68 | 316.58 | 0.86 | 0.17 |
| Hex | 52 | 6 | 3D | 0 | 5D | 1A | 44 | 13D | 56 | 11 |
| Octal | 122 | 6 | 75 | 0 | 135 | 32 | 104 | 475 | 126 | 21 |
| Binary | 1010010 | 110 | 111101 | 0 | 1011101 | 11010 | 1000100 | 100111101 | 1010110 | 10001 |
Color Harmonies of #52063D
Complementary color
Monochromatic Colors of #52063D
Black with #52063D
Text Example
Text Example
White with #52063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52063D; }
p { color: rgb(82,6,61); }
H1.HeaderClassName
{
color: #52063D;
}
.AnyTagClassName
{
color: #52063D;
}
</style>
background-color css
<style>
a { background-color: #52063D; }
a { background-color: rgb(82,6,61); }
div.DivClassName
{
background-color: #52063D;
}
.BgClassName
{
background-color: #52063D;
}
</style>
border-color css
<style>
span { border-color: #52063D; }
span { border-color: rgb(82,6,61); }
td.TdClassName
{
border-color: #52063D;
}
.TagClassName
{
border-color: #52063D;
}
</style>