Html Css Color HEX #4E21FA Han Purple

📋 copy color: '#4E21FA'

red 78 ◦ green 33 ◦ blue 250

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

Shades of Han Purple #4E21FA

Tints of Han Purple #4E21FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.14%

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

R = 21.61%
G = 9.14%
B = 69.25%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4E21FA (or 0x4E21FA) is known color: Han Purple. HEX triplet: 4E, 21 and FA. RGB value is (78,33,250). Sum of RGB (Red+Green+Blue) = 78+33+250=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E21FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E21FA is #B1DE05. Grayscale: #464646. Windows color (decimal): -11656710 or 16392526. OLE color: 16392526.

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

Color convert

RGB 78 33 250 -
CMYK 0.69 0.87 0 0.02
HSL 252.44º 0.96% 0.55% -
HSV(B) 252.44º 0.87% 0.98% -
XYZ 20.94 9.61 91.19 -
YUV 71.19 228.91 132.86 -
System Red Green Blue C M Y K H S L
Decimal 78 33 250 0.69 0.87 0 0.02 252.44 0.96 0.55
Hex 4E 21 FA 45 57 0 2 FC 60 37
Octal 116 41 372 105 127 0 2 374 140 67
Binary 1001110 100001 11111010 1000101 1010111 0 10 11111100 1100000 110111

Color Harmonies of #4E21FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E21FA

Black with #4E21FA

Text Example


Text Example

White with #4E21FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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