#4E32FB

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

Shades of Han Purple #4E32FB

Tints of Han Purple #4E32FB

Color information

#4E32FB (or 0x4E32FB) is unknown color: approx Han Purple. HEX triplet: 4E, 32 and FB. RGB value is (78,50,251). Sum of RGB (Red+Green+Blue) = 78+50+251=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E32FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E32FB is #B1CD04. Grayscale: #505050. Windows color (decimal): -11652357 or 16462414. OLE color: 16462414.

HSL color Cylindrical-coordinate representation of color #4E32FB: hue angle of 248.36º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E32FB is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7850251-
CMYK0.690.8000.02
HSL248.36º96.17%59.02%-
HSV(B)248.36º80.08%98.43%-
XYZ21.710.8792.22-
YUV81.29223.78125.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.58%
GREEN value IS 50 (19.92% from 255) = 13.19%
BLUE value IS 251 (98.44% from 255) = 66.23%
R=20.58%
G=13.19%
B=66.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal78502510.690.8000.02248.3696.1759.02
Hex4E32FB455002f8603b
Octal116623731051200237014073
Binary10011101100101111101110001011010000010111110001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E32FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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