#4E1FE1

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

Shades of Han Purple #4E1FE1

Tints of Han Purple #4E1FE1

Color information

#4E1FE1 (or 0x4E1FE1) is unknown color: approx Han Purple. HEX triplet: 4E, 1F and E1. RGB value is (78,31,225). Sum of RGB (Red+Green+Blue) = 78+31+225=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 225 (88.28% from 255 or 67.37% from 334); Max value from RGB is 225 - color contains mainly: blue. Hex color #4E1FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1FE1 is #B1E01E. Grayscale: #424242. Windows color (decimal): -11657247 or 14753614. OLE color: 14753614.

HSL color Cylindrical-coordinate representation of color #4E1FE1: hue angle of 254.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E1FE1 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7831225-
CMYK0.650.8600.12
HSL254.54º76.38%50.2%-
HSV(B)254.54º86.22%88.24%-
XYZ17.228.0471.88-
YUV67.17217.07135.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.35%
GREEN value IS 31 (12.5% from 255) = 9.28%
BLUE value IS 225 (88.28% from 255) = 67.37%
R=23.35%
G=9.28%
B=67.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal78312250.650.8600.12254.5476.3850.2
Hex4E1FE141560Cff4c32
Octal1163734110112601437711462
Binary100111011111111000011000001101011001100111111111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,31,225); }

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

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

 a { background-color: rgb(78,31,225); }

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

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

 span { border-color: rgb(78,31,225); }

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