Html Css Color HEX #4E27FE Han Purple

📋 copy color: '#4E27FE'

red 78 ◦ green 39 ◦ blue 254

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

Shades of Han Purple #4E27FE

Tints of Han Purple #4E27FE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.51%

 BLUE value IS 254 (99.61% from 255) = 68.46%

R = 21.02%
G = 10.51%
B = 68.46%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4E27FE (or 0x4E27FE) is known color: Han Purple. HEX triplet: 4E, 27 and FE. RGB value is (78,39,254). Sum of RGB (Red+Green+Blue) = 78+39+254=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E27FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E27FE is #B1D801. Grayscale: #4A4A4A. Windows color (decimal): -11655170 or 16656206. OLE color: 16656206.

HSL color Cylindrical-coordinate representation of color #4E27FE: hue angle of 250.88º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E27FE is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 78 39 254 -
CMYK 0.69 0.85 0 0.00
HSL 250.88º 0.99% 0.57% -
HSV(B) 250.88º 0.85% 1% -
XYZ 21.76 10.23 94.59 -
YUV 75.17 228.92 130.02 -
System Red Green Blue C M Y K H S L
Decimal 78 39 254 0.69 0.85 0 0.00 250.88 0.99 0.57
Hex 4E 27 FE 45 55 0 0 FB 63 39
Octal 116 47 376 105 125 0 0 373 143 71
Binary 1001110 100111 11111110 1000101 1010101 0 0 11111011 1100011 111001

Color Harmonies of #4E27FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E27FE

Black with #4E27FE

Text Example


Text Example

White with #4E27FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,39,254); }

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

background-color css

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

 a { background-color: rgb(78,39,254); }

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

border-color css

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

 span { border-color: rgb(78,39,254); }

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