Shades of Han Purple #520BEB
Tints of Han Purple #520BEB
RGB
CMYK
RGB Variations
Color information
#520BEB (or 0x520BEB) is known color: Han Purple. HEX triplet: 52, 0B and EB. RGB value is (82,11,235). Sum of RGB (Red+Green+Blue) = 82+11+235=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #520BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520BEB is #ADF414. Grayscale: #383838. Windows color (decimal): -11400213 or 15403858. OLE color: 15403858.
HSL color Cylindrical-coordinate representation of color #520BEB: hue angle of 259.02º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BEB is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 11 | 235 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.08 |
| HSL | 259.02º | 0.91% | 0.48% | - |
| HSV(B) | 259.02º | 0.95% | 0.92% | - |
| XYZ | 18.59 | 8.03 | 79.17 | - |
| YUV | 57.77 | 228.02 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 235 | 0.65 | 0.95 | 0 | 0.08 | 259.02 | 0.91 | 0.48 |
| Hex | 52 | B | EB | 41 | 5F | 0 | 8 | 103 | 5B | 30 |
| Octal | 122 | 13 | 353 | 101 | 137 | 0 | 10 | 403 | 133 | 60 |
| Binary | 1010010 | 1011 | 11101011 | 1000001 | 1011111 | 0 | 1000 | 100000011 | 1011011 | 110000 |
Color Harmonies of #520BEB
Complementary color
Monochromatic Colors of #520BEB
Black with #520BEB
Text Example
Text Example
White with #520BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BEB; }
p { color: rgb(82,11,235); }
H1.HeaderClassName
{
color: #520BEB;
}
.AnyTagClassName
{
color: #520BEB;
}
</style>
background-color css
<style>
a { background-color: #520BEB; }
a { background-color: rgb(82,11,235); }
div.DivClassName
{
background-color: #520BEB;
}
.BgClassName
{
background-color: #520BEB;
}
</style>
border-color css
<style>
span { border-color: #520BEB; }
span { border-color: rgb(82,11,235); }
td.TdClassName
{
border-color: #520BEB;
}
.TagClassName
{
border-color: #520BEB;
}
</style>