Shades of Hot Purple #520F59
Tints of Hot Purple #520F59
RGB
CMYK
RGB Variations
Color information
#520F59 (or 0x520F59) is known color: Hot Purple. HEX triplet: 52, 0F and 59. RGB value is (82,15,89). Sum of RGB (Red+Green+Blue) = 82+15+89=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #520F59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520F59 is #ADF0A6. Grayscale: #2B2B2B. Windows color (decimal): -11399335 or 5836626. OLE color: 5836626.
HSL color Cylindrical-coordinate representation of color #520F59: hue angle of 294.32º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #520F59 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 15 | 89 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.65 |
| HSL | 294.32º | 0.71% | 0.2% | - |
| HSV(B) | 294.32º | 0.83% | 0.35% | - |
| XYZ | 5.45 | 2.86 | 9.72 | - |
| YUV | 43.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 89 | 0.08 | 0.83 | 0 | 0.65 | 294.32 | 0.71 | 0.2 |
| Hex | 52 | F | 59 | 8 | 53 | 0 | 41 | 126 | 47 | 14 |
| Octal | 122 | 17 | 131 | 10 | 123 | 0 | 101 | 446 | 107 | 24 |
| Binary | 1010010 | 1111 | 1011001 | 1000 | 1010011 | 0 | 1000001 | 100100110 | 1000111 | 10100 |
Color Harmonies of #520F59
Complementary color
Monochromatic Colors of #520F59
Black with #520F59
Text Example
Text Example
White with #520F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F59; }
p { color: rgb(82,15,89); }
H1.HeaderClassName
{
color: #520F59;
}
.AnyTagClassName
{
color: #520F59;
}
</style>
background-color css
<style>
a { background-color: #520F59; }
a { background-color: rgb(82,15,89); }
div.DivClassName
{
background-color: #520F59;
}
.BgClassName
{
background-color: #520F59;
}
</style>
border-color css
<style>
span { border-color: #520F59; }
span { border-color: rgb(82,15,89); }
td.TdClassName
{
border-color: #520F59;
}
.TagClassName
{
border-color: #520F59;
}
</style>