#4E1AFB

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

Shades of Han Purple #4E1AFB

Tints of Han Purple #4E1AFB

Color information

#4E1AFB (or 0x4E1AFB) is unknown color: approx Han Purple. HEX triplet: 4E, 1A and FB. RGB value is (78,26,251). Sum of RGB (Red+Green+Blue) = 78+26+251=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E1AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1AFB is #B1E504. Grayscale: #424242. Windows color (decimal): -11658501 or 16456270. OLE color: 16456270.

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

Color convert

RGB7826251-
CMYK0.690.9000.02
HSL253.87º96.57%54.31%-
HSV(B)253.87º89.64%98.43%-
XYZ20.929.3291.96-
YUV67.2231.73135.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.97%
GREEN value IS 26 (10.55% from 255) = 7.32%
BLUE value IS 251 (98.44% from 255) = 70.70%
R=21.97%
G=7.32%
B=70.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal78262510.690.9000.02253.8796.5754.31
Hex4E1AFB455A02fe6136
Octal116323731051320237614166
Binary1001110110101111101110001011011010010111111101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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