Html Css Color HEX #641EF8 Han Purple

📋 copy color: '#641EF8'

red 100 ◦ green 30 ◦ blue 248

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

Shades of Han Purple #641EF8

Tints of Han Purple #641EF8

RGB

 RED value IS 100 (39.45% from 255) = 26.46%

 GREEN value IS 30 (12.11% from 255) = 7.94%

 BLUE value IS 248 (97.27% from 255) = 65.61%

R = 26.46%
G = 7.94%
B = 65.61%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#641EF8 (or 0x641EF8) is known color: Han Purple. HEX triplet: 64, 1E and F8. RGB value is (100,30,248). Sum of RGB (Red+Green+Blue) = 100+30+248=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 248 (97.27% from 255 or 65.61% from 378); Max value from RGB is 248 - color contains mainly: blue. Hex color #641EF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641EF8 is #9BE107. Grayscale: #4A4A4A. Windows color (decimal): -10215688 or 16260708. OLE color: 16260708.

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

Color convert

RGB 100 30 248 -
CMYK 0.60 0.88 0 0.03
HSL 259.27º 0.94% 0.55% -
HSV(B) 259.27º 0.88% 0.97% -
XYZ 22.66 10.42 89.62 -
YUV 75.78 225.19 145.27 -
System Red Green Blue C M Y K H S L
Decimal 100 30 248 0.60 0.88 0 0.03 259.27 0.94 0.55
Hex 64 1E F8 3C 58 0 3 103 5E 37
Octal 144 36 370 74 130 0 3 403 136 67
Binary 1100100 11110 11111000 111100 1011000 0 11 100000011 1011110 110111

Color Harmonies of #641EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EF8

Black with #641EF8

Text Example


Text Example

White with #641EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641EF8; }

 p { color: rgb(100,30,248); }

 H1.HeaderClassName
 {
   color: #641EF8;
 }
 .AnyTagClassName
 {
   color: #641EF8;
 }
</style>

background-color css

<style>
 a { background-color: #641EF8; }

 a { background-color: rgb(100,30,248); }

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

border-color css

<style>
 span { border-color: #641EF8; }

 span { border-color: rgb(100,30,248); }

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