Html Css Color HEX #4E20FB Han Purple

📋 copy color: '#4E20FB'

red 78 ◦ green 32 ◦ blue 251

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

Shades of Han Purple #4E20FB

Tints of Han Purple #4E20FB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.86%

 BLUE value IS 251 (98.44% from 255) = 69.53%

R = 21.61%
G = 8.86%
B = 69.53%

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

#4E20FB (or 0x4E20FB) is known color: Han Purple. HEX triplet: 4E, 20 and FB. RGB value is (78,32,251). Sum of RGB (Red+Green+Blue) = 78+32+251=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E20FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E20FB is #B1DF04. Grayscale: #454545. Windows color (decimal): -11656965 or 16457806. OLE color: 16457806.

HSL color Cylindrical-coordinate representation of color #4E20FB: hue angle of 252.6º 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 #4E20FB is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 32 251 -
CMYK 0.69 0.87 0 0.02
HSL 252.6º 0.96% 0.55% -
HSV(B) 252.6º 0.87% 0.98% -
XYZ 21.07 9.62 92.01 -
YUV 70.72 229.74 133.19 -
System Red Green Blue C M Y K H S L
Decimal 78 32 251 0.69 0.87 0 0.02 252.6 0.96 0.55
Hex 4E 20 FB 45 57 0 2 FD 60 37
Octal 116 40 373 105 127 0 2 375 140 67
Binary 1001110 100000 11111011 1000101 1010111 0 10 11111101 1100000 110111

Color Harmonies of #4E20FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E20FB

Black with #4E20FB

Text Example


Text Example

White with #4E20FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,32,251); }

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

background-color css

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

 a { background-color: rgb(78,32,251); }

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

border-color css

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

 span { border-color: rgb(78,32,251); }

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