Html Css Color HEX #4E32EB Han Purple

📋 copy color: '#4E32EB'

red 78 ◦ green 50 ◦ blue 235

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

Shades of Han Purple #4E32EB

Tints of Han Purple #4E32EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.77%

 BLUE value IS 235 (92.19% from 255) = 64.74%

R = 21.49%
G = 13.77%
B = 64.74%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4E32EB (or 0x4E32EB) is known color: Han Purple. HEX triplet: 4E, 32 and EB. RGB value is (78,50,235). Sum of RGB (Red+Green+Blue) = 78+50+235=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #4E32EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E32EB is #B1CD14. Grayscale: #4E4E4E. Windows color (decimal): -11652373 or 15413838. OLE color: 15413838.

HSL color Cylindrical-coordinate representation of color #4E32EB: hue angle of 249.08º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E32EB is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 50 235 -
CMYK 0.67 0.79 0 0.08
HSL 249.08º 0.82% 0.56% -
HSV(B) 249.08º 0.79% 0.92% -
XYZ 19.28 9.9 79.49 -
YUV 79.46 215.78 126.96 -
System Red Green Blue C M Y K H S L
Decimal 78 50 235 0.67 0.79 0 0.08 249.08 0.82 0.56
Hex 4E 32 EB 43 4F 0 8 F9 52 38
Octal 116 62 353 103 117 0 10 371 122 70
Binary 1001110 110010 11101011 1000011 1001111 0 1000 11111001 1010010 111000

Color Harmonies of #4E32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E32EB

Black with #4E32EB

Text Example


Text Example

White with #4E32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,50,235); }

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

background-color css

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

 a { background-color: rgb(78,50,235); }

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

border-color css

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

 span { border-color: rgb(78,50,235); }

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