#621EFF

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

Shades of Han Purple #621EFF

Tints of Han Purple #621EFF

Color information

#621EFF (or 0x621EFF) is unknown color: approx Han Purple. HEX triplet: 62, 1E and FF. RGB value is (98,30,255). Sum of RGB (Red+Green+Blue) = 98+30+255=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #621EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621EFF is #9DE100. Grayscale: #4B4B4B. Windows color (decimal): -10346753 or 16719458. OLE color: 16719458.

HSL color Cylindrical-coordinate representation of color #621EFF: hue angle of 258.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621EFF is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9830255-
CMYK0.620.8800
HSL258.13º100%55.88%-
HSV(B)258.13º88.24%100%-
XYZ23.5510.7595.44-
YUV75.98229.03143.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.59%
GREEN value IS 30 (12.11% from 255) = 7.83%
BLUE value IS 255 (100% from 255) = 66.58%
R=25.59%
G=7.83%
B=66.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal98302550.620.8800258.1310055.88
Hex621EFF3E58001026438
Octal14236377761300040214470
Binary110001011110111111111111101011000001000000101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,30,255); }

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

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

 a { background-color: rgb(98,30,255); }

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

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

 span { border-color: rgb(98,30,255); }

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