Shades of Tyrian Purple #520845
Tints of Tyrian Purple #520845
RGB
CMYK
RGB Variations
Color information
#520845 (or 0x520845) is known color: Tyrian Purple. HEX triplet: 52, 08 and 45. RGB value is (82,8,69). Sum of RGB (Red+Green+Blue) = 82+8+69=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #520845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520845 is #ADF7BA. Grayscale: #242424. Windows color (decimal): -11401147 or 4524114. OLE color: 4524114.
HSL color Cylindrical-coordinate representation of color #520845: hue angle of 310.54º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520845 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 8 | 69 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.68 |
| HSL | 310.54º | 0.82% | 0.18% | - |
| HSV(B) | 310.54º | 0.9% | 0.32% | - |
| XYZ | 4.64 | 2.4 | 5.85 | - |
| YUV | 37.08 | 146.02 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 69 | 0 | 0.90 | 0.16 | 0.68 | 310.54 | 0.82 | 0.18 |
| Hex | 52 | 8 | 45 | 0 | 5A | 10 | 44 | 137 | 52 | 12 |
| Octal | 122 | 10 | 105 | 0 | 132 | 20 | 104 | 467 | 122 | 22 |
| Binary | 1010010 | 1000 | 1000101 | 0 | 1011010 | 10000 | 1000100 | 100110111 | 1010010 | 10010 |
Color Harmonies of #520845
Complementary color
Monochromatic Colors of #520845
Black with #520845
Text Example
Text Example
White with #520845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520845; }
p { color: rgb(82,8,69); }
H1.HeaderClassName
{
color: #520845;
}
.AnyTagClassName
{
color: #520845;
}
</style>
background-color css
<style>
a { background-color: #520845; }
a { background-color: rgb(82,8,69); }
div.DivClassName
{
background-color: #520845;
}
.BgClassName
{
background-color: #520845;
}
</style>
border-color css
<style>
span { border-color: #520845; }
span { border-color: rgb(82,8,69); }
td.TdClassName
{
border-color: #520845;
}
.TagClassName
{
border-color: #520845;
}
</style>