Html Css Color HEX #4E2FED Han Purple

📋 copy color: '#4E2FED'

red 78 ◦ green 47 ◦ blue 237

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

Shades of Han Purple #4E2FED

Tints of Han Purple #4E2FED

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.98%

 BLUE value IS 237 (92.97% from 255) = 65.47%

R = 21.55%
G = 12.98%
B = 65.47%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4E2FED (or 0x4E2FED) is known color: Han Purple. HEX triplet: 4E, 2F and ED. RGB value is (78,47,237). Sum of RGB (Red+Green+Blue) = 78+47+237=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #4E2FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E2FED is #B1D012. Grayscale: #4D4D4D. Windows color (decimal): -11653139 or 15544142. OLE color: 15544142.

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

Color convert

RGB 78 47 237 -
CMYK 0.67 0.80 0 0.07
HSL 249.79º 0.84% 0.56% -
HSV(B) 249.79º 0.8% 0.93% -
XYZ 19.44 9.77 80.98 -
YUV 77.93 217.77 128.05 -
System Red Green Blue C M Y K H S L
Decimal 78 47 237 0.67 0.80 0 0.07 249.79 0.84 0.56
Hex 4E 2F ED 43 50 0 7 FA 54 38
Octal 116 57 355 103 120 0 7 372 124 70
Binary 1001110 101111 11101101 1000011 1010000 0 111 11111010 1010100 111000

Color Harmonies of #4E2FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2FED

Black with #4E2FED

Text Example


Text Example

White with #4E2FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,47,237); }

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

background-color css

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

 a { background-color: rgb(78,47,237); }

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

border-color css

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

 span { border-color: rgb(78,47,237); }

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