Shades of Tyrian Purple #520E3C
Tints of Tyrian Purple #520E3C
RGB
CMYK
RGB Variations
Color information
#520E3C (or 0x520E3C) is known color: Tyrian Purple. HEX triplet: 52, 0E and 3C. RGB value is (82,14,60). Sum of RGB (Red+Green+Blue) = 82+14+60=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #520E3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520E3C is #ADF1C3. Grayscale: #272727. Windows color (decimal): -11399620 or 3935826. OLE color: 3935826.
HSL color Cylindrical-coordinate representation of color #520E3C: hue angle of 319.41º 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 #520E3C is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 14 | 60 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.68 |
| HSL | 319.41º | 0.71% | 0.19% | - |
| HSV(B) | 319.41º | 0.83% | 0.32% | - |
| XYZ | 4.45 | 2.43 | 4.51 | - |
| YUV | 39.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 60 | 0 | 0.83 | 0.27 | 0.68 | 319.41 | 0.71 | 0.19 |
| Hex | 52 | E | 3C | 0 | 53 | 1B | 44 | 13F | 47 | 13 |
| Octal | 122 | 16 | 74 | 0 | 123 | 33 | 104 | 477 | 107 | 23 |
| Binary | 1010010 | 1110 | 111100 | 0 | 1010011 | 11011 | 1000100 | 100111111 | 1000111 | 10011 |
Color Harmonies of #520E3C
Complementary color
Monochromatic Colors of #520E3C
Black with #520E3C
Text Example
Text Example
White with #520E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E3C; }
p { color: rgb(82,14,60); }
H1.HeaderClassName
{
color: #520E3C;
}
.AnyTagClassName
{
color: #520E3C;
}
</style>
background-color css
<style>
a { background-color: #520E3C; }
a { background-color: rgb(82,14,60); }
div.DivClassName
{
background-color: #520E3C;
}
.BgClassName
{
background-color: #520E3C;
}
</style>
border-color css
<style>
span { border-color: #520E3C; }
span { border-color: rgb(82,14,60); }
td.TdClassName
{
border-color: #520E3C;
}
.TagClassName
{
border-color: #520E3C;
}
</style>