Html Css Color HEX #4E18FC Han Purple

📋 copy color: '#4E18FC'

red 78 ◦ green 24 ◦ blue 252

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

Shades of Han Purple #4E18FC

Tints of Han Purple #4E18FC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.78%

 BLUE value IS 252 (98.83% from 255) = 71.19%

R = 22.03%
G = 6.78%
B = 71.19%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E18FC (or 0x4E18FC) is known color: Han Purple. HEX triplet: 4E, 18 and FC. RGB value is (78,24,252). Sum of RGB (Red+Green+Blue) = 78+24+252=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E18FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E18FC is #B1E703. Grayscale: #414141. Windows color (decimal): -11659012 or 16521294. OLE color: 16521294.

HSL color Cylindrical-coordinate representation of color #4E18FC: hue angle of 254.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E18FC is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 24 252 -
CMYK 0.69 0.90 0 0.01
HSL 254.21º 0.97% 0.54% -
HSV(B) 254.21º 0.9% 0.99% -
XYZ 21.04 9.3 92.78 -
YUV 66.14 232.89 136.46 -
System Red Green Blue C M Y K H S L
Decimal 78 24 252 0.69 0.90 0 0.01 254.21 0.97 0.54
Hex 4E 18 FC 45 5A 0 1 FE 61 36
Octal 116 30 374 105 132 0 1 376 141 66
Binary 1001110 11000 11111100 1000101 1011010 0 1 11111110 1100001 110110

Color Harmonies of #4E18FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E18FC

Black with #4E18FC

Text Example


Text Example

White with #4E18FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,24,252); }

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

background-color css

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

 a { background-color: rgb(78,24,252); }

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

border-color css

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

 span { border-color: rgb(78,24,252); }

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