Html Css Color HEX #4420F7 Han Purple

📋 copy color: '#4420F7'

red 68 ◦ green 32 ◦ blue 247

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

Shades of Han Purple #4420F7

Tints of Han Purple #4420F7

RGB

 RED value IS 68 (26.95% from 255) = 19.6%

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

 BLUE value IS 247 (96.88% from 255) = 71.18%

R = 19.6%
G = 9.22%
B = 71.18%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4420F7 (or 0x4420F7) is known color: Han Purple. HEX triplet: 44, 20 and F7. RGB value is (68,32,247). Sum of RGB (Red+Green+Blue) = 68+32+247=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 247 (96.88% from 255 or 71.18% from 347); Max value from RGB is 247 - color contains mainly: blue. Hex color #4420F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4420F7 is #BBDF08. Grayscale: #424242. Windows color (decimal): -12312329 or 16195652. OLE color: 16195652.

HSL color Cylindrical-coordinate representation of color #4420F7: hue angle of 250.05º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4420F7 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 68 32 247 -
CMYK 0.72 0.87 0 0.03
HSL 250.05º 0.93% 0.55% -
HSV(B) 250.05º 0.87% 0.97% -
XYZ 19.69 8.98 88.69 -
YUV 67.27 229.43 128.52 -
System Red Green Blue C M Y K H S L
Decimal 68 32 247 0.72 0.87 0 0.03 250.05 0.93 0.55
Hex 44 20 F7 48 57 0 3 FA 5D 37
Octal 104 40 367 110 127 0 3 372 135 67
Binary 1000100 100000 11110111 1001000 1010111 0 11 11111010 1011101 110111

Color Harmonies of #4420F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4420F7

Black with #4420F7

Text Example


Text Example

White with #4420F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4420F7; }

 p { color: rgb(68,32,247); }

 H1.HeaderClassName
 {
   color: #4420F7;
 }
 .AnyTagClassName
 {
   color: #4420F7;
 }
</style>

background-color css

<style>
 a { background-color: #4420F7; }

 a { background-color: rgb(68,32,247); }

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

border-color css

<style>
 span { border-color: #4420F7; }

 span { border-color: rgb(68,32,247); }

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