Html Css Color HEX #4E2BDE Han Purple

📋 copy color: '#4E2BDE'

red 78 ◦ green 43 ◦ blue 222

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

Shades of Han Purple #4E2BDE

Tints of Han Purple #4E2BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.54%

 BLUE value IS 222 (87.11% from 255) = 64.72%

R = 22.74%
G = 12.54%
B = 64.72%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E2BDE (or 0x4E2BDE) is known color: Han Purple. HEX triplet: 4E, 2B and DE. RGB value is (78,43,222). Sum of RGB (Red+Green+Blue) = 78+43+222=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E2BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2BDE is #B1D421. Grayscale: #494949. Windows color (decimal): -11654178 or 14560078. OLE color: 14560078.

HSL color Cylindrical-coordinate representation of color #4E2BDE: hue angle of 251.73º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E2BDE is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 43 222 -
CMYK 0.65 0.81 0 0.13
HSL 251.73º 0.73% 0.52% -
HSV(B) 251.73º 0.81% 0.87% -
XYZ 17.19 8.62 69.87 -
YUV 73.87 211.6 130.95 -
System Red Green Blue C M Y K H S L
Decimal 78 43 222 0.65 0.81 0 0.13 251.73 0.73 0.52
Hex 4E 2B DE 41 51 0 D FC 49 34
Octal 116 53 336 101 121 0 15 374 111 64
Binary 1001110 101011 11011110 1000001 1010001 0 1101 11111100 1001001 110100

Color Harmonies of #4E2BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2BDE

Black with #4E2BDE

Text Example


Text Example

White with #4E2BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,43,222); }

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

background-color css

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

 a { background-color: rgb(78,43,222); }

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

border-color css

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

 span { border-color: rgb(78,43,222); }

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