Shades of Tyrian Purple #52064A
Tints of Tyrian Purple #52064A
RGB
CMYK
RGB Variations
Color information
#52064A (or 0x52064A) is known color: Tyrian Purple. HEX triplet: 52, 06 and 4A. RGB value is (82,6,74). Sum of RGB (Red+Green+Blue) = 82+6+74=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52064A is #ADF9B5. Grayscale: #242424. Windows color (decimal): -11401654 or 4851282. OLE color: 4851282.
HSL color Cylindrical-coordinate representation of color #52064A: hue angle of 306.32º 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 #52064A is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 6 | 74 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.68 |
| HSL | 306.32º | 0.86% | 0.17% | - |
| HSV(B) | 306.32º | 0.93% | 0.32% | - |
| XYZ | 4.78 | 2.42 | 6.69 | - |
| YUV | 36.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 74 | 0 | 0.93 | 0.10 | 0.68 | 306.32 | 0.86 | 0.17 |
| Hex | 52 | 6 | 4A | 0 | 5D | A | 44 | 132 | 56 | 11 |
| Octal | 122 | 6 | 112 | 0 | 135 | 12 | 104 | 462 | 126 | 21 |
| Binary | 1010010 | 110 | 1001010 | 0 | 1011101 | 1010 | 1000100 | 100110010 | 1010110 | 10001 |
Color Harmonies of #52064A
Complementary color
Monochromatic Colors of #52064A
Black with #52064A
Text Example
Text Example
White with #52064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52064A; }
p { color: rgb(82,6,74); }
H1.HeaderClassName
{
color: #52064A;
}
.AnyTagClassName
{
color: #52064A;
}
</style>
background-color css
<style>
a { background-color: #52064A; }
a { background-color: rgb(82,6,74); }
div.DivClassName
{
background-color: #52064A;
}
.BgClassName
{
background-color: #52064A;
}
</style>
border-color css
<style>
span { border-color: #52064A; }
span { border-color: rgb(82,6,74); }
td.TdClassName
{
border-color: #52064A;
}
.TagClassName
{
border-color: #52064A;
}
</style>