Shades of Han Purple #520EDD
Tints of Han Purple #520EDD
RGB
CMYK
RGB Variations
Color information
#520EDD (or 0x520EDD) is known color: Han Purple. HEX triplet: 52, 0E and DD. RGB value is (82,14,221). Sum of RGB (Red+Green+Blue) = 82+14+221=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #520EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520EDD is #ADF122. Grayscale: #393939. Windows color (decimal): -11399459 or 14487122. OLE color: 14487122.
HSL color Cylindrical-coordinate representation of color #520EDD: hue angle of 259.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520EDD is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 14 | 221 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.13 |
| HSL | 259.71º | 0.88% | 0.46% | - |
| HSV(B) | 259.71º | 0.94% | 0.87% | - |
| XYZ | 16.69 | 7.33 | 68.94 | - |
| YUV | 57.93 | 220.03 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 221 | 0.63 | 0.94 | 0 | 0.13 | 259.71 | 0.88 | 0.46 |
| Hex | 52 | E | DD | 3F | 5E | 0 | D | 104 | 58 | 2E |
| Octal | 122 | 16 | 335 | 77 | 136 | 0 | 15 | 404 | 130 | 56 |
| Binary | 1010010 | 1110 | 11011101 | 111111 | 1011110 | 0 | 1101 | 100000100 | 1011000 | 101110 |
Color Harmonies of #520EDD
Complementary color
Monochromatic Colors of #520EDD
Black with #520EDD
Text Example
Text Example
White with #520EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520EDD; }
p { color: rgb(82,14,221); }
H1.HeaderClassName
{
color: #520EDD;
}
.AnyTagClassName
{
color: #520EDD;
}
</style>
background-color css
<style>
a { background-color: #520EDD; }
a { background-color: rgb(82,14,221); }
div.DivClassName
{
background-color: #520EDD;
}
.BgClassName
{
background-color: #520EDD;
}
</style>
border-color css
<style>
span { border-color: #520EDD; }
span { border-color: rgb(82,14,221); }
td.TdClassName
{
border-color: #520EDD;
}
.TagClassName
{
border-color: #520EDD;
}
</style>