Html Css Color HEX #4E0EFA Han Purple

📋 copy color: '#4E0EFA'

red 78 ◦ green 14 ◦ blue 250

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

Shades of Han Purple #4E0EFA

Tints of Han Purple #4E0EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 73.1%

R = 22.81%
G = 4.09%
B = 73.1%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4E0EFA (or 0x4E0EFA) is known color: Han Purple. HEX triplet: 4E, 0E and FA. RGB value is (78,14,250). Sum of RGB (Red+Green+Blue) = 78+14+250=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E0EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E0EFA is #B1F105. Grayscale: #3B3B3B. Windows color (decimal): -11661574 or 16387662. OLE color: 16387662.

HSL color Cylindrical-coordinate representation of color #4E0EFA: hue angle of 256.27º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0EFA is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 14 250 -
CMYK 0.69 0.94 0 0.02
HSL 256.27º 0.96% 0.52% -
HSV(B) 256.27º 0.94% 0.98% -
XYZ 20.55 8.84 91.06 -
YUV 60.04 235.2 140.81 -
System Red Green Blue C M Y K H S L
Decimal 78 14 250 0.69 0.94 0 0.02 256.27 0.96 0.52
Hex 4E E FA 45 5E 0 2 100 60 34
Octal 116 16 372 105 136 0 2 400 140 64
Binary 1001110 1110 11111010 1000101 1011110 0 10 100000000 1100000 110100

Color Harmonies of #4E0EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0EFA

Black with #4E0EFA

Text Example


Text Example

White with #4E0EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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