Html Css Color HEX #621AF0 Han Purple

📋 copy color: '#621AF0'

red 98 ◦ green 26 ◦ blue 240

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

Shades of Han Purple #621AF0

Tints of Han Purple #621AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.93%

R = 26.92%
G = 7.14%
B = 65.93%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#621AF0 (or 0x621AF0) is known color: Han Purple. HEX triplet: 62, 1A and F0. RGB value is (98,26,240). Sum of RGB (Red+Green+Blue) = 98+26+240=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 240 (94.14% from 255 or 65.93% from 364); Max value from RGB is 240 - color contains mainly: blue. Hex color #621AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621AF0 is #9DE50F. Grayscale: #474747. Windows color (decimal): -10347792 or 15735394. OLE color: 15735394.

HSL color Cylindrical-coordinate representation of color #621AF0: hue angle of 260.19º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #621AF0 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 98 26 240 -
CMYK 0.59 0.89 0 0.06
HSL 260.19º 0.88% 0.52% -
HSV(B) 260.19º 0.89% 0.94% -
XYZ 21.13 9.63 83.18 -
YUV 71.92 222.85 146.6 -
System Red Green Blue C M Y K H S L
Decimal 98 26 240 0.59 0.89 0 0.06 260.19 0.88 0.52
Hex 62 1A F0 3B 59 0 6 104 58 34
Octal 142 32 360 73 131 0 6 404 130 64
Binary 1100010 11010 11110000 111011 1011001 0 110 100000100 1011000 110100

Color Harmonies of #621AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621AF0

Black with #621AF0

Text Example


Text Example

White with #621AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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