Html Css Color HEX #4E29FC Han Purple

📋 copy color: '#4E29FC'

red 78 ◦ green 41 ◦ blue 252

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

Shades of Han Purple #4E29FC

Tints of Han Purple #4E29FC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

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

R = 21.02%
G = 11.05%
B = 67.92%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E29FC (or 0x4E29FC) is known color: Han Purple. HEX triplet: 4E, 29 and FC. RGB value is (78,41,252). Sum of RGB (Red+Green+Blue) = 78+41+252=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E29FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E29FC is #B1D603. Grayscale: #4B4B4B. Windows color (decimal): -11654660 or 16525646. OLE color: 16525646.

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

Color convert

RGB 78 41 252 -
CMYK 0.69 0.84 0 0.01
HSL 250.52º 0.97% 0.57% -
HSV(B) 250.52º 0.84% 0.99% -
XYZ 21.51 10.23 92.94 -
YUV 76.12 227.26 129.34 -
System Red Green Blue C M Y K H S L
Decimal 78 41 252 0.69 0.84 0 0.01 250.52 0.97 0.57
Hex 4E 29 FC 45 54 0 1 FB 61 39
Octal 116 51 374 105 124 0 1 373 141 71
Binary 1001110 101001 11111100 1000101 1010100 0 1 11111011 1100001 111001

Color Harmonies of #4E29FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E29FC

Black with #4E29FC

Text Example


Text Example

White with #4E29FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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