#4E1DDE

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

Shades of Han Purple #4E1DDE

Tints of Han Purple #4E1DDE

Color information

#4E1DDE (or 0x4E1DDE) is unknown color: approx Han Purple. HEX triplet: 4E, 1D and DE. RGB value is (78,29,222). Sum of RGB (Red+Green+Blue) = 78+29+222=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 222 (87.11% from 255 or 67.48% from 329); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E1DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1DDE is #B1E221. Grayscale: #404040. Windows color (decimal): -11657762 or 14556494. OLE color: 14556494.

HSL color Cylindrical-coordinate representation of color #4E1DDE: hue angle of 255.23º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E1DDE is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7829222-
CMYK0.650.8700.13
HSL255.23º76.89%49.22%-
HSV(B)255.23º86.94%87.06%-
XYZ16.777.7769.72-
YUV65.65216.23136.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.71%
GREEN value IS 29 (11.72% from 255) = 8.81%
BLUE value IS 222 (87.11% from 255) = 67.48%
R=23.71%
G=8.81%
B=67.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal78292220.650.8700.13255.2376.8949.22
Hex4E1DDE41570Dff4d31
Octal1163533610112701537711561
Binary100111011101110111101000001101011101101111111111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,29,222); }

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

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

 a { background-color: rgb(78,29,222); }

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

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

 span { border-color: rgb(78,29,222); }

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