Shades of Han Purple #520EEB
Tints of Han Purple #520EEB
RGB
CMYK
RGB Variations
Color information
#520EEB (or 0x520EEB) is known color: Han Purple. HEX triplet: 52, 0E and EB. RGB value is (82,14,235). Sum of RGB (Red+Green+Blue) = 82+14+235=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #520EEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520EEB is #ADF114. Grayscale: #3A3A3A. Windows color (decimal): -11399445 or 15404626. OLE color: 15404626.
HSL color Cylindrical-coordinate representation of color #520EEB: hue angle of 258.46º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520EEB is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 14 | 235 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.08 |
| HSL | 258.46º | 0.89% | 0.49% | - |
| HSV(B) | 258.46º | 0.94% | 0.92% | - |
| XYZ | 18.63 | 8.11 | 79.18 | - |
| YUV | 59.53 | 227.03 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 235 | 0.65 | 0.94 | 0 | 0.08 | 258.46 | 0.89 | 0.49 |
| Hex | 52 | E | EB | 41 | 5E | 0 | 8 | 102 | 59 | 31 |
| Octal | 122 | 16 | 353 | 101 | 136 | 0 | 10 | 402 | 131 | 61 |
| Binary | 1010010 | 1110 | 11101011 | 1000001 | 1011110 | 0 | 1000 | 100000010 | 1011001 | 110001 |
Color Harmonies of #520EEB
Complementary color
Monochromatic Colors of #520EEB
Black with #520EEB
Text Example
Text Example
White with #520EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520EEB; }
p { color: rgb(82,14,235); }
H1.HeaderClassName
{
color: #520EEB;
}
.AnyTagClassName
{
color: #520EEB;
}
</style>
background-color css
<style>
a { background-color: #520EEB; }
a { background-color: rgb(82,14,235); }
div.DivClassName
{
background-color: #520EEB;
}
.BgClassName
{
background-color: #520EEB;
}
</style>
border-color css
<style>
span { border-color: #520EEB; }
span { border-color: rgb(82,14,235); }
td.TdClassName
{
border-color: #520EEB;
}
.TagClassName
{
border-color: #520EEB;
}
</style>