Shades of Han Purple #5128E9
Tints of Han Purple #5128E9
RGB
CMYK
RGB Variations
Color information
#5128E9 (or 0x5128E9) is known color: Han Purple. HEX triplet: 51, 28 and E9. RGB value is (81,40,233). Sum of RGB (Red+Green+Blue) = 81+40+233=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 233 (91.41% from 255 or 65.82% from 354); Max value from RGB is 233 - color contains mainly: blue. Hex color #5128E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5128E9 is #AED716. Grayscale: #494949. Windows color (decimal): -11458327 or 15280209. OLE color: 15280209.
HSL color Cylindrical-coordinate representation of color #5128E9: hue angle of 252.75º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5128E9 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 40 | 233 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.09 |
| HSL | 252.75º | 0.81% | 0.54% | - |
| HSV(B) | 252.75º | 0.83% | 0.91% | - |
| XYZ | 18.86 | 9.15 | 77.86 | - |
| YUV | 74.26 | 217.58 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 233 | 0.65 | 0.83 | 0 | 0.09 | 252.75 | 0.81 | 0.54 |
| Hex | 51 | 28 | E9 | 41 | 53 | 0 | 9 | FD | 51 | 36 |
| Octal | 121 | 50 | 351 | 101 | 123 | 0 | 11 | 375 | 121 | 66 |
| Binary | 1010001 | 101000 | 11101001 | 1000001 | 1010011 | 0 | 1001 | 11111101 | 1010001 | 110110 |
Color Harmonies of #5128E9
Complementary color
Monochromatic Colors of #5128E9
Black with #5128E9
Text Example
Text Example
White with #5128E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5128E9; }
p { color: rgb(81,40,233); }
H1.HeaderClassName
{
color: #5128E9;
}
.AnyTagClassName
{
color: #5128E9;
}
</style>
background-color css
<style>
a { background-color: #5128E9; }
a { background-color: rgb(81,40,233); }
div.DivClassName
{
background-color: #5128E9;
}
.BgClassName
{
background-color: #5128E9;
}
</style>
border-color css
<style>
span { border-color: #5128E9; }
span { border-color: rgb(81,40,233); }
td.TdClassName
{
border-color: #5128E9;
}
.TagClassName
{
border-color: #5128E9;
}
</style>