Shades of Tyrian Purple #520C45
Tints of Tyrian Purple #520C45
RGB
CMYK
RGB Variations
Color information
#520C45 (or 0x520C45) is known color: Tyrian Purple. HEX triplet: 52, 0C and 45. RGB value is (82,12,69). Sum of RGB (Red+Green+Blue) = 82+12+69=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #520C45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C45 is #ADF3BA. Grayscale: #272727. Windows color (decimal): -11400123 or 4525138. OLE color: 4525138.
HSL color Cylindrical-coordinate representation of color #520C45: hue angle of 311.14º 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 #520C45 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 12 | 69 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.68 |
| HSL | 311.14º | 0.74% | 0.18% | - |
| HSV(B) | 311.14º | 0.85% | 0.32% | - |
| XYZ | 4.69 | 2.49 | 5.86 | - |
| YUV | 39.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 69 | 0 | 0.85 | 0.16 | 0.68 | 311.14 | 0.74 | 0.18 |
| Hex | 52 | C | 45 | 0 | 55 | 10 | 44 | 137 | 4A | 12 |
| Octal | 122 | 14 | 105 | 0 | 125 | 20 | 104 | 467 | 112 | 22 |
| Binary | 1010010 | 1100 | 1000101 | 0 | 1010101 | 10000 | 1000100 | 100110111 | 1001010 | 10010 |
Color Harmonies of #520C45
Complementary color
Monochromatic Colors of #520C45
Black with #520C45
Text Example
Text Example
White with #520C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C45; }
p { color: rgb(82,12,69); }
H1.HeaderClassName
{
color: #520C45;
}
.AnyTagClassName
{
color: #520C45;
}
</style>
background-color css
<style>
a { background-color: #520C45; }
a { background-color: rgb(82,12,69); }
div.DivClassName
{
background-color: #520C45;
}
.BgClassName
{
background-color: #520C45;
}
</style>
border-color css
<style>
span { border-color: #520C45; }
span { border-color: rgb(82,12,69); }
td.TdClassName
{
border-color: #520C45;
}
.TagClassName
{
border-color: #520C45;
}
</style>