Html Css Color HEX #4E1DEC Han Purple

📋 copy color: '#4E1DEC'

red 78 ◦ green 29 ◦ blue 236

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

Shades of Han Purple #4E1DEC

Tints of Han Purple #4E1DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.45%

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

R = 22.74%
G = 8.45%
B = 68.8%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4E1DEC (or 0x4E1DEC) is known color: Han Purple. HEX triplet: 4E, 1D and EC. RGB value is (78,29,236). Sum of RGB (Red+Green+Blue) = 78+29+236=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #4E1DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1DEC is #B1E213. Grayscale: #424242. Windows color (decimal): -11657748 or 15473998. OLE color: 15473998.

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

Color convert

RGB 78 29 236 -
CMYK 0.67 0.88 0 0.07
HSL 254.2º 0.84% 0.52% -
HSV(B) 254.2º 0.88% 0.93% -
XYZ 18.72 8.55 80.02 -
YUV 67.25 223.23 135.67 -
System Red Green Blue C M Y K H S L
Decimal 78 29 236 0.67 0.88 0 0.07 254.2 0.84 0.52
Hex 4E 1D EC 43 58 0 7 FE 54 34
Octal 116 35 354 103 130 0 7 376 124 64
Binary 1001110 11101 11101100 1000011 1011000 0 111 11111110 1010100 110100

Color Harmonies of #4E1DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1DEC

Black with #4E1DEC

Text Example


Text Example

White with #4E1DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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