Shades of Hot Purple #520755
Tints of Hot Purple #520755
RGB
CMYK
RGB Variations
Color information
#520755 (or 0x520755) is known color: Hot Purple. HEX triplet: 52, 07 and 55. RGB value is (82,7,85). Sum of RGB (Red+Green+Blue) = 82+7+85=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #520755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520755 is #ADF8AA. Grayscale: #262626. Windows color (decimal): -11401387 or 5572434. OLE color: 5572434.
HSL color Cylindrical-coordinate representation of color #520755: hue angle of 297.69º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520755 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 7 | 85 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.67 |
| HSL | 297.69º | 0.85% | 0.18% | - |
| HSV(B) | 297.69º | 0.92% | 0.33% | - |
| XYZ | 5.2 | 2.6 | 8.82 | - |
| YUV | 38.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 85 | 0.04 | 0.92 | 0 | 0.67 | 297.69 | 0.85 | 0.18 |
| Hex | 52 | 7 | 55 | 4 | 5C | 0 | 43 | 12A | 55 | 12 |
| Octal | 122 | 7 | 125 | 4 | 134 | 0 | 103 | 452 | 125 | 22 |
| Binary | 1010010 | 111 | 1010101 | 100 | 1011100 | 0 | 1000011 | 100101010 | 1010101 | 10010 |
Color Harmonies of #520755
Complementary color
Monochromatic Colors of #520755
Black with #520755
Text Example
Text Example
White with #520755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520755; }
p { color: rgb(82,7,85); }
H1.HeaderClassName
{
color: #520755;
}
.AnyTagClassName
{
color: #520755;
}
</style>
background-color css
<style>
a { background-color: #520755; }
a { background-color: rgb(82,7,85); }
div.DivClassName
{
background-color: #520755;
}
.BgClassName
{
background-color: #520755;
}
</style>
border-color css
<style>
span { border-color: #520755; }
span { border-color: rgb(82,7,85); }
td.TdClassName
{
border-color: #520755;
}
.TagClassName
{
border-color: #520755;
}
</style>