Shades of Han Purple #5201EC
Tints of Han Purple #5201EC
RGB
CMYK
RGB Variations
Color information
#5201EC (or 0x5201EC) is known color: Han Purple. HEX triplet: 52, 01 and EC. RGB value is (82,1,236). Sum of RGB (Red+Green+Blue) = 82+1+236=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #5201EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5201EC is #ADFE13. Grayscale: #333333. Windows color (decimal): -11402772 or 15466834. OLE color: 15466834.
HSL color Cylindrical-coordinate representation of color #5201EC: hue angle of 260.68º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5201EC is Cyan = 0.65, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 1 | 236 | - |
| CMYK | 0.65 | 1.00 | 0 | 0.07 |
| HSL | 260.68º | 0.99% | 0.46% | - |
| HSV(B) | 260.68º | 1% | 0.93% | - |
| XYZ | 18.63 | 7.87 | 79.89 | - |
| YUV | 52.01 | 231.84 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 236 | 0.65 | 1.00 | 0 | 0.07 | 260.68 | 0.99 | 0.46 |
| Hex | 52 | 1 | EC | 41 | 64 | 0 | 7 | 105 | 63 | 2E |
| Octal | 122 | 1 | 354 | 101 | 144 | 0 | 7 | 405 | 143 | 56 |
| Binary | 1010010 | 1 | 11101100 | 1000001 | 1100100 | 0 | 111 | 100000101 | 1100011 | 101110 |
Color Harmonies of #5201EC
Complementary color
Monochromatic Colors of #5201EC
Black with #5201EC
Text Example
Text Example
White with #5201EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5201EC; }
p { color: rgb(82,1,236); }
H1.HeaderClassName
{
color: #5201EC;
}
.AnyTagClassName
{
color: #5201EC;
}
</style>
background-color css
<style>
a { background-color: #5201EC; }
a { background-color: rgb(82,1,236); }
div.DivClassName
{
background-color: #5201EC;
}
.BgClassName
{
background-color: #5201EC;
}
</style>
border-color css
<style>
span { border-color: #5201EC; }
span { border-color: rgb(82,1,236); }
td.TdClassName
{
border-color: #5201EC;
}
.TagClassName
{
border-color: #5201EC;
}
</style>