Shades of Hot Purple #520E53
Tints of Hot Purple #520E53
RGB
CMYK
RGB Variations
Color information
#520E53 (or 0x520E53) is known color: Hot Purple. HEX triplet: 52, 0E and 53. RGB value is (82,14,83). Sum of RGB (Red+Green+Blue) = 82+14+83=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #520E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E53 is #ADF1AC. Grayscale: #292929. Windows color (decimal): -11399597 or 5443154. OLE color: 5443154.
HSL color Cylindrical-coordinate representation of color #520E53: hue angle of 299.13º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #520E53 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 14 | 83 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.67 |
| HSL | 299.13º | 0.71% | 0.19% | - |
| HSV(B) | 299.13º | 0.83% | 0.33% | - |
| XYZ | 5.2 | 2.73 | 8.44 | - |
| YUV | 42.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 83 | 0.01 | 0.83 | 0 | 0.67 | 299.13 | 0.71 | 0.19 |
| Hex | 52 | E | 53 | 1 | 53 | 0 | 43 | 12B | 47 | 13 |
| Octal | 122 | 16 | 123 | 1 | 123 | 0 | 103 | 453 | 107 | 23 |
| Binary | 1010010 | 1110 | 1010011 | 1 | 1010011 | 0 | 1000011 | 100101011 | 1000111 | 10011 |
Color Harmonies of #520E53
Complementary color
Monochromatic Colors of #520E53
Black with #520E53
Text Example
Text Example
White with #520E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E53; }
p { color: rgb(82,14,83); }
H1.HeaderClassName
{
color: #520E53;
}
.AnyTagClassName
{
color: #520E53;
}
</style>
background-color css
<style>
a { background-color: #520E53; }
a { background-color: rgb(82,14,83); }
div.DivClassName
{
background-color: #520E53;
}
.BgClassName
{
background-color: #520E53;
}
</style>
border-color css
<style>
span { border-color: #520E53; }
span { border-color: rgb(82,14,83); }
td.TdClassName
{
border-color: #520E53;
}
.TagClassName
{
border-color: #520E53;
}
</style>