Shades of Hot Purple #520E59
Tints of Hot Purple #520E59
RGB
CMYK
RGB Variations
Color information
#520E59 (or 0x520E59) is known color: Hot Purple. HEX triplet: 52, 0E and 59. RGB value is (82,14,89). Sum of RGB (Red+Green+Blue) = 82+14+89=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #520E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E59 is #ADF1A6. Grayscale: #2A2A2A. Windows color (decimal): -11399591 or 5836370. OLE color: 5836370.
HSL color Cylindrical-coordinate representation of color #520E59: hue angle of 294.4º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #520E59 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 14 | 89 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.65 |
| HSL | 294.4º | 0.73% | 0.2% | - |
| HSV(B) | 294.4º | 0.84% | 0.35% | - |
| XYZ | 5.44 | 2.83 | 9.71 | - |
| YUV | 42.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 89 | 0.08 | 0.84 | 0 | 0.65 | 294.4 | 0.73 | 0.2 |
| Hex | 52 | E | 59 | 8 | 54 | 0 | 41 | 126 | 49 | 14 |
| Octal | 122 | 16 | 131 | 10 | 124 | 0 | 101 | 446 | 111 | 24 |
| Binary | 1010010 | 1110 | 1011001 | 1000 | 1010100 | 0 | 1000001 | 100100110 | 1001001 | 10100 |
Color Harmonies of #520E59
Complementary color
Monochromatic Colors of #520E59
Black with #520E59
Text Example
Text Example
White with #520E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E59; }
p { color: rgb(82,14,89); }
H1.HeaderClassName
{
color: #520E59;
}
.AnyTagClassName
{
color: #520E59;
}
</style>
background-color css
<style>
a { background-color: #520E59; }
a { background-color: rgb(82,14,89); }
div.DivClassName
{
background-color: #520E59;
}
.BgClassName
{
background-color: #520E59;
}
</style>
border-color css
<style>
span { border-color: #520E59; }
span { border-color: rgb(82,14,89); }
td.TdClassName
{
border-color: #520E59;
}
.TagClassName
{
border-color: #520E59;
}
</style>