Shades of Han Purple #5211EF
Tints of Han Purple #5211EF
RGB
CMYK
RGB Variations
Color information
#5211EF (or 0x5211EF) is known color: Han Purple. HEX triplet: 52, 11 and EF. RGB value is (82,17,239). Sum of RGB (Red+Green+Blue) = 82+17+239=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #5211EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5211EF is #ADEE10. Grayscale: #3C3C3C. Windows color (decimal): -11398673 or 15667538. OLE color: 15667538.
HSL color Cylindrical-coordinate representation of color #5211EF: hue angle of 257.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5211EF is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 17 | 239 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.06 |
| HSL | 257.57º | 0.87% | 0.5% | - |
| HSV(B) | 257.57º | 0.93% | 0.94% | - |
| XYZ | 19.26 | 8.43 | 82.27 | - |
| YUV | 61.74 | 228.03 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 239 | 0.66 | 0.93 | 0 | 0.06 | 257.57 | 0.87 | 0.5 |
| Hex | 52 | 11 | EF | 42 | 5D | 0 | 6 | 102 | 57 | 32 |
| Octal | 122 | 21 | 357 | 102 | 135 | 0 | 6 | 402 | 127 | 62 |
| Binary | 1010010 | 10001 | 11101111 | 1000010 | 1011101 | 0 | 110 | 100000010 | 1010111 | 110010 |
Color Harmonies of #5211EF
Complementary color
Monochromatic Colors of #5211EF
Black with #5211EF
Text Example
Text Example
White with #5211EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5211EF; }
p { color: rgb(82,17,239); }
H1.HeaderClassName
{
color: #5211EF;
}
.AnyTagClassName
{
color: #5211EF;
}
</style>
background-color css
<style>
a { background-color: #5211EF; }
a { background-color: rgb(82,17,239); }
div.DivClassName
{
background-color: #5211EF;
}
.BgClassName
{
background-color: #5211EF;
}
</style>
border-color css
<style>
span { border-color: #5211EF; }
span { border-color: rgb(82,17,239); }
td.TdClassName
{
border-color: #5211EF;
}
.TagClassName
{
border-color: #5211EF;
}
</style>