Html Css Color HEX #4E27FA Han Purple

📋 copy color: '#4E27FA'

red 78 ◦ green 39 ◦ blue 250

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

Shades of Han Purple #4E27FA

Tints of Han Purple #4E27FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.12%

R = 21.25%
G = 10.63%
B = 68.12%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4E27FA (or 0x4E27FA) is known color: Han Purple. HEX triplet: 4E, 27 and FA. RGB value is (78,39,250). Sum of RGB (Red+Green+Blue) = 78+39+250=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E27FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E27FA is #B1D805. Grayscale: #494949. Windows color (decimal): -11655174 or 16394062. OLE color: 16394062.

HSL color Cylindrical-coordinate representation of color #4E27FA: hue angle of 251.09º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E27FA is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 39 250 -
CMYK 0.69 0.84 0 0.02
HSL 251.09º 0.95% 0.57% -
HSV(B) 251.09º 0.84% 0.98% -
XYZ 21.12 9.97 91.25 -
YUV 74.72 226.92 130.34 -
System Red Green Blue C M Y K H S L
Decimal 78 39 250 0.69 0.84 0 0.02 251.09 0.95 0.57
Hex 4E 27 FA 45 54 0 2 FB 5F 39
Octal 116 47 372 105 124 0 2 373 137 71
Binary 1001110 100111 11111010 1000101 1010100 0 10 11111011 1011111 111001

Color Harmonies of #4E27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E27FA

Black with #4E27FA

Text Example


Text Example

White with #4E27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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