Html Css Color HEX #4E14EB Han Purple

📋 copy color: '#4E14EB'

red 78 ◦ green 20 ◦ blue 235

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

Shades of Han Purple #4E14EB

Tints of Han Purple #4E14EB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.01%

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

R = 23.42%
G = 6.01%
B = 70.57%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4E14EB (or 0x4E14EB) is known color: Han Purple. HEX triplet: 4E, 14 and EB. RGB value is (78,20,235). Sum of RGB (Red+Green+Blue) = 78+20+235=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #4E14EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E14EB is #B1EB14. Grayscale: #3D3D3D. Windows color (decimal): -11660053 or 15406158. OLE color: 15406158.

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

Color convert

RGB 78 20 235 -
CMYK 0.67 0.91 0 0.08
HSL 256.19º 0.84% 0.5% -
HSV(B) 256.19º 0.91% 0.92% -
XYZ 18.39 8.12 79.2 -
YUV 61.85 225.72 139.52 -
System Red Green Blue C M Y K H S L
Decimal 78 20 235 0.67 0.91 0 0.08 256.19 0.84 0.5
Hex 4E 14 EB 43 5B 0 8 100 54 32
Octal 116 24 353 103 133 0 10 400 124 62
Binary 1001110 10100 11101011 1000011 1011011 0 1000 100000000 1010100 110010

Color Harmonies of #4E14EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E14EB

Black with #4E14EB

Text Example


Text Example

White with #4E14EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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