Html Css Color HEX #4E2EE0 Han Purple

📋 copy color: '#4E2EE0'

red 78 ◦ green 46 ◦ blue 224

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

Shades of Han Purple #4E2EE0

Tints of Han Purple #4E2EE0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.22%

 BLUE value IS 224 (87.89% from 255) = 64.37%

R = 22.41%
G = 13.22%
B = 64.37%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4E2EE0 (or 0x4E2EE0) is known color: Han Purple. HEX triplet: 4E, 2E and E0. RGB value is (78,46,224). Sum of RGB (Red+Green+Blue) = 78+46+224=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 224 (87.89% from 255 or 64.37% from 348); Max value from RGB is 224 - color contains mainly: blue. Hex color #4E2EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2EE0 is #B1D11F. Grayscale: #4B4B4B. Windows color (decimal): -11653408 or 14691918. OLE color: 14691918.

HSL color Cylindrical-coordinate representation of color #4E2EE0: hue angle of 250.79º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E2EE0 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 78 46 224 -
CMYK 0.65 0.79 0 0.12
HSL 250.79º 0.74% 0.53% -
HSV(B) 250.79º 0.79% 0.88% -
XYZ 17.57 8.96 71.32 -
YUV 75.86 211.6 129.53 -
System Red Green Blue C M Y K H S L
Decimal 78 46 224 0.65 0.79 0 0.12 250.79 0.74 0.53
Hex 4E 2E E0 41 4F 0 C FB 4A 35
Octal 116 56 340 101 117 0 14 373 112 65
Binary 1001110 101110 11100000 1000001 1001111 0 1100 11111011 1001010 110101

Color Harmonies of #4E2EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2EE0

Black with #4E2EE0

Text Example


Text Example

White with #4E2EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,46,224); }

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

background-color css

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

 a { background-color: rgb(78,46,224); }

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

border-color css

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

 span { border-color: rgb(78,46,224); }

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