Shades of Tyrian Purple #520549
Tints of Tyrian Purple #520549
RGB
CMYK
RGB Variations
Color information
#520549 (or 0x520549) is known color: Tyrian Purple. HEX triplet: 52, 05 and 49. RGB value is (82,5,73). Sum of RGB (Red+Green+Blue) = 82+5+73=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #520549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520549 is #ADFAB6. Grayscale: #232323. Windows color (decimal): -11401911 or 4785490. OLE color: 4785490.
HSL color Cylindrical-coordinate representation of color #520549: hue angle of 307.01º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520549 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 5 | 73 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.68 |
| HSL | 307.01º | 0.89% | 0.17% | - |
| HSV(B) | 307.01º | 0.94% | 0.32% | - |
| XYZ | 4.74 | 2.38 | 6.51 | - |
| YUV | 35.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 73 | 0 | 0.94 | 0.11 | 0.68 | 307.01 | 0.89 | 0.17 |
| Hex | 52 | 5 | 49 | 0 | 5E | B | 44 | 133 | 59 | 11 |
| Octal | 122 | 5 | 111 | 0 | 136 | 13 | 104 | 463 | 131 | 21 |
| Binary | 1010010 | 101 | 1001001 | 0 | 1011110 | 1011 | 1000100 | 100110011 | 1011001 | 10001 |
Color Harmonies of #520549
Complementary color
Monochromatic Colors of #520549
Black with #520549
Text Example
Text Example
White with #520549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520549; }
p { color: rgb(82,5,73); }
H1.HeaderClassName
{
color: #520549;
}
.AnyTagClassName
{
color: #520549;
}
</style>
background-color css
<style>
a { background-color: #520549; }
a { background-color: rgb(82,5,73); }
div.DivClassName
{
background-color: #520549;
}
.BgClassName
{
background-color: #520549;
}
</style>
border-color css
<style>
span { border-color: #520549; }
span { border-color: rgb(82,5,73); }
td.TdClassName
{
border-color: #520549;
}
.TagClassName
{
border-color: #520549;
}
</style>