Shades of Hot Purple #520B5D
Tints of Hot Purple #520B5D
RGB
CMYK
RGB Variations
Color information
#520B5D (or 0x520B5D) is known color: Hot Purple. HEX triplet: 52, 0B and 5D. RGB value is (82,11,93). Sum of RGB (Red+Green+Blue) = 82+11+93=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #520B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B5D is #ADF4A2. Grayscale: #292929. Windows color (decimal): -11400355 or 6097746. OLE color: 6097746.
HSL color Cylindrical-coordinate representation of color #520B5D: hue angle of 291.95º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520B5D is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 11 | 93 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.64 |
| HSL | 291.95º | 0.79% | 0.2% | - |
| HSV(B) | 291.95º | 0.88% | 0.36% | - |
| XYZ | 5.58 | 2.82 | 10.61 | - |
| YUV | 41.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 93 | 0.12 | 0.88 | 0 | 0.64 | 291.95 | 0.79 | 0.2 |
| Hex | 52 | B | 5D | C | 58 | 0 | 40 | 124 | 4F | 14 |
| Octal | 122 | 13 | 135 | 14 | 130 | 0 | 100 | 444 | 117 | 24 |
| Binary | 1010010 | 1011 | 1011101 | 1100 | 1011000 | 0 | 1000000 | 100100100 | 1001111 | 10100 |
Color Harmonies of #520B5D
Complementary color
Monochromatic Colors of #520B5D
Black with #520B5D
Text Example
Text Example
White with #520B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B5D; }
p { color: rgb(82,11,93); }
H1.HeaderClassName
{
color: #520B5D;
}
.AnyTagClassName
{
color: #520B5D;
}
</style>
background-color css
<style>
a { background-color: #520B5D; }
a { background-color: rgb(82,11,93); }
div.DivClassName
{
background-color: #520B5D;
}
.BgClassName
{
background-color: #520B5D;
}
</style>
border-color css
<style>
span { border-color: #520B5D; }
span { border-color: rgb(82,11,93); }
td.TdClassName
{
border-color: #520B5D;
}
.TagClassName
{
border-color: #520B5D;
}
</style>