Shades of Tyrian Purple #520E43
Tints of Tyrian Purple #520E43
RGB
CMYK
RGB Variations
Color information
#520E43 (or 0x520E43) is known color: Tyrian Purple. HEX triplet: 52, 0E and 43. RGB value is (82,14,67). Sum of RGB (Red+Green+Blue) = 82+14+67=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #520E43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520E43 is #ADF1BC. Grayscale: #282828. Windows color (decimal): -11399613 or 4394578. OLE color: 4394578.
HSL color Cylindrical-coordinate representation of color #520E43: hue angle of 313.24º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #520E43 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 14 | 67 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.68 |
| HSL | 313.24º | 0.71% | 0.19% | - |
| HSV(B) | 313.24º | 0.83% | 0.32% | - |
| XYZ | 4.65 | 2.51 | 5.55 | - |
| YUV | 40.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 67 | 0 | 0.83 | 0.18 | 0.68 | 313.24 | 0.71 | 0.19 |
| Hex | 52 | E | 43 | 0 | 53 | 12 | 44 | 139 | 47 | 13 |
| Octal | 122 | 16 | 103 | 0 | 123 | 22 | 104 | 471 | 107 | 23 |
| Binary | 1010010 | 1110 | 1000011 | 0 | 1010011 | 10010 | 1000100 | 100111001 | 1000111 | 10011 |
Color Harmonies of #520E43
Complementary color
Monochromatic Colors of #520E43
Black with #520E43
Text Example
Text Example
White with #520E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E43; }
p { color: rgb(82,14,67); }
H1.HeaderClassName
{
color: #520E43;
}
.AnyTagClassName
{
color: #520E43;
}
</style>
background-color css
<style>
a { background-color: #520E43; }
a { background-color: rgb(82,14,67); }
div.DivClassName
{
background-color: #520E43;
}
.BgClassName
{
background-color: #520E43;
}
</style>
border-color css
<style>
span { border-color: #520E43; }
span { border-color: rgb(82,14,67); }
td.TdClassName
{
border-color: #520E43;
}
.TagClassName
{
border-color: #520E43;
}
</style>