Shades of Han Purple #4E34EC
Tints of Han Purple #4E34EC
RGB
CMYK
RGB Variations
Color information
#4E34EC (or 0x4E34EC) is known color: Han Purple. HEX triplet: 4E, 34 and EC. RGB value is (78,52,236). Sum of RGB (Red+Green+Blue) = 78+52+236=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #4E34EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E34EC is #B1CB13. Grayscale: #505050. Windows color (decimal): -11651860 or 15479886. OLE color: 15479886.
HSL color Cylindrical-coordinate representation of color #4E34EC: hue angle of 248.48º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E34EC is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 52 | 236 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.07 |
| HSL | 248.48º | 0.83% | 0.56% | - |
| HSV(B) | 248.48º | 0.78% | 0.93% | - |
| XYZ | 19.51 | 10.13 | 80.28 | - |
| YUV | 80.75 | 215.61 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 236 | 0.67 | 0.78 | 0 | 0.07 | 248.48 | 0.83 | 0.56 |
| Hex | 4E | 34 | EC | 43 | 4E | 0 | 7 | F8 | 53 | 38 |
| Octal | 116 | 64 | 354 | 103 | 116 | 0 | 7 | 370 | 123 | 70 |
| Binary | 1001110 | 110100 | 11101100 | 1000011 | 1001110 | 0 | 111 | 11111000 | 1010011 | 111000 |
Color Harmonies of #4E34EC
Complementary color
Monochromatic Colors of #4E34EC
Black with #4E34EC
Text Example
Text Example
White with #4E34EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E34EC; }
p { color: rgb(78,52,236); }
H1.HeaderClassName
{
color: #4E34EC;
}
.AnyTagClassName
{
color: #4E34EC;
}
</style>
background-color css
<style>
a { background-color: #4E34EC; }
a { background-color: rgb(78,52,236); }
div.DivClassName
{
background-color: #4E34EC;
}
.BgClassName
{
background-color: #4E34EC;
}
</style>
border-color css
<style>
span { border-color: #4E34EC; }
span { border-color: rgb(78,52,236); }
td.TdClassName
{
border-color: #4E34EC;
}
.TagClassName
{
border-color: #4E34EC;
}
</style>