Shades of Hot Purple #520F57
Tints of Hot Purple #520F57
RGB
CMYK
RGB Variations
Color information
#520F57 (or 0x520F57) is known color: Hot Purple. HEX triplet: 52, 0F and 57. RGB value is (82,15,87). Sum of RGB (Red+Green+Blue) = 82+15+87=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #520F57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520F57 is #ADF0A8. Grayscale: #2B2B2B. Windows color (decimal): -11399337 or 5705554. OLE color: 5705554.
HSL color Cylindrical-coordinate representation of color #520F57: hue angle of 295.83º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #520F57 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 15 | 87 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.66 |
| HSL | 295.83º | 0.71% | 0.2% | - |
| HSV(B) | 295.83º | 0.83% | 0.34% | - |
| XYZ | 5.37 | 2.82 | 9.28 | - |
| YUV | 43.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 87 | 0.06 | 0.83 | 0 | 0.66 | 295.83 | 0.71 | 0.2 |
| Hex | 52 | F | 57 | 6 | 53 | 0 | 42 | 128 | 47 | 14 |
| Octal | 122 | 17 | 127 | 6 | 123 | 0 | 102 | 450 | 107 | 24 |
| Binary | 1010010 | 1111 | 1010111 | 110 | 1010011 | 0 | 1000010 | 100101000 | 1000111 | 10100 |
Color Harmonies of #520F57
Complementary color
Monochromatic Colors of #520F57
Black with #520F57
Text Example
Text Example
White with #520F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F57; }
p { color: rgb(82,15,87); }
H1.HeaderClassName
{
color: #520F57;
}
.AnyTagClassName
{
color: #520F57;
}
</style>
background-color css
<style>
a { background-color: #520F57; }
a { background-color: rgb(82,15,87); }
div.DivClassName
{
background-color: #520F57;
}
.BgClassName
{
background-color: #520F57;
}
</style>
border-color css
<style>
span { border-color: #520F57; }
span { border-color: rgb(82,15,87); }
td.TdClassName
{
border-color: #520F57;
}
.TagClassName
{
border-color: #520F57;
}
</style>