Shades of Hot Purple #520257
Tints of Hot Purple #520257
RGB
CMYK
RGB Variations
Color information
#520257 (or 0x520257) is known color: Hot Purple. HEX triplet: 52, 02 and 57. RGB value is (82,2,87). Sum of RGB (Red+Green+Blue) = 82+2+87=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #520257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520257 is #ADFDA8. Grayscale: #232323. Windows color (decimal): -11402665 or 5702226. OLE color: 5702226.
HSL color Cylindrical-coordinate representation of color #520257: hue angle of 296.47º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520257 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 2 | 87 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.66 |
| HSL | 296.47º | 0.96% | 0.17% | - |
| HSV(B) | 296.47º | 0.98% | 0.34% | - |
| XYZ | 5.22 | 2.53 | 9.23 | - |
| YUV | 35.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 87 | 0.06 | 0.98 | 0 | 0.66 | 296.47 | 0.96 | 0.17 |
| Hex | 52 | 2 | 57 | 6 | 62 | 0 | 42 | 128 | 60 | 11 |
| Octal | 122 | 2 | 127 | 6 | 142 | 0 | 102 | 450 | 140 | 21 |
| Binary | 1010010 | 10 | 1010111 | 110 | 1100010 | 0 | 1000010 | 100101000 | 1100000 | 10001 |
Color Harmonies of #520257
Complementary color
Monochromatic Colors of #520257
Black with #520257
Text Example
Text Example
White with #520257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520257; }
p { color: rgb(82,2,87); }
H1.HeaderClassName
{
color: #520257;
}
.AnyTagClassName
{
color: #520257;
}
</style>
background-color css
<style>
a { background-color: #520257; }
a { background-color: rgb(82,2,87); }
div.DivClassName
{
background-color: #520257;
}
.BgClassName
{
background-color: #520257;
}
</style>
border-color css
<style>
span { border-color: #520257; }
span { border-color: rgb(82,2,87); }
td.TdClassName
{
border-color: #520257;
}
.TagClassName
{
border-color: #520257;
}
</style>