Html Css Color HEX #4731EC Han Purple

📋 copy color: '#4731EC'

red 71 ◦ green 49 ◦ blue 236

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

Shades of Han Purple #4731EC

Tints of Han Purple #4731EC

RGB

 RED value IS 71 (28.13% from 255) = 19.94%

 GREEN value IS 49 (19.53% from 255) = 13.76%

 BLUE value IS 236 (92.58% from 255) = 66.29%

R = 19.94%
G = 13.76%
B = 66.29%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4731EC (or 0x4731EC) is known color: Han Purple. HEX triplet: 47, 31 and EC. RGB value is (71,49,236). Sum of RGB (Red+Green+Blue) = 71+49+236=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #4731EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4731EC is #B8CE13. Grayscale: #4C4C4C. Windows color (decimal): -12111380 or 15479111. OLE color: 15479111.

HSL color Cylindrical-coordinate representation of color #4731EC: hue angle of 247.06º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4731EC is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 49 236 -
CMYK 0.70 0.79 0 0.07
HSL 247.06º 0.83% 0.56% -
HSV(B) 247.06º 0.79% 0.93% -
XYZ 18.84 9.59 80.22 -
YUV 76.9 217.79 123.79 -
System Red Green Blue C M Y K H S L
Decimal 71 49 236 0.70 0.79 0 0.07 247.06 0.83 0.56
Hex 47 31 EC 46 4F 0 7 F7 53 38
Octal 107 61 354 106 117 0 7 367 123 70
Binary 1000111 110001 11101100 1000110 1001111 0 111 11110111 1010011 111000

Color Harmonies of #4731EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4731EC

Black with #4731EC

Text Example


Text Example

White with #4731EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4731EC; }

 p { color: rgb(71,49,236); }

 H1.HeaderClassName
 {
   color: #4731EC;
 }
 .AnyTagClassName
 {
   color: #4731EC;
 }
</style>

background-color css

<style>
 a { background-color: #4731EC; }

 a { background-color: rgb(71,49,236); }

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

border-color css

<style>
 span { border-color: #4731EC; }

 span { border-color: rgb(71,49,236); }

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