Shades of Han Purple #520EEF
Tints of Han Purple #520EEF
RGB
CMYK
RGB Variations
Color information
#520EEF (or 0x520EEF) is known color: Han Purple. HEX triplet: 52, 0E and EF. RGB value is (82,14,239). Sum of RGB (Red+Green+Blue) = 82+14+239=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #520EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520EEF is #ADF110. Grayscale: #3B3B3B. Windows color (decimal): -11399441 or 15666770. OLE color: 15666770.
HSL color Cylindrical-coordinate representation of color #520EEF: hue angle of 258.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520EEF is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 14 | 239 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.06 |
| HSL | 258.13º | 0.89% | 0.5% | - |
| HSV(B) | 258.13º | 0.94% | 0.94% | - |
| XYZ | 19.22 | 8.34 | 82.26 | - |
| YUV | 59.98 | 229.03 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 239 | 0.66 | 0.94 | 0 | 0.06 | 258.13 | 0.89 | 0.5 |
| Hex | 52 | E | EF | 42 | 5E | 0 | 6 | 102 | 59 | 32 |
| Octal | 122 | 16 | 357 | 102 | 136 | 0 | 6 | 402 | 131 | 62 |
| Binary | 1010010 | 1110 | 11101111 | 1000010 | 1011110 | 0 | 110 | 100000010 | 1011001 | 110010 |
Color Harmonies of #520EEF
Complementary color
Monochromatic Colors of #520EEF
Black with #520EEF
Text Example
Text Example
White with #520EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520EEF; }
p { color: rgb(82,14,239); }
H1.HeaderClassName
{
color: #520EEF;
}
.AnyTagClassName
{
color: #520EEF;
}
</style>
background-color css
<style>
a { background-color: #520EEF; }
a { background-color: rgb(82,14,239); }
div.DivClassName
{
background-color: #520EEF;
}
.BgClassName
{
background-color: #520EEF;
}
</style>
border-color css
<style>
span { border-color: #520EEF; }
span { border-color: rgb(82,14,239); }
td.TdClassName
{
border-color: #520EEF;
}
.TagClassName
{
border-color: #520EEF;
}
</style>