Shades of Han Purple #5114EF
Tints of Han Purple #5114EF
RGB
CMYK
RGB Variations
Color information
#5114EF (or 0x5114EF) is known color: Han Purple. HEX triplet: 51, 14 and EF. RGB value is (81,20,239). Sum of RGB (Red+Green+Blue) = 81+20+239=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #5114EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5114EF is #AEEB10. Grayscale: #3E3E3E. Windows color (decimal): -11463441 or 15668305. OLE color: 15668305.
HSL color Cylindrical-coordinate representation of color #5114EF: hue angle of 256.71º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5114EF is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 20 | 239 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.06 |
| HSL | 256.71º | 0.87% | 0.51% | - |
| HSV(B) | 256.71º | 0.92% | 0.94% | - |
| XYZ | 19.22 | 8.48 | 82.29 | - |
| YUV | 63.21 | 227.21 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 239 | 0.66 | 0.92 | 0 | 0.06 | 256.71 | 0.87 | 0.51 |
| Hex | 51 | 14 | EF | 42 | 5C | 0 | 6 | 101 | 57 | 33 |
| Octal | 121 | 24 | 357 | 102 | 134 | 0 | 6 | 401 | 127 | 63 |
| Binary | 1010001 | 10100 | 11101111 | 1000010 | 1011100 | 0 | 110 | 100000001 | 1010111 | 110011 |
Color Harmonies of #5114EF
Complementary color
Monochromatic Colors of #5114EF
Black with #5114EF
Text Example
Text Example
White with #5114EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5114EF; }
p { color: rgb(81,20,239); }
H1.HeaderClassName
{
color: #5114EF;
}
.AnyTagClassName
{
color: #5114EF;
}
</style>
background-color css
<style>
a { background-color: #5114EF; }
a { background-color: rgb(81,20,239); }
div.DivClassName
{
background-color: #5114EF;
}
.BgClassName
{
background-color: #5114EF;
}
</style>
border-color css
<style>
span { border-color: #5114EF; }
span { border-color: rgb(81,20,239); }
td.TdClassName
{
border-color: #5114EF;
}
.TagClassName
{
border-color: #5114EF;
}
</style>