Shades of Han Purple #5127EC
Tints of Han Purple #5127EC
RGB
CMYK
RGB Variations
Color information
#5127EC (or 0x5127EC) is known color: Han Purple. HEX triplet: 51, 27 and EC. RGB value is (81,39,236). Sum of RGB (Red+Green+Blue) = 81+39+236=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #5127EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5127EC is #AED813. Grayscale: #494949. Windows color (decimal): -11458580 or 15476561. OLE color: 15476561.
HSL color Cylindrical-coordinate representation of color #5127EC: hue angle of 252.79º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5127EC is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 39 | 236 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.07 |
| HSL | 252.79º | 0.84% | 0.54% | - |
| HSV(B) | 252.79º | 0.83% | 0.93% | - |
| XYZ | 19.26 | 9.26 | 80.13 | - |
| YUV | 74.02 | 219.41 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 236 | 0.66 | 0.83 | 0 | 0.07 | 252.79 | 0.84 | 0.54 |
| Hex | 51 | 27 | EC | 42 | 53 | 0 | 7 | FD | 54 | 36 |
| Octal | 121 | 47 | 354 | 102 | 123 | 0 | 7 | 375 | 124 | 66 |
| Binary | 1010001 | 100111 | 11101100 | 1000010 | 1010011 | 0 | 111 | 11111101 | 1010100 | 110110 |
Color Harmonies of #5127EC
Complementary color
Monochromatic Colors of #5127EC
Black with #5127EC
Text Example
Text Example
White with #5127EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5127EC; }
p { color: rgb(81,39,236); }
H1.HeaderClassName
{
color: #5127EC;
}
.AnyTagClassName
{
color: #5127EC;
}
</style>
background-color css
<style>
a { background-color: #5127EC; }
a { background-color: rgb(81,39,236); }
div.DivClassName
{
background-color: #5127EC;
}
.BgClassName
{
background-color: #5127EC;
}
</style>
border-color css
<style>
span { border-color: #5127EC; }
span { border-color: rgb(81,39,236); }
td.TdClassName
{
border-color: #5127EC;
}
.TagClassName
{
border-color: #5127EC;
}
</style>