Shades of Hot Purple #520F4D
Tints of Hot Purple #520F4D
RGB
CMYK
RGB Variations
Color information
#520F4D (or 0x520F4D) is known color: Hot Purple. HEX triplet: 52, 0F and 4D. RGB value is (82,15,77). Sum of RGB (Red+Green+Blue) = 82+15+77=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #520F4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520F4D is #ADF0B2. Grayscale: #292929. Windows color (decimal): -11399347 or 5050194. OLE color: 5050194.
HSL color Cylindrical-coordinate representation of color #520F4D: hue angle of 304.48º 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 #520F4D is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 15 | 77 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.68 |
| HSL | 304.48º | 0.69% | 0.19% | - |
| HSV(B) | 304.48º | 0.82% | 0.32% | - |
| XYZ | 4.99 | 2.67 | 7.27 | - |
| YUV | 42.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 77 | 0 | 0.82 | 0.06 | 0.68 | 304.48 | 0.69 | 0.19 |
| Hex | 52 | F | 4D | 0 | 52 | 6 | 44 | 130 | 45 | 13 |
| Octal | 122 | 17 | 115 | 0 | 122 | 6 | 104 | 460 | 105 | 23 |
| Binary | 1010010 | 1111 | 1001101 | 0 | 1010010 | 110 | 1000100 | 100110000 | 1000101 | 10011 |
Color Harmonies of #520F4D
Complementary color
Monochromatic Colors of #520F4D
Black with #520F4D
Text Example
Text Example
White with #520F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F4D; }
p { color: rgb(82,15,77); }
H1.HeaderClassName
{
color: #520F4D;
}
.AnyTagClassName
{
color: #520F4D;
}
</style>
background-color css
<style>
a { background-color: #520F4D; }
a { background-color: rgb(82,15,77); }
div.DivClassName
{
background-color: #520F4D;
}
.BgClassName
{
background-color: #520F4D;
}
</style>
border-color css
<style>
span { border-color: #520F4D; }
span { border-color: rgb(82,15,77); }
td.TdClassName
{
border-color: #520F4D;
}
.TagClassName
{
border-color: #520F4D;
}
</style>