Shades of Hot Purple #520F5C
Tints of Hot Purple #520F5C
RGB
CMYK
RGB Variations
Color information
#520F5C (or 0x520F5C) is known color: Hot Purple. HEX triplet: 52, 0F and 5C. RGB value is (82,15,92). Sum of RGB (Red+Green+Blue) = 82+15+92=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #520F5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520F5C is #ADF0A3. Grayscale: #2B2B2B. Windows color (decimal): -11399332 or 6033234. OLE color: 6033234.
HSL color Cylindrical-coordinate representation of color #520F5C: hue angle of 292.21º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #520F5C is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 15 | 92 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.64 |
| HSL | 292.21º | 0.72% | 0.21% | - |
| HSV(B) | 292.21º | 0.84% | 0.36% | - |
| XYZ | 5.58 | 2.91 | 10.39 | - |
| YUV | 43.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 92 | 0.11 | 0.84 | 0 | 0.64 | 292.21 | 0.72 | 0.21 |
| Hex | 52 | F | 5C | B | 54 | 0 | 40 | 124 | 48 | 15 |
| Octal | 122 | 17 | 134 | 13 | 124 | 0 | 100 | 444 | 110 | 25 |
| Binary | 1010010 | 1111 | 1011100 | 1011 | 1010100 | 0 | 1000000 | 100100100 | 1001000 | 10101 |
Color Harmonies of #520F5C
Complementary color
Monochromatic Colors of #520F5C
Black with #520F5C
Text Example
Text Example
White with #520F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F5C; }
p { color: rgb(82,15,92); }
H1.HeaderClassName
{
color: #520F5C;
}
.AnyTagClassName
{
color: #520F5C;
}
</style>
background-color css
<style>
a { background-color: #520F5C; }
a { background-color: rgb(82,15,92); }
div.DivClassName
{
background-color: #520F5C;
}
.BgClassName
{
background-color: #520F5C;
}
</style>
border-color css
<style>
span { border-color: #520F5C; }
span { border-color: rgb(82,15,92); }
td.TdClassName
{
border-color: #520F5C;
}
.TagClassName
{
border-color: #520F5C;
}
</style>