Shades of Han Purple #520EDC
Tints of Han Purple #520EDC
RGB
CMYK
RGB Variations
Color information
#520EDC (or 0x520EDC) is known color: Han Purple. HEX triplet: 52, 0E and DC. RGB value is (82,14,220). Sum of RGB (Red+Green+Blue) = 82+14+220=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #520EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520EDC is #ADF123. Grayscale: #393939. Windows color (decimal): -11399460 or 14421586. OLE color: 14421586.
HSL color Cylindrical-coordinate representation of color #520EDC: hue angle of 259.81º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520EDC is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 14 | 220 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.14 |
| HSL | 259.81º | 0.88% | 0.46% | - |
| HSV(B) | 259.81º | 0.94% | 0.86% | - |
| XYZ | 16.55 | 7.28 | 68.24 | - |
| YUV | 57.82 | 219.53 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 220 | 0.63 | 0.94 | 0 | 0.14 | 259.81 | 0.88 | 0.46 |
| Hex | 52 | E | DC | 3F | 5E | 0 | E | 104 | 58 | 2E |
| Octal | 122 | 16 | 334 | 77 | 136 | 0 | 16 | 404 | 130 | 56 |
| Binary | 1010010 | 1110 | 11011100 | 111111 | 1011110 | 0 | 1110 | 100000100 | 1011000 | 101110 |
Color Harmonies of #520EDC
Complementary color
Monochromatic Colors of #520EDC
Black with #520EDC
Text Example
Text Example
White with #520EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520EDC; }
p { color: rgb(82,14,220); }
H1.HeaderClassName
{
color: #520EDC;
}
.AnyTagClassName
{
color: #520EDC;
}
</style>
background-color css
<style>
a { background-color: #520EDC; }
a { background-color: rgb(82,14,220); }
div.DivClassName
{
background-color: #520EDC;
}
.BgClassName
{
background-color: #520EDC;
}
</style>
border-color css
<style>
span { border-color: #520EDC; }
span { border-color: rgb(82,14,220); }
td.TdClassName
{
border-color: #520EDC;
}
.TagClassName
{
border-color: #520EDC;
}
</style>