Shades of Hot Purple #520B58
Tints of Hot Purple #520B58
RGB
CMYK
RGB Variations
Color information
#520B58 (or 0x520B58) is known color: Hot Purple. HEX triplet: 52, 0B and 58. RGB value is (82,11,88). Sum of RGB (Red+Green+Blue) = 82+11+88=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #520B58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B58 is #ADF4A7. Grayscale: #282828. Windows color (decimal): -11400360 or 5770066. OLE color: 5770066.
HSL color Cylindrical-coordinate representation of color #520B58: hue angle of 295.32º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520B58 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 11 | 88 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.65 |
| HSL | 295.32º | 0.78% | 0.19% | - |
| HSV(B) | 295.32º | 0.88% | 0.35% | - |
| XYZ | 5.36 | 2.74 | 9.48 | - |
| YUV | 41.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 88 | 0.07 | 0.88 | 0 | 0.65 | 295.32 | 0.78 | 0.19 |
| Hex | 52 | B | 58 | 7 | 58 | 0 | 41 | 127 | 4E | 13 |
| Octal | 122 | 13 | 130 | 7 | 130 | 0 | 101 | 447 | 116 | 23 |
| Binary | 1010010 | 1011 | 1011000 | 111 | 1011000 | 0 | 1000001 | 100100111 | 1001110 | 10011 |
Color Harmonies of #520B58
Complementary color
Monochromatic Colors of #520B58
Black with #520B58
Text Example
Text Example
White with #520B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B58; }
p { color: rgb(82,11,88); }
H1.HeaderClassName
{
color: #520B58;
}
.AnyTagClassName
{
color: #520B58;
}
</style>
background-color css
<style>
a { background-color: #520B58; }
a { background-color: rgb(82,11,88); }
div.DivClassName
{
background-color: #520B58;
}
.BgClassName
{
background-color: #520B58;
}
</style>
border-color css
<style>
span { border-color: #520B58; }
span { border-color: rgb(82,11,88); }
td.TdClassName
{
border-color: #520B58;
}
.TagClassName
{
border-color: #520B58;
}
</style>