#4E1CEF

Color #4E1CEF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4E1CEF

Tints of Han Purple #4E1CEF

Color information

#4E1CEF (or 0x4E1CEF) is unknown color: approx Han Purple. HEX triplet: 4E, 1C and EF. RGB value is (78,28,239). Sum of RGB (Red+Green+Blue) = 78+28+239=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E1CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1CEF is #B1E310. Grayscale: #424242. Windows color (decimal): -11658001 or 15670350. OLE color: 15670350.

HSL color Cylindrical-coordinate representation of color #4E1CEF: hue angle of 254.22º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E1CEF is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7828239-
CMYK0.670.8800.06
HSL254.22º86.83%52.35%-
HSV(B)254.22º88.28%93.73%-
XYZ19.148.6882.33-
YUV67225.06135.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 22.61%
GREEN value IS 28 (11.33% from 255) = 8.12%
BLUE value IS 239 (93.75% from 255) = 69.28%
R=22.61%
G=8.12%
B=69.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal78282390.670.8800.06254.2286.8352.35
Hex4E1CEF435806fe5734
Octal116343571031300637612764
Binary10011101110011101111100001110110000110111111101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E1CEF; }

 p { color: rgb(78,28,239); }

 H1.HeaderClassName
 {
   color: #4E1CEF;
 }
 .AnyTagClassName
 {
   color: #4E1CEF;
 }
</style>
background-color css

<style>
 a { background-color: #4E1CEF; }

 a { background-color: rgb(78,28,239); }

 div.DivClassName
 {
   background-color: #4E1CEF;
 }
 .BgClassName
 {
   background-color: #4E1CEF;
 }
</style>
border-color css

<style>
 span { border-color: #4E1CEF; }

 span { border-color: rgb(78,28,239); }

 td.TdClassName
 {
   border-color: #4E1CEF;
 }
 .TagClassName
 {
   border-color: #4E1CEF;
 }
</style>