Shades of Han Purple #520EE0
Tints of Han Purple #520EE0
RGB
CMYK
RGB Variations
Color information
#520EE0 (or 0x520EE0) is known color: Han Purple. HEX triplet: 52, 0E and E0. RGB value is (82,14,224). Sum of RGB (Red+Green+Blue) = 82+14+224=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #520EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520EE0 is #ADF11F. Grayscale: #393939. Windows color (decimal): -11399456 or 14683730. OLE color: 14683730.
HSL color Cylindrical-coordinate representation of color #520EE0: hue angle of 259.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520EE0 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 14 | 224 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.12 |
| HSL | 259.43º | 0.88% | 0.47% | - |
| HSV(B) | 259.43º | 0.94% | 0.88% | - |
| XYZ | 17.09 | 7.49 | 71.07 | - |
| YUV | 58.27 | 221.53 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 224 | 0.63 | 0.94 | 0 | 0.12 | 259.43 | 0.88 | 0.47 |
| Hex | 52 | E | E0 | 3F | 5E | 0 | C | 103 | 58 | 2F |
| Octal | 122 | 16 | 340 | 77 | 136 | 0 | 14 | 403 | 130 | 57 |
| Binary | 1010010 | 1110 | 11100000 | 111111 | 1011110 | 0 | 1100 | 100000011 | 1011000 | 101111 |
Color Harmonies of #520EE0
Complementary color
Monochromatic Colors of #520EE0
Black with #520EE0
Text Example
Text Example
White with #520EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520EE0; }
p { color: rgb(82,14,224); }
H1.HeaderClassName
{
color: #520EE0;
}
.AnyTagClassName
{
color: #520EE0;
}
</style>
background-color css
<style>
a { background-color: #520EE0; }
a { background-color: rgb(82,14,224); }
div.DivClassName
{
background-color: #520EE0;
}
.BgClassName
{
background-color: #520EE0;
}
</style>
border-color css
<style>
span { border-color: #520EE0; }
span { border-color: rgb(82,14,224); }
td.TdClassName
{
border-color: #520EE0;
}
.TagClassName
{
border-color: #520EE0;
}
</style>