Shades of Han Purple #5123EC
Tints of Han Purple #5123EC
RGB
CMYK
RGB Variations
Color information
#5123EC (or 0x5123EC) is known color: Han Purple. HEX triplet: 51, 23 and EC. RGB value is (81,35,236). Sum of RGB (Red+Green+Blue) = 81+35+236=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #5123EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5123EC is #AEDC13. Grayscale: #464646. Windows color (decimal): -11459604 or 15475537. OLE color: 15475537.
HSL color Cylindrical-coordinate representation of color #5123EC: hue angle of 253.73º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5123EC is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 35 | 236 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.07 |
| HSL | 253.73º | 0.84% | 0.53% | - |
| HSV(B) | 253.73º | 0.85% | 0.93% | - |
| XYZ | 19.13 | 9.01 | 80.09 | - |
| YUV | 71.67 | 220.74 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 236 | 0.66 | 0.85 | 0 | 0.07 | 253.73 | 0.84 | 0.53 |
| Hex | 51 | 23 | EC | 42 | 55 | 0 | 7 | FE | 54 | 35 |
| Octal | 121 | 43 | 354 | 102 | 125 | 0 | 7 | 376 | 124 | 65 |
| Binary | 1010001 | 100011 | 11101100 | 1000010 | 1010101 | 0 | 111 | 11111110 | 1010100 | 110101 |
Color Harmonies of #5123EC
Complementary color
Monochromatic Colors of #5123EC
Black with #5123EC
Text Example
Text Example
White with #5123EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5123EC; }
p { color: rgb(81,35,236); }
H1.HeaderClassName
{
color: #5123EC;
}
.AnyTagClassName
{
color: #5123EC;
}
</style>
background-color css
<style>
a { background-color: #5123EC; }
a { background-color: rgb(81,35,236); }
div.DivClassName
{
background-color: #5123EC;
}
.BgClassName
{
background-color: #5123EC;
}
</style>
border-color css
<style>
span { border-color: #5123EC; }
span { border-color: rgb(81,35,236); }
td.TdClassName
{
border-color: #5123EC;
}
.TagClassName
{
border-color: #5123EC;
}
</style>