Shades of Han Purple #5132EC
Tints of Han Purple #5132EC
RGB
CMYK
RGB Variations
Color information
#5132EC (or 0x5132EC) is known color: Han Purple. HEX triplet: 51, 32 and EC. RGB value is (81,50,236). Sum of RGB (Red+Green+Blue) = 81+50+236=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #5132EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5132EC is #AECD13. Grayscale: #4F4F4F. Windows color (decimal): -11455764 or 15479377. OLE color: 15479377.
HSL color Cylindrical-coordinate representation of color #5132EC: hue angle of 250º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5132EC is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 50 | 236 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.07 |
| HSL | 250º | 0.83% | 0.56% | - |
| HSV(B) | 250º | 0.79% | 0.93% | - |
| XYZ | 19.67 | 10.09 | 80.27 | - |
| YUV | 80.47 | 215.77 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 236 | 0.66 | 0.79 | 0 | 0.07 | 250 | 0.83 | 0.56 |
| Hex | 51 | 32 | EC | 42 | 4F | 0 | 7 | FA | 53 | 38 |
| Octal | 121 | 62 | 354 | 102 | 117 | 0 | 7 | 372 | 123 | 70 |
| Binary | 1010001 | 110010 | 11101100 | 1000010 | 1001111 | 0 | 111 | 11111010 | 1010011 | 111000 |
Color Harmonies of #5132EC
Complementary color
Monochromatic Colors of #5132EC
Black with #5132EC
Text Example
Text Example
White with #5132EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5132EC; }
p { color: rgb(81,50,236); }
H1.HeaderClassName
{
color: #5132EC;
}
.AnyTagClassName
{
color: #5132EC;
}
</style>
background-color css
<style>
a { background-color: #5132EC; }
a { background-color: rgb(81,50,236); }
div.DivClassName
{
background-color: #5132EC;
}
.BgClassName
{
background-color: #5132EC;
}
</style>
border-color css
<style>
span { border-color: #5132EC; }
span { border-color: rgb(81,50,236); }
td.TdClassName
{
border-color: #5132EC;
}
.TagClassName
{
border-color: #5132EC;
}
</style>