#4E1EEC

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

Shades of Han Purple #4E1EEC

Tints of Han Purple #4E1EEC

Color information

#4E1EEC (or 0x4E1EEC) is unknown color: approx Han Purple. HEX triplet: 4E, 1E and EC. RGB value is (78,30,236). Sum of RGB (Red+Green+Blue) = 78+30+236=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #4E1EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1EEC is #B1E113. Grayscale: #434343. Windows color (decimal): -11657492 or 15474254. OLE color: 15474254.

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

Color convert

RGB7830236-
CMYK0.670.8700.07
HSL253.98º84.43%52.16%-
HSV(B)253.98º87.29%92.55%-
XYZ18.758.680.03-
YUV67.84222.9135.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.67%
GREEN value IS 30 (12.11% from 255) = 8.72%
BLUE value IS 236 (92.58% from 255) = 68.60%
R=22.67%
G=8.72%
B=68.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal78302360.670.8700.07253.9884.4352.16
Hex4E1EEC435707fe5434
Octal116363541031270737612464
Binary10011101111011101100100001110101110111111111101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,30,236); }

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

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

 a { background-color: rgb(78,30,236); }

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

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

 span { border-color: rgb(78,30,236); }

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