Html Css Color HEX #621DF4 Han Purple

📋 copy color: '#621DF4'

red 98 ◦ green 29 ◦ blue 244

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

Shades of Han Purple #621DF4

Tints of Han Purple #621DF4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.82%

 BLUE value IS 244 (95.7% from 255) = 65.77%

R = 26.42%
G = 7.82%
B = 65.77%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#621DF4 (or 0x621DF4) is known color: Han Purple. HEX triplet: 62, 1D and F4. RGB value is (98,29,244). Sum of RGB (Red+Green+Blue) = 98+29+244=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 244 (95.70% from 255 or 65.77% from 371); Max value from RGB is 244 - color contains mainly: blue. Hex color #621DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621DF4 is #9DE20B. Grayscale: #494949. Windows color (decimal): -10347020 or 15998306. OLE color: 15998306.

HSL color Cylindrical-coordinate representation of color #621DF4: hue angle of 259.26º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621DF4 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 98 29 244 -
CMYK 0.60 0.88 0 0.04
HSL 259.26º 0.91% 0.54% -
HSV(B) 259.26º 0.88% 0.96% -
XYZ 21.81 10.01 86.37 -
YUV 74.14 223.86 145.02 -
System Red Green Blue C M Y K H S L
Decimal 98 29 244 0.60 0.88 0 0.04 259.26 0.91 0.54
Hex 62 1D F4 3C 58 0 4 103 5B 36
Octal 142 35 364 74 130 0 4 403 133 66
Binary 1100010 11101 11110100 111100 1011000 0 100 100000011 1011011 110110

Color Harmonies of #621DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621DF4

Black with #621DF4

Text Example


Text Example

White with #621DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,29,244); }

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

background-color css

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

 a { background-color: rgb(98,29,244); }

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

border-color css

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

 span { border-color: rgb(98,29,244); }

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