Shades of Han Purple #5132E9
Tints of Han Purple #5132E9
RGB
CMYK
RGB Variations
Color information
#5132E9 (or 0x5132E9) is known color: Han Purple. HEX triplet: 51, 32 and E9. RGB value is (81,50,233). Sum of RGB (Red+Green+Blue) = 81+50+233=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 233 (91.41% from 255 or 64.01% from 364); Max value from RGB is 233 - color contains mainly: blue. Hex color #5132E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5132E9 is #AECD16. Grayscale: #4F4F4F. Windows color (decimal): -11455767 or 15282769. OLE color: 15282769.
HSL color Cylindrical-coordinate representation of color #5132E9: hue angle of 250.16º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5132E9 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 50 | 233 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.09 |
| HSL | 250.16º | 0.81% | 0.55% | - |
| HSV(B) | 250.16º | 0.79% | 0.91% | - |
| XYZ | 19.24 | 9.91 | 77.99 | - |
| YUV | 80.13 | 214.27 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 233 | 0.65 | 0.79 | 0 | 0.09 | 250.16 | 0.81 | 0.55 |
| Hex | 51 | 32 | E9 | 41 | 4F | 0 | 9 | FA | 51 | 37 |
| Octal | 121 | 62 | 351 | 101 | 117 | 0 | 11 | 372 | 121 | 67 |
| Binary | 1010001 | 110010 | 11101001 | 1000001 | 1001111 | 0 | 1001 | 11111010 | 1010001 | 110111 |
Color Harmonies of #5132E9
Complementary color
Monochromatic Colors of #5132E9
Black with #5132E9
Text Example
Text Example
White with #5132E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5132E9; }
p { color: rgb(81,50,233); }
H1.HeaderClassName
{
color: #5132E9;
}
.AnyTagClassName
{
color: #5132E9;
}
</style>
background-color css
<style>
a { background-color: #5132E9; }
a { background-color: rgb(81,50,233); }
div.DivClassName
{
background-color: #5132E9;
}
.BgClassName
{
background-color: #5132E9;
}
</style>
border-color css
<style>
span { border-color: #5132E9; }
span { border-color: rgb(81,50,233); }
td.TdClassName
{
border-color: #5132E9;
}
.TagClassName
{
border-color: #5132E9;
}
</style>