Shades of Han Purple #520EFA
Tints of Han Purple #520EFA
RGB
CMYK
RGB Variations
Color information
#520EFA (or 0x520EFA) is known color: Han Purple. HEX triplet: 52, 0E and FA. RGB value is (82,14,250). Sum of RGB (Red+Green+Blue) = 82+14+250=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #520EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520EFA is #ADF105. Grayscale: #3C3C3C. Windows color (decimal): -11399430 or 16387666. OLE color: 16387666.
HSL color Cylindrical-coordinate representation of color #520EFA: hue angle of 257.29º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520EFA is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 14 | 250 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.02 |
| HSL | 257.29º | 0.96% | 0.52% | - |
| HSV(B) | 257.29º | 0.94% | 0.98% | - |
| XYZ | 20.89 | 9.01 | 91.08 | - |
| YUV | 61.24 | 234.53 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 250 | 0.67 | 0.94 | 0 | 0.02 | 257.29 | 0.96 | 0.52 |
| Hex | 52 | E | FA | 43 | 5E | 0 | 2 | 101 | 60 | 34 |
| Octal | 122 | 16 | 372 | 103 | 136 | 0 | 2 | 401 | 140 | 64 |
| Binary | 1010010 | 1110 | 11111010 | 1000011 | 1011110 | 0 | 10 | 100000001 | 1100000 | 110100 |
Color Harmonies of #520EFA
Complementary color
Monochromatic Colors of #520EFA
Black with #520EFA
Text Example
Text Example
White with #520EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520EFA; }
p { color: rgb(82,14,250); }
H1.HeaderClassName
{
color: #520EFA;
}
.AnyTagClassName
{
color: #520EFA;
}
</style>
background-color css
<style>
a { background-color: #520EFA; }
a { background-color: rgb(82,14,250); }
div.DivClassName
{
background-color: #520EFA;
}
.BgClassName
{
background-color: #520EFA;
}
</style>
border-color css
<style>
span { border-color: #520EFA; }
span { border-color: rgb(82,14,250); }
td.TdClassName
{
border-color: #520EFA;
}
.TagClassName
{
border-color: #520EFA;
}
</style>