Html Css Color HEX #4E2CDC Han Purple

📋 copy color: '#4E2CDC'

red 78 ◦ green 44 ◦ blue 220

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

Shades of Han Purple #4E2CDC

Tints of Han Purple #4E2CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.87%

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

R = 22.81%
G = 12.87%
B = 64.33%

CMYK

 C value IS 0.65

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E2CDC (or 0x4E2CDC) is known color: Han Purple. HEX triplet: 4E, 2C and DC. RGB value is (78,44,220). Sum of RGB (Red+Green+Blue) = 78+44+220=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E2CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2CDC is #B1D323. Grayscale: #494949. Windows color (decimal): -11653924 or 14429262. OLE color: 14429262.

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

Color convert

RGB 78 44 220 -
CMYK 0.65 0.8 0 0.14
HSL 251.59º 0.72% 0.52% -
HSV(B) 251.59º 0.8% 0.86% -
XYZ 16.96 8.59 68.47 -
YUV 74.23 210.26 130.69 -
System Red Green Blue C M Y K H S L
Decimal 78 44 220 0.65 0.8 0 0.14 251.59 0.72 0.52
Hex 4E 2C DC 41 50 0 E FC 48 34
Octal 116 54 334 101 120 0 16 374 110 64
Binary 1001110 101100 11011100 1000001 1010000 0 1110 11111100 1001000 110100

Color Harmonies of #4E2CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2CDC

Black with #4E2CDC

Text Example


Text Example

White with #4E2CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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