Shades of Han Purple #520BE9
Tints of Han Purple #520BE9
RGB
CMYK
RGB Variations
Color information
#520BE9 (or 0x520BE9) is known color: Han Purple. HEX triplet: 52, 0B and E9. RGB value is (82,11,233). Sum of RGB (Red+Green+Blue) = 82+11+233=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 233 (91.41% from 255 or 71.47% from 326); Max value from RGB is 233 - color contains mainly: blue. Hex color #520BE9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520BE9 is #ADF416. Grayscale: #383838. Windows color (decimal): -11400215 or 15272786. OLE color: 15272786.
HSL color Cylindrical-coordinate representation of color #520BE9: hue angle of 259.19º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BE9 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 11 | 233 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.09 |
| HSL | 259.19º | 0.91% | 0.48% | - |
| HSV(B) | 259.19º | 0.95% | 0.91% | - |
| XYZ | 18.31 | 7.92 | 77.65 | - |
| YUV | 57.54 | 227.02 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 233 | 0.65 | 0.95 | 0 | 0.09 | 259.19 | 0.91 | 0.48 |
| Hex | 52 | B | E9 | 41 | 5F | 0 | 9 | 103 | 5B | 30 |
| Octal | 122 | 13 | 351 | 101 | 137 | 0 | 11 | 403 | 133 | 60 |
| Binary | 1010010 | 1011 | 11101001 | 1000001 | 1011111 | 0 | 1001 | 100000011 | 1011011 | 110000 |
Color Harmonies of #520BE9
Complementary color
Monochromatic Colors of #520BE9
Black with #520BE9
Text Example
Text Example
White with #520BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BE9; }
p { color: rgb(82,11,233); }
H1.HeaderClassName
{
color: #520BE9;
}
.AnyTagClassName
{
color: #520BE9;
}
</style>
background-color css
<style>
a { background-color: #520BE9; }
a { background-color: rgb(82,11,233); }
div.DivClassName
{
background-color: #520BE9;
}
.BgClassName
{
background-color: #520BE9;
}
</style>
border-color css
<style>
span { border-color: #520BE9; }
span { border-color: rgb(82,11,233); }
td.TdClassName
{
border-color: #520BE9;
}
.TagClassName
{
border-color: #520BE9;
}
</style>