Shades of Tyrian Purple #520F47
Tints of Tyrian Purple #520F47
RGB
CMYK
RGB Variations
Color information
#520F47 (or 0x520F47) is known color: Tyrian Purple. HEX triplet: 52, 0F and 47. RGB value is (82,15,71). Sum of RGB (Red+Green+Blue) = 82+15+71=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #520F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F47 is #ADF0B8. Grayscale: #292929. Windows color (decimal): -11399353 or 4656978. OLE color: 4656978.
HSL color Cylindrical-coordinate representation of color #520F47: hue angle of 309.85º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F47 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 15 | 71 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.68 |
| HSL | 309.85º | 0.69% | 0.19% | - |
| HSV(B) | 309.85º | 0.82% | 0.32% | - |
| XYZ | 4.79 | 2.59 | 6.21 | - |
| YUV | 41.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 71 | 0 | 0.82 | 0.13 | 0.68 | 309.85 | 0.69 | 0.19 |
| Hex | 52 | F | 47 | 0 | 52 | D | 44 | 136 | 45 | 13 |
| Octal | 122 | 17 | 107 | 0 | 122 | 15 | 104 | 466 | 105 | 23 |
| Binary | 1010010 | 1111 | 1000111 | 0 | 1010010 | 1101 | 1000100 | 100110110 | 1000101 | 10011 |
Color Harmonies of #520F47
Complementary color
Monochromatic Colors of #520F47
Black with #520F47
Text Example
Text Example
White with #520F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F47; }
p { color: rgb(82,15,71); }
H1.HeaderClassName
{
color: #520F47;
}
.AnyTagClassName
{
color: #520F47;
}
</style>
background-color css
<style>
a { background-color: #520F47; }
a { background-color: rgb(82,15,71); }
div.DivClassName
{
background-color: #520F47;
}
.BgClassName
{
background-color: #520F47;
}
</style>
border-color css
<style>
span { border-color: #520F47; }
span { border-color: rgb(82,15,71); }
td.TdClassName
{
border-color: #520F47;
}
.TagClassName
{
border-color: #520F47;
}
</style>