Html Css Color HEX #4E2DEC Han Purple

📋 copy color: '#4E2DEC'

red 78 ◦ green 45 ◦ blue 236

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

Shades of Han Purple #4E2DEC

Tints of Han Purple #4E2DEC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.53%

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

R = 21.73%
G = 12.53%
B = 65.74%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4E2DEC (or 0x4E2DEC) is known color: Han Purple. HEX triplet: 4E, 2D and EC. RGB value is (78,45,236). Sum of RGB (Red+Green+Blue) = 78+45+236=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #4E2DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E2DEC is #B1D213. Grayscale: #4B4B4B. Windows color (decimal): -11653652 or 15478094. OLE color: 15478094.

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

Color convert

RGB 78 45 236 -
CMYK 0.67 0.81 0 0.07
HSL 250.37º 0.83% 0.55% -
HSV(B) 250.37º 0.81% 0.93% -
XYZ 19.22 9.55 80.19 -
YUV 76.64 217.93 128.97 -
System Red Green Blue C M Y K H S L
Decimal 78 45 236 0.67 0.81 0 0.07 250.37 0.83 0.55
Hex 4E 2D EC 43 51 0 7 FA 53 37
Octal 116 55 354 103 121 0 7 372 123 67
Binary 1001110 101101 11101100 1000011 1010001 0 111 11111010 1010011 110111

Color Harmonies of #4E2DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2DEC

Black with #4E2DEC

Text Example


Text Example

White with #4E2DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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