Html Css Color HEX #4E1DEF Han Purple

📋 copy color: '#4E1DEF'

red 78 ◦ green 29 ◦ blue 239

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

Shades of Han Purple #4E1DEF

Tints of Han Purple #4E1DEF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.38%

 BLUE value IS 239 (93.75% from 255) = 69.08%

R = 22.54%
G = 8.38%
B = 69.08%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4E1DEF (or 0x4E1DEF) is known color: Han Purple. HEX triplet: 4E, 1D and EF. RGB value is (78,29,239). Sum of RGB (Red+Green+Blue) = 78+29+239=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E1DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1DEF is #B1E210. Grayscale: #424242. Windows color (decimal): -11657745 or 15670606. OLE color: 15670606.

HSL color Cylindrical-coordinate representation of color #4E1DEF: hue angle of 254º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E1DEF is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 29 239 -
CMYK 0.67 0.88 0 0.06
HSL 254º 0.87% 0.53% -
HSV(B) 254º 0.88% 0.94% -
XYZ 19.16 8.73 82.34 -
YUV 67.59 224.73 135.42 -
System Red Green Blue C M Y K H S L
Decimal 78 29 239 0.67 0.88 0 0.06 254 0.87 0.53
Hex 4E 1D EF 43 58 0 6 FE 57 35
Octal 116 35 357 103 130 0 6 376 127 65
Binary 1001110 11101 11101111 1000011 1011000 0 110 11111110 1010111 110101

Color Harmonies of #4E1DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1DEF

Black with #4E1DEF

Text Example


Text Example

White with #4E1DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,29,239); }

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

background-color css

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

 a { background-color: rgb(78,29,239); }

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

border-color css

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

 span { border-color: rgb(78,29,239); }

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