Shades of Hot Purple #520C58
Tints of Hot Purple #520C58
RGB
CMYK
RGB Variations
Color information
#520C58 (or 0x520C58) is known color: Hot Purple. HEX triplet: 52, 0C and 58. RGB value is (82,12,88). Sum of RGB (Red+Green+Blue) = 82+12+88=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #520C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C58 is #ADF3A7. Grayscale: #292929. Windows color (decimal): -11400104 or 5770322. OLE color: 5770322.
HSL color Cylindrical-coordinate representation of color #520C58: hue angle of 295.26º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #520C58 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 12 | 88 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.65 |
| HSL | 295.26º | 0.76% | 0.2% | - |
| HSV(B) | 295.26º | 0.86% | 0.35% | - |
| XYZ | 5.37 | 2.76 | 9.48 | - |
| YUV | 41.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 88 | 0.07 | 0.86 | 0 | 0.65 | 295.26 | 0.76 | 0.2 |
| Hex | 52 | C | 58 | 7 | 56 | 0 | 41 | 127 | 4C | 14 |
| Octal | 122 | 14 | 130 | 7 | 126 | 0 | 101 | 447 | 114 | 24 |
| Binary | 1010010 | 1100 | 1011000 | 111 | 1010110 | 0 | 1000001 | 100100111 | 1001100 | 10100 |
Color Harmonies of #520C58
Complementary color
Monochromatic Colors of #520C58
Black with #520C58
Text Example
Text Example
White with #520C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C58; }
p { color: rgb(82,12,88); }
H1.HeaderClassName
{
color: #520C58;
}
.AnyTagClassName
{
color: #520C58;
}
</style>
background-color css
<style>
a { background-color: #520C58; }
a { background-color: rgb(82,12,88); }
div.DivClassName
{
background-color: #520C58;
}
.BgClassName
{
background-color: #520C58;
}
</style>
border-color css
<style>
span { border-color: #520C58; }
span { border-color: rgb(82,12,88); }
td.TdClassName
{
border-color: #520C58;
}
.TagClassName
{
border-color: #520C58;
}
</style>