Shades of Hot Purple #520D4E
Tints of Hot Purple #520D4E
RGB
CMYK
RGB Variations
Color information
#520D4E (or 0x520D4E) is known color: Hot Purple. HEX triplet: 52, 0D and 4E. RGB value is (82,13,78). Sum of RGB (Red+Green+Blue) = 82+13+78=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #520D4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D4E is #ADF2B1. Grayscale: #282828. Windows color (decimal): -11399858 or 5115218. OLE color: 5115218.
HSL color Cylindrical-coordinate representation of color #520D4E: hue angle of 303.48º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #520D4E is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 13 | 78 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.68 |
| HSL | 303.48º | 0.73% | 0.19% | - |
| HSV(B) | 303.48º | 0.84% | 0.32% | - |
| XYZ | 5 | 2.63 | 7.45 | - |
| YUV | 41.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 78 | 0 | 0.84 | 0.05 | 0.68 | 303.48 | 0.73 | 0.19 |
| Hex | 52 | D | 4E | 0 | 54 | 5 | 44 | 12F | 49 | 13 |
| Octal | 122 | 15 | 116 | 0 | 124 | 5 | 104 | 457 | 111 | 23 |
| Binary | 1010010 | 1101 | 1001110 | 0 | 1010100 | 101 | 1000100 | 100101111 | 1001001 | 10011 |
Color Harmonies of #520D4E
Complementary color
Monochromatic Colors of #520D4E
Black with #520D4E
Text Example
Text Example
White with #520D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D4E; }
p { color: rgb(82,13,78); }
H1.HeaderClassName
{
color: #520D4E;
}
.AnyTagClassName
{
color: #520D4E;
}
</style>
background-color css
<style>
a { background-color: #520D4E; }
a { background-color: rgb(82,13,78); }
div.DivClassName
{
background-color: #520D4E;
}
.BgClassName
{
background-color: #520D4E;
}
</style>
border-color css
<style>
span { border-color: #520D4E; }
span { border-color: rgb(82,13,78); }
td.TdClassName
{
border-color: #520D4E;
}
.TagClassName
{
border-color: #520D4E;
}
</style>