#621BF8

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

Shades of Han Purple #621BF8

Tints of Han Purple #621BF8

Color information

#621BF8 (or 0x621BF8) is unknown color: approx Han Purple. HEX triplet: 62, 1B and F8. RGB value is (98,27,248). Sum of RGB (Red+Green+Blue) = 98+27+248=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 248 (97.27% from 255 or 66.49% from 373); Max value from RGB is 248 - color contains mainly: blue. Hex color #621BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621BF8 is #9DE407. Grayscale: #484848. Windows color (decimal): -10347528 or 16259938. OLE color: 16259938.

HSL color Cylindrical-coordinate representation of color #621BF8: hue angle of 259.28º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #621BF8 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9827248-
CMYK0.600.8900.03
HSL259.28º94.04%53.92%-
HSV(B)259.28º89.11%97.25%-
XYZ22.3710.1689.59-
YUV73.42226.52145.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 27 (10.94% from 255) = 7.24%
BLUE value IS 248 (97.27% from 255) = 66.49%
R=26.27%
G=7.24%
B=66.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal98272480.600.8900.03259.2894.0453.92
Hex621BF83C59031035e36
Octal14233370741310340313666
Binary1100010110111111100011110010110010111000000111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621BF8; }

 p { color: rgb(98,27,248); }

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

<style>
 a { background-color: #621BF8; }

 a { background-color: rgb(98,27,248); }

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

<style>
 span { border-color: #621BF8; }

 span { border-color: rgb(98,27,248); }

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