Shades of Han Purple #520EFE
Tints of Han Purple #520EFE
RGB
CMYK
RGB Variations
Color information
#520EFE (or 0x520EFE) is known color: Han Purple. HEX triplet: 52, 0E and FE. RGB value is (82,14,254). Sum of RGB (Red+Green+Blue) = 82+14+254=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #520EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520EFE is #ADF101. Grayscale: #3C3C3C. Windows color (decimal): -11399426 or 16649810. OLE color: 16649810.
HSL color Cylindrical-coordinate representation of color #520EFE: hue angle of 257º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520EFE is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 14 | 254 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.00 |
| HSL | 257º | 0.99% | 0.53% | - |
| HSV(B) | 257º | 0.94% | 1% | - |
| XYZ | 21.53 | 9.26 | 94.42 | - |
| YUV | 61.69 | 236.53 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 254 | 0.68 | 0.94 | 0 | 0.00 | 257 | 0.99 | 0.53 |
| Hex | 52 | E | FE | 44 | 5E | 0 | 0 | 101 | 63 | 35 |
| Octal | 122 | 16 | 376 | 104 | 136 | 0 | 0 | 401 | 143 | 65 |
| Binary | 1010010 | 1110 | 11111110 | 1000100 | 1011110 | 0 | 0 | 100000001 | 1100011 | 110101 |
Color Harmonies of #520EFE
Complementary color
Monochromatic Colors of #520EFE
Black with #520EFE
Text Example
Text Example
White with #520EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520EFE; }
p { color: rgb(82,14,254); }
H1.HeaderClassName
{
color: #520EFE;
}
.AnyTagClassName
{
color: #520EFE;
}
</style>
background-color css
<style>
a { background-color: #520EFE; }
a { background-color: rgb(82,14,254); }
div.DivClassName
{
background-color: #520EFE;
}
.BgClassName
{
background-color: #520EFE;
}
</style>
border-color css
<style>
span { border-color: #520EFE; }
span { border-color: rgb(82,14,254); }
td.TdClassName
{
border-color: #520EFE;
}
.TagClassName
{
border-color: #520EFE;
}
</style>