Html Css Color HEX #4E2ADC Han Purple

📋 copy color: '#4E2ADC'

red 78 ◦ green 42 ◦ blue 220

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

Shades of Han Purple #4E2ADC

Tints of Han Purple #4E2ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.35%

 BLUE value IS 220 (86.33% from 255) = 64.71%

R = 22.94%
G = 12.35%
B = 64.71%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E2ADC (or 0x4E2ADC) is known color: Han Purple. HEX triplet: 4E, 2A and DC. RGB value is (78,42,220). Sum of RGB (Red+Green+Blue) = 78+42+220=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E2ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2ADC is #B1D523. Grayscale: #484848. Windows color (decimal): -11654436 or 14428750. OLE color: 14428750.

HSL color Cylindrical-coordinate representation of color #4E2ADC: hue angle of 252.13º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E2ADC is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 42 220 -
CMYK 0.65 0.81 0 0.14
HSL 252.13º 0.72% 0.51% -
HSV(B) 252.13º 0.81% 0.86% -
XYZ 16.89 8.44 68.45 -
YUV 73.06 210.93 131.53 -
System Red Green Blue C M Y K H S L
Decimal 78 42 220 0.65 0.81 0 0.14 252.13 0.72 0.51
Hex 4E 2A DC 41 51 0 E FC 48 33
Octal 116 52 334 101 121 0 16 374 110 63
Binary 1001110 101010 11011100 1000001 1010001 0 1110 11111100 1001000 110011

Color Harmonies of #4E2ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2ADC

Black with #4E2ADC

Text Example


Text Example

White with #4E2ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,42,220); }

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

background-color css

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

 a { background-color: rgb(78,42,220); }

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

border-color css

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

 span { border-color: rgb(78,42,220); }

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