Shades of Han Purple #520EFD
Tints of Han Purple #520EFD
RGB
CMYK
RGB Variations
Color information
#520EFD (or 0x520EFD) is known color: Han Purple. HEX triplet: 52, 0E and FD. RGB value is (82,14,253). Sum of RGB (Red+Green+Blue) = 82+14+253=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #520EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520EFD is #ADF102. Grayscale: #3C3C3C. Windows color (decimal): -11399427 or 16584274. OLE color: 16584274.
HSL color Cylindrical-coordinate representation of color #520EFD: hue angle of 257.07º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520EFD is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 14 | 253 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.01 |
| HSL | 257.07º | 0.98% | 0.52% | - |
| HSV(B) | 257.07º | 0.94% | 0.99% | - |
| XYZ | 21.37 | 9.2 | 93.58 | - |
| YUV | 61.58 | 236.03 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 253 | 0.68 | 0.94 | 0 | 0.01 | 257.07 | 0.98 | 0.52 |
| Hex | 52 | E | FD | 44 | 5E | 0 | 1 | 101 | 62 | 34 |
| Octal | 122 | 16 | 375 | 104 | 136 | 0 | 1 | 401 | 142 | 64 |
| Binary | 1010010 | 1110 | 11111101 | 1000100 | 1011110 | 0 | 1 | 100000001 | 1100010 | 110100 |
Color Harmonies of #520EFD
Complementary color
Monochromatic Colors of #520EFD
Black with #520EFD
Text Example
Text Example
White with #520EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520EFD; }
p { color: rgb(82,14,253); }
H1.HeaderClassName
{
color: #520EFD;
}
.AnyTagClassName
{
color: #520EFD;
}
</style>
background-color css
<style>
a { background-color: #520EFD; }
a { background-color: rgb(82,14,253); }
div.DivClassName
{
background-color: #520EFD;
}
.BgClassName
{
background-color: #520EFD;
}
</style>
border-color css
<style>
span { border-color: #520EFD; }
span { border-color: rgb(82,14,253); }
td.TdClassName
{
border-color: #520EFD;
}
.TagClassName
{
border-color: #520EFD;
}
</style>