Shades of Tyrian Purple #520251
Tints of Tyrian Purple #520251
RGB
CMYK
RGB Variations
Color information
#520251 (or 0x520251) is known color: Tyrian Purple. HEX triplet: 52, 02 and 51. RGB value is (82,2,81). Sum of RGB (Red+Green+Blue) = 82+2+81=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #520251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520251 is #ADFDAE. Grayscale: #222222. Windows color (decimal): -11402671 or 5309010. OLE color: 5309010.
HSL color Cylindrical-coordinate representation of color #520251: hue angle of 300.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520251 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 81 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.68 |
| HSL | 300.75º | 0.95% | 0.16% | - |
| HSV(B) | 300.75º | 0.98% | 0.32% | - |
| XYZ | 4.99 | 2.43 | 7.99 | - |
| YUV | 34.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 81 | 0 | 0.98 | 0.01 | 0.68 | 300.75 | 0.95 | 0.16 |
| Hex | 52 | 2 | 51 | 0 | 62 | 1 | 44 | 12D | 5F | 10 |
| Octal | 122 | 2 | 121 | 0 | 142 | 1 | 104 | 455 | 137 | 20 |
| Binary | 1010010 | 10 | 1010001 | 0 | 1100010 | 1 | 1000100 | 100101101 | 1011111 | 10000 |
Color Harmonies of #520251
Complementary color
Monochromatic Colors of #520251
Black with #520251
Text Example
Text Example
White with #520251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520251; }
p { color: rgb(82,2,81); }
H1.HeaderClassName
{
color: #520251;
}
.AnyTagClassName
{
color: #520251;
}
</style>
background-color css
<style>
a { background-color: #520251; }
a { background-color: rgb(82,2,81); }
div.DivClassName
{
background-color: #520251;
}
.BgClassName
{
background-color: #520251;
}
</style>
border-color css
<style>
span { border-color: #520251; }
span { border-color: rgb(82,2,81); }
td.TdClassName
{
border-color: #520251;
}
.TagClassName
{
border-color: #520251;
}
</style>