Shades of Tyrian Purple #520C47
Tints of Tyrian Purple #520C47
RGB
CMYK
RGB Variations
Color information
#520C47 (or 0x520C47) is known color: Tyrian Purple. HEX triplet: 52, 0C and 47. RGB value is (82,12,71). Sum of RGB (Red+Green+Blue) = 82+12+71=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #520C47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C47 is #ADF3B8. Grayscale: #272727. Windows color (decimal): -11400121 or 4656210. OLE color: 4656210.
HSL color Cylindrical-coordinate representation of color #520C47: hue angle of 309.43º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520C47 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 12 | 71 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.68 |
| HSL | 309.43º | 0.74% | 0.18% | - |
| HSV(B) | 309.43º | 0.85% | 0.32% | - |
| XYZ | 4.75 | 2.51 | 6.2 | - |
| YUV | 39.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 71 | 0 | 0.85 | 0.13 | 0.68 | 309.43 | 0.74 | 0.18 |
| Hex | 52 | C | 47 | 0 | 55 | D | 44 | 135 | 4A | 12 |
| Octal | 122 | 14 | 107 | 0 | 125 | 15 | 104 | 465 | 112 | 22 |
| Binary | 1010010 | 1100 | 1000111 | 0 | 1010101 | 1101 | 1000100 | 100110101 | 1001010 | 10010 |
Color Harmonies of #520C47
Complementary color
Monochromatic Colors of #520C47
Black with #520C47
Text Example
Text Example
White with #520C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C47; }
p { color: rgb(82,12,71); }
H1.HeaderClassName
{
color: #520C47;
}
.AnyTagClassName
{
color: #520C47;
}
</style>
background-color css
<style>
a { background-color: #520C47; }
a { background-color: rgb(82,12,71); }
div.DivClassName
{
background-color: #520C47;
}
.BgClassName
{
background-color: #520C47;
}
</style>
border-color css
<style>
span { border-color: #520C47; }
span { border-color: rgb(82,12,71); }
td.TdClassName
{
border-color: #520C47;
}
.TagClassName
{
border-color: #520C47;
}
</style>