Shades of Han Purple #4E34DF
Tints of Han Purple #4E34DF
RGB
CMYK
RGB Variations
Color information
#4E34DF (or 0x4E34DF) is known color: Han Purple. HEX triplet: 4E, 34 and DF. RGB value is (78,52,223). Sum of RGB (Red+Green+Blue) = 78+52+223=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E34DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E34DF is #B1CB20. Grayscale: #4E4E4E. Windows color (decimal): -11651873 or 14627918. OLE color: 14627918.
HSL color Cylindrical-coordinate representation of color #4E34DF: hue angle of 249.12º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E34DF is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 52 | 223 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.13 |
| HSL | 249.12º | 0.73% | 0.54% | - |
| HSV(B) | 249.12º | 0.77% | 0.87% | - |
| XYZ | 17.69 | 9.4 | 70.69 | - |
| YUV | 79.27 | 209.11 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 223 | 0.65 | 0.77 | 0 | 0.13 | 249.12 | 0.73 | 0.54 |
| Hex | 4E | 34 | DF | 41 | 4D | 0 | D | F9 | 49 | 36 |
| Octal | 116 | 64 | 337 | 101 | 115 | 0 | 15 | 371 | 111 | 66 |
| Binary | 1001110 | 110100 | 11011111 | 1000001 | 1001101 | 0 | 1101 | 11111001 | 1001001 | 110110 |
Color Harmonies of #4E34DF
Complementary color
Monochromatic Colors of #4E34DF
Black with #4E34DF
Text Example
Text Example
White with #4E34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E34DF; }
p { color: rgb(78,52,223); }
H1.HeaderClassName
{
color: #4E34DF;
}
.AnyTagClassName
{
color: #4E34DF;
}
</style>
background-color css
<style>
a { background-color: #4E34DF; }
a { background-color: rgb(78,52,223); }
div.DivClassName
{
background-color: #4E34DF;
}
.BgClassName
{
background-color: #4E34DF;
}
</style>
border-color css
<style>
span { border-color: #4E34DF; }
span { border-color: rgb(78,52,223); }
td.TdClassName
{
border-color: #4E34DF;
}
.TagClassName
{
border-color: #4E34DF;
}
</style>