Shades of Hot Purple #520559
Tints of Hot Purple #520559
RGB
CMYK
RGB Variations
Color information
#520559 (or 0x520559) is known color: Hot Purple. HEX triplet: 52, 05 and 59. RGB value is (82,5,89). Sum of RGB (Red+Green+Blue) = 82+5+89=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #520559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520559 is #ADFAA6. Grayscale: #252525. Windows color (decimal): -11401895 or 5834066. OLE color: 5834066.
HSL color Cylindrical-coordinate representation of color #520559: hue angle of 295º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520559 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 5 | 89 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.65 |
| HSL | 295º | 0.89% | 0.18% | - |
| HSV(B) | 295º | 0.94% | 0.35% | - |
| XYZ | 5.34 | 2.62 | 9.68 | - |
| YUV | 37.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 89 | 0.08 | 0.94 | 0 | 0.65 | 295 | 0.89 | 0.18 |
| Hex | 52 | 5 | 59 | 8 | 5E | 0 | 41 | 127 | 59 | 12 |
| Octal | 122 | 5 | 131 | 10 | 136 | 0 | 101 | 447 | 131 | 22 |
| Binary | 1010010 | 101 | 1011001 | 1000 | 1011110 | 0 | 1000001 | 100100111 | 1011001 | 10010 |
Color Harmonies of #520559
Complementary color
Monochromatic Colors of #520559
Black with #520559
Text Example
Text Example
White with #520559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520559; }
p { color: rgb(82,5,89); }
H1.HeaderClassName
{
color: #520559;
}
.AnyTagClassName
{
color: #520559;
}
</style>
background-color css
<style>
a { background-color: #520559; }
a { background-color: rgb(82,5,89); }
div.DivClassName
{
background-color: #520559;
}
.BgClassName
{
background-color: #520559;
}
</style>
border-color css
<style>
span { border-color: #520559; }
span { border-color: rgb(82,5,89); }
td.TdClassName
{
border-color: #520559;
}
.TagClassName
{
border-color: #520559;
}
</style>