Shades of Han Purple #520EDA
Tints of Han Purple #520EDA
RGB
CMYK
RGB Variations
Color information
#520EDA (or 0x520EDA) is known color: Han Purple. HEX triplet: 52, 0E and DA. RGB value is (82,14,218). Sum of RGB (Red+Green+Blue) = 82+14+218=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #520EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520EDA is #ADF125. Grayscale: #383838. Windows color (decimal): -11399462 or 14290514. OLE color: 14290514.
HSL color Cylindrical-coordinate representation of color #520EDA: hue angle of 260º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520EDA is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 14 | 218 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.15 |
| HSL | 260º | 0.88% | 0.45% | - |
| HSV(B) | 260º | 0.94% | 0.85% | - |
| XYZ | 16.29 | 7.17 | 66.85 | - |
| YUV | 57.59 | 218.53 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 218 | 0.62 | 0.94 | 0 | 0.15 | 260 | 0.88 | 0.45 |
| Hex | 52 | E | DA | 3E | 5E | 0 | F | 104 | 58 | 2D |
| Octal | 122 | 16 | 332 | 76 | 136 | 0 | 17 | 404 | 130 | 55 |
| Binary | 1010010 | 1110 | 11011010 | 111110 | 1011110 | 0 | 1111 | 100000100 | 1011000 | 101101 |
Color Harmonies of #520EDA
Complementary color
Monochromatic Colors of #520EDA
Black with #520EDA
Text Example
Text Example
White with #520EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520EDA; }
p { color: rgb(82,14,218); }
H1.HeaderClassName
{
color: #520EDA;
}
.AnyTagClassName
{
color: #520EDA;
}
</style>
background-color css
<style>
a { background-color: #520EDA; }
a { background-color: rgb(82,14,218); }
div.DivClassName
{
background-color: #520EDA;
}
.BgClassName
{
background-color: #520EDA;
}
</style>
border-color css
<style>
span { border-color: #520EDA; }
span { border-color: rgb(82,14,218); }
td.TdClassName
{
border-color: #520EDA;
}
.TagClassName
{
border-color: #520EDA;
}
</style>