Shades of Han Purple #520BE4
Tints of Han Purple #520BE4
RGB
CMYK
RGB Variations
Color information
#520BE4 (or 0x520BE4) is known color: Han Purple. HEX triplet: 52, 0B and E4. RGB value is (82,11,228). Sum of RGB (Red+Green+Blue) = 82+11+228=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 228 (89.45% from 255 or 71.03% from 321); Max value from RGB is 228 - color contains mainly: blue. Hex color #520BE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BE4 is #ADF41B. Grayscale: #383838. Windows color (decimal): -11400220 or 14945106. OLE color: 14945106.
HSL color Cylindrical-coordinate representation of color #520BE4: hue angle of 259.63º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BE4 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 11 | 228 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.11 |
| HSL | 259.63º | 0.91% | 0.47% | - |
| HSV(B) | 259.63º | 0.95% | 0.89% | - |
| XYZ | 17.6 | 7.63 | 73.94 | - |
| YUV | 56.97 | 224.52 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 228 | 0.64 | 0.95 | 0 | 0.11 | 259.63 | 0.91 | 0.47 |
| Hex | 52 | B | E4 | 40 | 5F | 0 | B | 104 | 5B | 2F |
| Octal | 122 | 13 | 344 | 100 | 137 | 0 | 13 | 404 | 133 | 57 |
| Binary | 1010010 | 1011 | 11100100 | 1000000 | 1011111 | 0 | 1011 | 100000100 | 1011011 | 101111 |
Color Harmonies of #520BE4
Complementary color
Monochromatic Colors of #520BE4
Black with #520BE4
Text Example
Text Example
White with #520BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BE4; }
p { color: rgb(82,11,228); }
H1.HeaderClassName
{
color: #520BE4;
}
.AnyTagClassName
{
color: #520BE4;
}
</style>
background-color css
<style>
a { background-color: #520BE4; }
a { background-color: rgb(82,11,228); }
div.DivClassName
{
background-color: #520BE4;
}
.BgClassName
{
background-color: #520BE4;
}
</style>
border-color css
<style>
span { border-color: #520BE4; }
span { border-color: rgb(82,11,228); }
td.TdClassName
{
border-color: #520BE4;
}
.TagClassName
{
border-color: #520BE4;
}
</style>