#622EF0

Color #622EF0 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #622EF0

Tints of Han Purple #622EF0

Color information

#622EF0 (or 0x622EF0) is unknown color: approx Han Purple. HEX triplet: 62, 2E and F0. RGB value is (98,46,240). Sum of RGB (Red+Green+Blue) = 98+46+240=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #622EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622EF0 is #9DD10F. Grayscale: #525252. Windows color (decimal): -10342672 or 15740514. OLE color: 15740514.

HSL color Cylindrical-coordinate representation of color #622EF0: hue angle of 256.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #622EF0 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9846240-
CMYK0.590.8100.06
HSL256.08º86.61%56.08%-
HSV(B)256.08º80.83%94.12%-
XYZ21.7410.8483.38-
YUV83.66216.23138.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.52%
GREEN value IS 46 (18.36% from 255) = 11.98%
BLUE value IS 240 (94.14% from 255) = 62.5%
R=25.52%
G=11.98%
B=62.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal98462400.590.8100.06256.0886.6156.08
Hex622EF03B51061005738
Octal14256360731210640012770
Binary110001010111011110000111011101000101101000000001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622EF0; }

 p { color: rgb(98,46,240); }

 H1.HeaderClassName
 {
   color: #622EF0;
 }
 .AnyTagClassName
 {
   color: #622EF0;
 }
</style>
background-color css

<style>
 a { background-color: #622EF0; }

 a { background-color: rgb(98,46,240); }

 div.DivClassName
 {
   background-color: #622EF0;
 }
 .BgClassName
 {
   background-color: #622EF0;
 }
</style>
border-color css

<style>
 span { border-color: #622EF0; }

 span { border-color: rgb(98,46,240); }

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