Html Css Color HEX #4731F6 Han Purple

📋 copy color: '#4731F6'

red 71 ◦ green 49 ◦ blue 246

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

Shades of Han Purple #4731F6

Tints of Han Purple #4731F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 67.21%

R = 19.4%
G = 13.39%
B = 67.21%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4731F6 (or 0x4731F6) is known color: Han Purple. HEX triplet: 47, 31 and F6. RGB value is (71,49,246). Sum of RGB (Red+Green+Blue) = 71+49+246=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 246 (96.48% from 255 or 67.21% from 366); Max value from RGB is 246 - color contains mainly: blue. Hex color #4731F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4731F6 is #B8CE09. Grayscale: #4D4D4D. Windows color (decimal): -12111370 or 16134471. OLE color: 16134471.

HSL color Cylindrical-coordinate representation of color #4731F6: hue angle of 246.7º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4731F6 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 49 246 -
CMYK 0.71 0.80 0 0.04
HSL 246.7º 0.92% 0.58% -
HSV(B) 246.7º 0.8% 0.96% -
XYZ 20.33 10.19 88.08 -
YUV 78.04 222.79 122.98 -
System Red Green Blue C M Y K H S L
Decimal 71 49 246 0.71 0.80 0 0.04 246.7 0.92 0.58
Hex 47 31 F6 47 50 0 4 F7 5C 3A
Octal 107 61 366 107 120 0 4 367 134 72
Binary 1000111 110001 11110110 1000111 1010000 0 100 11110111 1011100 111010

Color Harmonies of #4731F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4731F6

Black with #4731F6

Text Example


Text Example

White with #4731F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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