Shades of Tyrian Purple #520B44
Tints of Tyrian Purple #520B44
RGB
CMYK
RGB Variations
Color information
#520B44 (or 0x520B44) is known color: Tyrian Purple. HEX triplet: 52, 0B and 44. RGB value is (82,11,68). Sum of RGB (Red+Green+Blue) = 82+11+68=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #520B44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520B44 is #ADF4BB. Grayscale: #262626. Windows color (decimal): -11400380 or 4459346. OLE color: 4459346.
HSL color Cylindrical-coordinate representation of color #520B44: hue angle of 311.83º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #520B44 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 11 | 68 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.68 |
| HSL | 311.83º | 0.76% | 0.18% | - |
| HSV(B) | 311.83º | 0.87% | 0.32% | - |
| XYZ | 4.64 | 2.45 | 5.7 | - |
| YUV | 38.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 68 | 0 | 0.87 | 0.17 | 0.68 | 311.83 | 0.76 | 0.18 |
| Hex | 52 | B | 44 | 0 | 57 | 11 | 44 | 138 | 4C | 12 |
| Octal | 122 | 13 | 104 | 0 | 127 | 21 | 104 | 470 | 114 | 22 |
| Binary | 1010010 | 1011 | 1000100 | 0 | 1010111 | 10001 | 1000100 | 100111000 | 1001100 | 10010 |
Color Harmonies of #520B44
Complementary color
Monochromatic Colors of #520B44
Black with #520B44
Text Example
Text Example
White with #520B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B44; }
p { color: rgb(82,11,68); }
H1.HeaderClassName
{
color: #520B44;
}
.AnyTagClassName
{
color: #520B44;
}
</style>
background-color css
<style>
a { background-color: #520B44; }
a { background-color: rgb(82,11,68); }
div.DivClassName
{
background-color: #520B44;
}
.BgClassName
{
background-color: #520B44;
}
</style>
border-color css
<style>
span { border-color: #520B44; }
span { border-color: rgb(82,11,68); }
td.TdClassName
{
border-color: #520B44;
}
.TagClassName
{
border-color: #520B44;
}
</style>