Html Css Color HEX #621AF9 Han Purple

📋 copy color: '#621AF9'

red 98 ◦ green 26 ◦ blue 249

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

Shades of Han Purple #621AF9

Tints of Han Purple #621AF9

RGB

 RED value IS 98 (38.67% from 255) = 26.27%

 GREEN value IS 26 (10.55% from 255) = 6.97%

 BLUE value IS 249 (97.66% from 255) = 66.76%

R = 26.27%
G = 6.97%
B = 66.76%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#621AF9 (or 0x621AF9) is known color: Han Purple. HEX triplet: 62, 1A and F9. RGB value is (98,26,249). Sum of RGB (Red+Green+Blue) = 98+26+249=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 249 (97.66% from 255 or 66.76% from 373); Max value from RGB is 249 - color contains mainly: blue. Hex color #621AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621AF9 is #9DE506. Grayscale: #484848. Windows color (decimal): -10347783 or 16325218. OLE color: 16325218.

HSL color Cylindrical-coordinate representation of color #621AF9: hue angle of 259.37º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #621AF9 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 26 249 -
CMYK 0.61 0.90 0 0.02
HSL 259.37º 0.95% 0.54% -
HSV(B) 259.37º 0.9% 0.98% -
XYZ 22.51 10.18 90.4 -
YUV 72.95 227.35 145.87 -
System Red Green Blue C M Y K H S L
Decimal 98 26 249 0.61 0.90 0 0.02 259.37 0.95 0.54
Hex 62 1A F9 3D 5A 0 2 103 5F 36
Octal 142 32 371 75 132 0 2 403 137 66
Binary 1100010 11010 11111001 111101 1011010 0 10 100000011 1011111 110110

Color Harmonies of #621AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621AF9

Black with #621AF9

Text Example


Text Example

White with #621AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,26,249); }

 H1.HeaderClassName
 {
   color: #621AF9;
 }
 .AnyTagClassName
 {
   color: #621AF9;
 }
</style>

background-color css

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

 a { background-color: rgb(98,26,249); }

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

border-color css

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

 span { border-color: rgb(98,26,249); }

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