Shades of Han Purple #520BEE
Tints of Han Purple #520BEE
RGB
CMYK
RGB Variations
Color information
#520BEE (or 0x520BEE) is known color: Han Purple. HEX triplet: 52, 0B and EE. RGB value is (82,11,238). Sum of RGB (Red+Green+Blue) = 82+11+238=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #520BEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520BEE is #ADF411. Grayscale: #393939. Windows color (decimal): -11400210 or 15600466. OLE color: 15600466.
HSL color Cylindrical-coordinate representation of color #520BEE: hue angle of 258.77º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BEE is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 11 | 238 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.07 |
| HSL | 258.77º | 0.91% | 0.49% | - |
| HSV(B) | 258.77º | 0.95% | 0.93% | - |
| XYZ | 19.03 | 8.21 | 81.47 | - |
| YUV | 58.11 | 229.52 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 238 | 0.66 | 0.95 | 0 | 0.07 | 258.77 | 0.91 | 0.49 |
| Hex | 52 | B | EE | 42 | 5F | 0 | 7 | 103 | 5B | 31 |
| Octal | 122 | 13 | 356 | 102 | 137 | 0 | 7 | 403 | 133 | 61 |
| Binary | 1010010 | 1011 | 11101110 | 1000010 | 1011111 | 0 | 111 | 100000011 | 1011011 | 110001 |
Color Harmonies of #520BEE
Complementary color
Monochromatic Colors of #520BEE
Black with #520BEE
Text Example
Text Example
White with #520BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BEE; }
p { color: rgb(82,11,238); }
H1.HeaderClassName
{
color: #520BEE;
}
.AnyTagClassName
{
color: #520BEE;
}
</style>
background-color css
<style>
a { background-color: #520BEE; }
a { background-color: rgb(82,11,238); }
div.DivClassName
{
background-color: #520BEE;
}
.BgClassName
{
background-color: #520BEE;
}
</style>
border-color css
<style>
span { border-color: #520BEE; }
span { border-color: rgb(82,11,238); }
td.TdClassName
{
border-color: #520BEE;
}
.TagClassName
{
border-color: #520BEE;
}
</style>