Shades of Han Purple #5132EA
Tints of Han Purple #5132EA
RGB
CMYK
RGB Variations
Color information
#5132EA (or 0x5132EA) is known color: Han Purple. HEX triplet: 51, 32 and EA. RGB value is (81,50,234). Sum of RGB (Red+Green+Blue) = 81+50+234=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #5132EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5132EA is #AECD15. Grayscale: #4F4F4F. Windows color (decimal): -11455766 or 15348305. OLE color: 15348305.
HSL color Cylindrical-coordinate representation of color #5132EA: hue angle of 250.11º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5132EA is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 50 | 234 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.08 |
| HSL | 250.11º | 0.81% | 0.56% | - |
| HSV(B) | 250.11º | 0.79% | 0.92% | - |
| XYZ | 19.39 | 9.97 | 78.74 | - |
| YUV | 80.25 | 214.77 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 234 | 0.65 | 0.79 | 0 | 0.08 | 250.11 | 0.81 | 0.56 |
| Hex | 51 | 32 | EA | 41 | 4F | 0 | 8 | FA | 51 | 38 |
| Octal | 121 | 62 | 352 | 101 | 117 | 0 | 10 | 372 | 121 | 70 |
| Binary | 1010001 | 110010 | 11101010 | 1000001 | 1001111 | 0 | 1000 | 11111010 | 1010001 | 111000 |
Color Harmonies of #5132EA
Complementary color
Monochromatic Colors of #5132EA
Black with #5132EA
Text Example
Text Example
White with #5132EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5132EA; }
p { color: rgb(81,50,234); }
H1.HeaderClassName
{
color: #5132EA;
}
.AnyTagClassName
{
color: #5132EA;
}
</style>
background-color css
<style>
a { background-color: #5132EA; }
a { background-color: rgb(81,50,234); }
div.DivClassName
{
background-color: #5132EA;
}
.BgClassName
{
background-color: #5132EA;
}
</style>
border-color css
<style>
span { border-color: #5132EA; }
span { border-color: rgb(81,50,234); }
td.TdClassName
{
border-color: #5132EA;
}
.TagClassName
{
border-color: #5132EA;
}
</style>