Html Css Color HEX #4E32EF Han Purple

📋 copy color: '#4E32EF'

red 78 ◦ green 50 ◦ blue 239

#4E32EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4E32EF

Tints of Han Purple #4E32EF

RGB

 RED value IS 78 (30.86% from 255) = 21.25%

 GREEN value IS 50 (19.92% from 255) = 13.62%

 BLUE value IS 239 (93.75% from 255) = 65.12%

R = 21.25%
G = 13.62%
B = 65.12%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4E32EF (or 0x4E32EF) is known color: Han Purple. HEX triplet: 4E, 32 and EF. RGB value is (78,50,239). Sum of RGB (Red+Green+Blue) = 78+50+239=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E32EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E32EF is #B1CD10. Grayscale: #4F4F4F. Windows color (decimal): -11652369 or 15675982. OLE color: 15675982.

HSL color Cylindrical-coordinate representation of color #4E32EF: hue angle of 248.89º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E32EF is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 50 239 -
CMYK 0.67 0.79 0 0.06
HSL 248.89º 0.86% 0.57% -
HSV(B) 248.89º 0.79% 0.94% -
XYZ 19.86 10.13 82.57 -
YUV 79.92 217.78 126.63 -
System Red Green Blue C M Y K H S L
Decimal 78 50 239 0.67 0.79 0 0.06 248.89 0.86 0.57
Hex 4E 32 EF 43 4F 0 6 F9 56 39
Octal 116 62 357 103 117 0 6 371 126 71
Binary 1001110 110010 11101111 1000011 1001111 0 110 11111001 1010110 111001

Color Harmonies of #4E32EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E32EF

Black with #4E32EF

Text Example


Text Example

White with #4E32EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E32EF;
 }
 .AnyTagClassName
 {
   color: #4E32EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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