Shades of Tyrian Purple #520941
Tints of Tyrian Purple #520941
RGB
CMYK
RGB Variations
Color information
#520941 (or 0x520941) is known color: Tyrian Purple. HEX triplet: 52, 09 and 41. RGB value is (82,9,65). Sum of RGB (Red+Green+Blue) = 82+9+65=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #520941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520941 is #ADF6BE. Grayscale: #252525. Windows color (decimal): -11400895 or 4262226. OLE color: 4262226.
HSL color Cylindrical-coordinate representation of color #520941: hue angle of 313.97º 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 #520941 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 9 | 65 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.68 |
| HSL | 313.97º | 0.8% | 0.18% | - |
| HSV(B) | 313.97º | 0.89% | 0.32% | - |
| XYZ | 4.53 | 2.37 | 5.22 | - |
| YUV | 37.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 65 | 0 | 0.89 | 0.21 | 0.68 | 313.97 | 0.8 | 0.18 |
| Hex | 52 | 9 | 41 | 0 | 59 | 15 | 44 | 13A | 50 | 12 |
| Octal | 122 | 11 | 101 | 0 | 131 | 25 | 104 | 472 | 120 | 22 |
| Binary | 1010010 | 1001 | 1000001 | 0 | 1011001 | 10101 | 1000100 | 100111010 | 1010000 | 10010 |
Color Harmonies of #520941
Complementary color
Monochromatic Colors of #520941
Black with #520941
Text Example
Text Example
White with #520941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520941; }
p { color: rgb(82,9,65); }
H1.HeaderClassName
{
color: #520941;
}
.AnyTagClassName
{
color: #520941;
}
</style>
background-color css
<style>
a { background-color: #520941; }
a { background-color: rgb(82,9,65); }
div.DivClassName
{
background-color: #520941;
}
.BgClassName
{
background-color: #520941;
}
</style>
border-color css
<style>
span { border-color: #520941; }
span { border-color: rgb(82,9,65); }
td.TdClassName
{
border-color: #520941;
}
.TagClassName
{
border-color: #520941;
}
</style>