Shades of Tyrian Purple #520945
Tints of Tyrian Purple #520945
RGB
CMYK
RGB Variations
Color information
#520945 (or 0x520945) is known color: Tyrian Purple. HEX triplet: 52, 09 and 45. RGB value is (82,9,69). Sum of RGB (Red+Green+Blue) = 82+9+69=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #520945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520945 is #ADF6BA. Grayscale: #252525. Windows color (decimal): -11400891 or 4524370. OLE color: 4524370.
HSL color Cylindrical-coordinate representation of color #520945: hue angle of 310.68º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520945 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 9 | 69 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.68 |
| HSL | 310.68º | 0.8% | 0.18% | - |
| HSV(B) | 310.68º | 0.89% | 0.32% | - |
| XYZ | 4.65 | 2.42 | 5.85 | - |
| YUV | 37.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 69 | 0 | 0.89 | 0.16 | 0.68 | 310.68 | 0.8 | 0.18 |
| Hex | 52 | 9 | 45 | 0 | 59 | 10 | 44 | 137 | 50 | 12 |
| Octal | 122 | 11 | 105 | 0 | 131 | 20 | 104 | 467 | 120 | 22 |
| Binary | 1010010 | 1001 | 1000101 | 0 | 1011001 | 10000 | 1000100 | 100110111 | 1010000 | 10010 |
Color Harmonies of #520945
Complementary color
Monochromatic Colors of #520945
Black with #520945
Text Example
Text Example
White with #520945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520945; }
p { color: rgb(82,9,69); }
H1.HeaderClassName
{
color: #520945;
}
.AnyTagClassName
{
color: #520945;
}
</style>
background-color css
<style>
a { background-color: #520945; }
a { background-color: rgb(82,9,69); }
div.DivClassName
{
background-color: #520945;
}
.BgClassName
{
background-color: #520945;
}
</style>
border-color css
<style>
span { border-color: #520945; }
span { border-color: rgb(82,9,69); }
td.TdClassName
{
border-color: #520945;
}
.TagClassName
{
border-color: #520945;
}
</style>