Shades of Han Purple #5217EC
Tints of Han Purple #5217EC
RGB
CMYK
RGB Variations
Color information
#5217EC (or 0x5217EC) is known color: Han Purple. HEX triplet: 52, 17 and EC. RGB value is (82,23,236). Sum of RGB (Red+Green+Blue) = 82+23+236=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #5217EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5217EC is #ADE813. Grayscale: #404040. Windows color (decimal): -11397140 or 15472466. OLE color: 15472466.
HSL color Cylindrical-coordinate representation of color #5217EC: hue angle of 256.62º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5217EC is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 23 | 236 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.07 |
| HSL | 256.62º | 0.85% | 0.51% | - |
| HSV(B) | 256.62º | 0.9% | 0.93% | - |
| XYZ | 18.93 | 8.46 | 79.99 | - |
| YUV | 64.92 | 224.55 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 236 | 0.65 | 0.90 | 0 | 0.07 | 256.62 | 0.85 | 0.51 |
| Hex | 52 | 17 | EC | 41 | 5A | 0 | 7 | 101 | 55 | 33 |
| Octal | 122 | 27 | 354 | 101 | 132 | 0 | 7 | 401 | 125 | 63 |
| Binary | 1010010 | 10111 | 11101100 | 1000001 | 1011010 | 0 | 111 | 100000001 | 1010101 | 110011 |
Color Harmonies of #5217EC
Complementary color
Monochromatic Colors of #5217EC
Black with #5217EC
Text Example
Text Example
White with #5217EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5217EC; }
p { color: rgb(82,23,236); }
H1.HeaderClassName
{
color: #5217EC;
}
.AnyTagClassName
{
color: #5217EC;
}
</style>
background-color css
<style>
a { background-color: #5217EC; }
a { background-color: rgb(82,23,236); }
div.DivClassName
{
background-color: #5217EC;
}
.BgClassName
{
background-color: #5217EC;
}
</style>
border-color css
<style>
span { border-color: #5217EC; }
span { border-color: rgb(82,23,236); }
td.TdClassName
{
border-color: #5217EC;
}
.TagClassName
{
border-color: #5217EC;
}
</style>