Html Css Color HEX #4E20EC Han Purple

📋 copy color: '#4E20EC'

red 78 ◦ green 32 ◦ blue 236

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

Shades of Han Purple #4E20EC

Tints of Han Purple #4E20EC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.25%

 BLUE value IS 236 (92.58% from 255) = 68.21%

R = 22.54%
G = 9.25%
B = 68.21%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4E20EC (or 0x4E20EC) is known color: Han Purple. HEX triplet: 4E, 20 and EC. RGB value is (78,32,236). Sum of RGB (Red+Green+Blue) = 78+32+236=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #4E20EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E20EC is #B1DF13. Grayscale: #444444. Windows color (decimal): -11656980 or 15474766. OLE color: 15474766.

HSL color Cylindrical-coordinate representation of color #4E20EC: hue angle of 253.53º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E20EC is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 32 236 -
CMYK 0.67 0.86 0 0.07
HSL 253.53º 0.84% 0.53% -
HSV(B) 253.53º 0.86% 0.93% -
XYZ 18.8 8.71 80.05 -
YUV 69.01 222.24 134.41 -
System Red Green Blue C M Y K H S L
Decimal 78 32 236 0.67 0.86 0 0.07 253.53 0.84 0.53
Hex 4E 20 EC 43 56 0 7 FE 54 35
Octal 116 40 354 103 126 0 7 376 124 65
Binary 1001110 100000 11101100 1000011 1010110 0 111 11111110 1010100 110101

Color Harmonies of #4E20EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E20EC

Black with #4E20EC

Text Example


Text Example

White with #4E20EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,32,236); }

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

background-color css

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

 a { background-color: rgb(78,32,236); }

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

border-color css

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

 span { border-color: rgb(78,32,236); }

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