Shades of Han Purple #520BE5
Tints of Han Purple #520BE5
RGB
CMYK
RGB Variations
Color information
#520BE5 (or 0x520BE5) is known color: Han Purple. HEX triplet: 52, 0B and E5. RGB value is (82,11,229). Sum of RGB (Red+Green+Blue) = 82+11+229=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 229 (89.84% from 255 or 71.12% from 322); Max value from RGB is 229 - color contains mainly: blue. Hex color #520BE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BE5 is #ADF41A. Grayscale: #383838. Windows color (decimal): -11400219 or 15010642. OLE color: 15010642.
HSL color Cylindrical-coordinate representation of color #520BE5: hue angle of 259.54º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BE5 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 11 | 229 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.10 |
| HSL | 259.54º | 0.91% | 0.47% | - |
| HSV(B) | 259.54º | 0.95% | 0.9% | - |
| XYZ | 17.74 | 7.69 | 74.68 | - |
| YUV | 57.08 | 225.02 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 229 | 0.64 | 0.95 | 0 | 0.10 | 259.54 | 0.91 | 0.47 |
| Hex | 52 | B | E5 | 40 | 5F | 0 | A | 104 | 5B | 2F |
| Octal | 122 | 13 | 345 | 100 | 137 | 0 | 12 | 404 | 133 | 57 |
| Binary | 1010010 | 1011 | 11100101 | 1000000 | 1011111 | 0 | 1010 | 100000100 | 1011011 | 101111 |
Color Harmonies of #520BE5
Complementary color
Monochromatic Colors of #520BE5
Black with #520BE5
Text Example
Text Example
White with #520BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BE5; }
p { color: rgb(82,11,229); }
H1.HeaderClassName
{
color: #520BE5;
}
.AnyTagClassName
{
color: #520BE5;
}
</style>
background-color css
<style>
a { background-color: #520BE5; }
a { background-color: rgb(82,11,229); }
div.DivClassName
{
background-color: #520BE5;
}
.BgClassName
{
background-color: #520BE5;
}
</style>
border-color css
<style>
span { border-color: #520BE5; }
span { border-color: rgb(82,11,229); }
td.TdClassName
{
border-color: #520BE5;
}
.TagClassName
{
border-color: #520BE5;
}
</style>