#4E27FA

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

Shades of Han Purple #4E27FA

Tints of Han Purple #4E27FA

Color information

#4E27FA (or 0x4E27FA) is unknown color: approx Han Purple. HEX triplet: 4E, 27 and FA. RGB value is (78,39,250). Sum of RGB (Red+Green+Blue) = 78+39+250=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E27FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E27FA is #B1D805. Grayscale: #494949. Windows color (decimal): -11655174 or 16394062. OLE color: 16394062.

HSL color Cylindrical-coordinate representation of color #4E27FA: hue angle of 251.09º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E27FA is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7839250-
CMYK0.690.8400.02
HSL251.09º95.48%56.67%-
HSV(B)251.09º84.4%98.04%-
XYZ21.129.9791.25-
YUV74.72226.92130.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.25%
GREEN value IS 39 (15.62% from 255) = 10.63%
BLUE value IS 250 (98.05% from 255) = 68.12%
R=21.25%
G=10.63%
B=68.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal78392500.690.8400.02251.0995.4856.67
Hex4E27FA455402fb5f39
Octal116473721051240237313771
Binary10011101001111111101010001011010100010111110111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E27FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,39,250); }

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

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

 a { background-color: rgb(78,39,250); }

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

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

 span { border-color: rgb(78,39,250); }

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