Shades of Hot Purple #520E5D
Tints of Hot Purple #520E5D
RGB
CMYK
RGB Variations
Color information
#520E5D (or 0x520E5D) is known color: Hot Purple. HEX triplet: 52, 0E and 5D. RGB value is (82,14,93). Sum of RGB (Red+Green+Blue) = 82+14+93=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #520E5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E5D is #ADF1A2. Grayscale: #2B2B2B. Windows color (decimal): -11399587 or 6098514. OLE color: 6098514.
HSL color Cylindrical-coordinate representation of color #520E5D: hue angle of 291.65º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520E5D is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 14 | 93 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.64 |
| HSL | 291.65º | 0.74% | 0.21% | - |
| HSV(B) | 291.65º | 0.85% | 0.36% | - |
| XYZ | 5.61 | 2.9 | 10.62 | - |
| YUV | 43.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 93 | 0.12 | 0.85 | 0 | 0.64 | 291.65 | 0.74 | 0.21 |
| Hex | 52 | E | 5D | C | 55 | 0 | 40 | 124 | 4A | 15 |
| Octal | 122 | 16 | 135 | 14 | 125 | 0 | 100 | 444 | 112 | 25 |
| Binary | 1010010 | 1110 | 1011101 | 1100 | 1010101 | 0 | 1000000 | 100100100 | 1001010 | 10101 |
Color Harmonies of #520E5D
Complementary color
Monochromatic Colors of #520E5D
Black with #520E5D
Text Example
Text Example
White with #520E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E5D; }
p { color: rgb(82,14,93); }
H1.HeaderClassName
{
color: #520E5D;
}
.AnyTagClassName
{
color: #520E5D;
}
</style>
background-color css
<style>
a { background-color: #520E5D; }
a { background-color: rgb(82,14,93); }
div.DivClassName
{
background-color: #520E5D;
}
.BgClassName
{
background-color: #520E5D;
}
</style>
border-color css
<style>
span { border-color: #520E5D; }
span { border-color: rgb(82,14,93); }
td.TdClassName
{
border-color: #520E5D;
}
.TagClassName
{
border-color: #520E5D;
}
</style>