Shades of Hot Purple #520B59
Tints of Hot Purple #520B59
RGB
CMYK
RGB Variations
Color information
#520B59 (or 0x520B59) is known color: Hot Purple. HEX triplet: 52, 0B and 59. RGB value is (82,11,89). Sum of RGB (Red+Green+Blue) = 82+11+89=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #520B59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B59 is #ADF4A6. Grayscale: #282828. Windows color (decimal): -11400359 or 5835602. OLE color: 5835602.
HSL color Cylindrical-coordinate representation of color #520B59: hue angle of 294.62º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520B59 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 11 | 89 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.65 |
| HSL | 294.62º | 0.78% | 0.2% | - |
| HSV(B) | 294.62º | 0.88% | 0.35% | - |
| XYZ | 5.4 | 2.75 | 9.7 | - |
| YUV | 41.12 | 155.02 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 89 | 0.08 | 0.88 | 0 | 0.65 | 294.62 | 0.78 | 0.2 |
| Hex | 52 | B | 59 | 8 | 58 | 0 | 41 | 127 | 4E | 14 |
| Octal | 122 | 13 | 131 | 10 | 130 | 0 | 101 | 447 | 116 | 24 |
| Binary | 1010010 | 1011 | 1011001 | 1000 | 1011000 | 0 | 1000001 | 100100111 | 1001110 | 10100 |
Color Harmonies of #520B59
Complementary color
Monochromatic Colors of #520B59
Black with #520B59
Text Example
Text Example
White with #520B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B59; }
p { color: rgb(82,11,89); }
H1.HeaderClassName
{
color: #520B59;
}
.AnyTagClassName
{
color: #520B59;
}
</style>
background-color css
<style>
a { background-color: #520B59; }
a { background-color: rgb(82,11,89); }
div.DivClassName
{
background-color: #520B59;
}
.BgClassName
{
background-color: #520B59;
}
</style>
border-color css
<style>
span { border-color: #520B59; }
span { border-color: rgb(82,11,89); }
td.TdClassName
{
border-color: #520B59;
}
.TagClassName
{
border-color: #520B59;
}
</style>