Shades of Tyrian Purple #52064D
Tints of Tyrian Purple #52064D
RGB
CMYK
RGB Variations
Color information
#52064D (or 0x52064D) is known color: Tyrian Purple. HEX triplet: 52, 06 and 4D. RGB value is (82,6,77). Sum of RGB (Red+Green+Blue) = 82+6+77=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52064D is #ADF9B2. Grayscale: #242424. Windows color (decimal): -11401651 or 5047890. OLE color: 5047890.
HSL color Cylindrical-coordinate representation of color #52064D: hue angle of 303.95º 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 #52064D is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 6 | 77 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.68 |
| HSL | 303.95º | 0.86% | 0.17% | - |
| HSV(B) | 303.95º | 0.93% | 0.32% | - |
| XYZ | 4.88 | 2.46 | 7.24 | - |
| YUV | 36.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 77 | 0 | 0.93 | 0.06 | 0.68 | 303.95 | 0.86 | 0.17 |
| Hex | 52 | 6 | 4D | 0 | 5D | 6 | 44 | 130 | 56 | 11 |
| Octal | 122 | 6 | 115 | 0 | 135 | 6 | 104 | 460 | 126 | 21 |
| Binary | 1010010 | 110 | 1001101 | 0 | 1011101 | 110 | 1000100 | 100110000 | 1010110 | 10001 |
Color Harmonies of #52064D
Complementary color
Monochromatic Colors of #52064D
Black with #52064D
Text Example
Text Example
White with #52064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52064D; }
p { color: rgb(82,6,77); }
H1.HeaderClassName
{
color: #52064D;
}
.AnyTagClassName
{
color: #52064D;
}
</style>
background-color css
<style>
a { background-color: #52064D; }
a { background-color: rgb(82,6,77); }
div.DivClassName
{
background-color: #52064D;
}
.BgClassName
{
background-color: #52064D;
}
</style>
border-color css
<style>
span { border-color: #52064D; }
span { border-color: rgb(82,6,77); }
td.TdClassName
{
border-color: #52064D;
}
.TagClassName
{
border-color: #52064D;
}
</style>