Shades of Tyrian Purple #52064C
Tints of Tyrian Purple #52064C
RGB
CMYK
RGB Variations
Color information
#52064C (or 0x52064C) is known color: Tyrian Purple. HEX triplet: 52, 06 and 4C. RGB value is (82,6,76). Sum of RGB (Red+Green+Blue) = 82+6+76=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52064C is #ADF9B3. Grayscale: #242424. Windows color (decimal): -11401652 or 4982354. OLE color: 4982354.
HSL color Cylindrical-coordinate representation of color #52064C: hue angle of 304.74º 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 #52064C is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 6 | 76 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.68 |
| HSL | 304.74º | 0.86% | 0.17% | - |
| HSV(B) | 304.74º | 0.93% | 0.32% | - |
| XYZ | 4.85 | 2.45 | 7.05 | - |
| YUV | 36.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 76 | 0 | 0.93 | 0.07 | 0.68 | 304.74 | 0.86 | 0.17 |
| Hex | 52 | 6 | 4C | 0 | 5D | 7 | 44 | 131 | 56 | 11 |
| Octal | 122 | 6 | 114 | 0 | 135 | 7 | 104 | 461 | 126 | 21 |
| Binary | 1010010 | 110 | 1001100 | 0 | 1011101 | 111 | 1000100 | 100110001 | 1010110 | 10001 |
Color Harmonies of #52064C
Complementary color
Monochromatic Colors of #52064C
Black with #52064C
Text Example
Text Example
White with #52064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52064C; }
p { color: rgb(82,6,76); }
H1.HeaderClassName
{
color: #52064C;
}
.AnyTagClassName
{
color: #52064C;
}
</style>
background-color css
<style>
a { background-color: #52064C; }
a { background-color: rgb(82,6,76); }
div.DivClassName
{
background-color: #52064C;
}
.BgClassName
{
background-color: #52064C;
}
</style>
border-color css
<style>
span { border-color: #52064C; }
span { border-color: rgb(82,6,76); }
td.TdClassName
{
border-color: #52064C;
}
.TagClassName
{
border-color: #52064C;
}
</style>