Html Css Color HEX #4E0EEC Han Purple

📋 copy color: '#4E0EEC'

red 78 ◦ green 14 ◦ blue 236

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

Shades of Han Purple #4E0EEC

Tints of Han Purple #4E0EEC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.27%

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

R = 23.78%
G = 4.27%
B = 71.95%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4E0EEC (or 0x4E0EEC) is known color: Han Purple. HEX triplet: 4E, 0E and EC. RGB value is (78,14,236). Sum of RGB (Red+Green+Blue) = 78+14+236=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #4E0EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E0EEC is #B1F113. Grayscale: #393939. Windows color (decimal): -11661588 or 15470158. OLE color: 15470158.

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

Color convert

RGB 78 14 236 -
CMYK 0.67 0.94 0 0.07
HSL 257.3º 0.89% 0.49% -
HSV(B) 257.3º 0.94% 0.93% -
XYZ 18.44 7.99 79.93 -
YUV 58.44 228.2 141.95 -
System Red Green Blue C M Y K H S L
Decimal 78 14 236 0.67 0.94 0 0.07 257.3 0.89 0.49
Hex 4E E EC 43 5E 0 7 101 59 31
Octal 116 16 354 103 136 0 7 401 131 61
Binary 1001110 1110 11101100 1000011 1011110 0 111 100000001 1011001 110001

Color Harmonies of #4E0EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0EEC

Black with #4E0EEC

Text Example


Text Example

White with #4E0EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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