Shades of Hot Purple #520359
Tints of Hot Purple #520359
RGB
CMYK
RGB Variations
Color information
#520359 (or 0x520359) is known color: Hot Purple. HEX triplet: 52, 03 and 59. RGB value is (82,3,89). Sum of RGB (Red+Green+Blue) = 82+3+89=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #520359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520359 is #ADFCA6. Grayscale: #242424. Windows color (decimal): -11402407 or 5833554. OLE color: 5833554.
HSL color Cylindrical-coordinate representation of color #520359: hue angle of 295.12º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520359 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 3 | 89 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.65 |
| HSL | 295.12º | 0.93% | 0.18% | - |
| HSV(B) | 295.12º | 0.97% | 0.35% | - |
| XYZ | 5.32 | 2.58 | 9.67 | - |
| YUV | 36.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 89 | 0.08 | 0.97 | 0 | 0.65 | 295.12 | 0.93 | 0.18 |
| Hex | 52 | 3 | 59 | 8 | 61 | 0 | 41 | 127 | 5D | 12 |
| Octal | 122 | 3 | 131 | 10 | 141 | 0 | 101 | 447 | 135 | 22 |
| Binary | 1010010 | 11 | 1011001 | 1000 | 1100001 | 0 | 1000001 | 100100111 | 1011101 | 10010 |
Color Harmonies of #520359
Complementary color
Monochromatic Colors of #520359
Black with #520359
Text Example
Text Example
White with #520359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520359; }
p { color: rgb(82,3,89); }
H1.HeaderClassName
{
color: #520359;
}
.AnyTagClassName
{
color: #520359;
}
</style>
background-color css
<style>
a { background-color: #520359; }
a { background-color: rgb(82,3,89); }
div.DivClassName
{
background-color: #520359;
}
.BgClassName
{
background-color: #520359;
}
</style>
border-color css
<style>
span { border-color: #520359; }
span { border-color: rgb(82,3,89); }
td.TdClassName
{
border-color: #520359;
}
.TagClassName
{
border-color: #520359;
}
</style>