Shades of Hot Purple #520F50
Tints of Hot Purple #520F50
RGB
CMYK
RGB Variations
Color information
#520F50 (or 0x520F50) is known color: Hot Purple. HEX triplet: 52, 0F and 50. RGB value is (82,15,80). Sum of RGB (Red+Green+Blue) = 82+15+80=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #520F50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520F50 is #ADF0AF. Grayscale: #2A2A2A. Windows color (decimal): -11399344 or 5246802. OLE color: 5246802.
HSL color Cylindrical-coordinate representation of color #520F50: hue angle of 301.79º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F50 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 15 | 80 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.68 |
| HSL | 301.79º | 0.69% | 0.19% | - |
| HSV(B) | 301.79º | 0.82% | 0.32% | - |
| XYZ | 5.1 | 2.71 | 7.84 | - |
| YUV | 42.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 80 | 0 | 0.82 | 0.02 | 0.68 | 301.79 | 0.69 | 0.19 |
| Hex | 52 | F | 50 | 0 | 52 | 2 | 44 | 12E | 45 | 13 |
| Octal | 122 | 17 | 120 | 0 | 122 | 2 | 104 | 456 | 105 | 23 |
| Binary | 1010010 | 1111 | 1010000 | 0 | 1010010 | 10 | 1000100 | 100101110 | 1000101 | 10011 |
Color Harmonies of #520F50
Complementary color
Monochromatic Colors of #520F50
Black with #520F50
Text Example
Text Example
White with #520F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F50; }
p { color: rgb(82,15,80); }
H1.HeaderClassName
{
color: #520F50;
}
.AnyTagClassName
{
color: #520F50;
}
</style>
background-color css
<style>
a { background-color: #520F50; }
a { background-color: rgb(82,15,80); }
div.DivClassName
{
background-color: #520F50;
}
.BgClassName
{
background-color: #520F50;
}
</style>
border-color css
<style>
span { border-color: #520F50; }
span { border-color: rgb(82,15,80); }
td.TdClassName
{
border-color: #520F50;
}
.TagClassName
{
border-color: #520F50;
}
</style>