#4E1BFB

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

Shades of Han Purple #4E1BFB

Tints of Han Purple #4E1BFB

Color information

#4E1BFB (or 0x4E1BFB) is unknown color: approx Han Purple. HEX triplet: 4E, 1B and FB. RGB value is (78,27,251). Sum of RGB (Red+Green+Blue) = 78+27+251=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E1BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1BFB is #B1E404. Grayscale: #424242. Windows color (decimal): -11658245 or 16456526. OLE color: 16456526.

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

Color convert

RGB7827251-
CMYK0.690.8900.02
HSL253.66º96.55%54.51%-
HSV(B)253.66º89.24%98.43%-
XYZ20.959.3791.97-
YUV67.78231.4135.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.91%
GREEN value IS 27 (10.94% from 255) = 7.58%
BLUE value IS 251 (98.44% from 255) = 70.51%
R=21.91%
G=7.58%
B=70.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal78272510.690.8900.02253.6696.5554.51
Hex4E1BFB455902fe6137
Octal116333731051310237614167
Binary1001110110111111101110001011011001010111111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,27,251); }

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

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

 a { background-color: rgb(78,27,251); }

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

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

 span { border-color: rgb(78,27,251); }

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