Shades of Hot Purple #520B4D
Tints of Hot Purple #520B4D
RGB
CMYK
RGB Variations
Color information
#520B4D (or 0x520B4D) is known color: Hot Purple. HEX triplet: 52, 0B and 4D. RGB value is (82,11,77). Sum of RGB (Red+Green+Blue) = 82+11+77=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #520B4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B4D is #ADF4B2. Grayscale: #272727. Windows color (decimal): -11400371 or 5049170. OLE color: 5049170.
HSL color Cylindrical-coordinate representation of color #520B4D: hue angle of 304.23º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #520B4D is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 11 | 77 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.68 |
| HSL | 304.23º | 0.76% | 0.18% | - |
| HSV(B) | 304.23º | 0.87% | 0.32% | - |
| XYZ | 4.94 | 2.57 | 7.26 | - |
| YUV | 39.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 77 | 0 | 0.87 | 0.06 | 0.68 | 304.23 | 0.76 | 0.18 |
| Hex | 52 | B | 4D | 0 | 57 | 6 | 44 | 130 | 4C | 12 |
| Octal | 122 | 13 | 115 | 0 | 127 | 6 | 104 | 460 | 114 | 22 |
| Binary | 1010010 | 1011 | 1001101 | 0 | 1010111 | 110 | 1000100 | 100110000 | 1001100 | 10010 |
Color Harmonies of #520B4D
Complementary color
Monochromatic Colors of #520B4D
Black with #520B4D
Text Example
Text Example
White with #520B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B4D; }
p { color: rgb(82,11,77); }
H1.HeaderClassName
{
color: #520B4D;
}
.AnyTagClassName
{
color: #520B4D;
}
</style>
background-color css
<style>
a { background-color: #520B4D; }
a { background-color: rgb(82,11,77); }
div.DivClassName
{
background-color: #520B4D;
}
.BgClassName
{
background-color: #520B4D;
}
</style>
border-color css
<style>
span { border-color: #520B4D; }
span { border-color: rgb(82,11,77); }
td.TdClassName
{
border-color: #520B4D;
}
.TagClassName
{
border-color: #520B4D;
}
</style>