Html Css Color HEX #641EF0 Han Purple

📋 copy color: '#641EF0'

red 100 ◦ green 30 ◦ blue 240

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

Shades of Han Purple #641EF0

Tints of Han Purple #641EF0

RGB

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

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

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

R = 27.03%
G = 8.11%
B = 64.86%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#641EF0 (or 0x641EF0) is known color: Han Purple. HEX triplet: 64, 1E and F0. RGB value is (100,30,240). Sum of RGB (Red+Green+Blue) = 100+30+240=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 240 (94.14% from 255 or 64.86% from 370); Max value from RGB is 240 - color contains mainly: blue. Hex color #641EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641EF0 is #9BE10F. Grayscale: #4A4A4A. Windows color (decimal): -10215696 or 15736420. OLE color: 15736420.

HSL color Cylindrical-coordinate representation of color #641EF0: hue angle of 260º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641EF0 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 30 240 -
CMYK 0.58 0.87 0 0.06
HSL 260º 0.88% 0.53% -
HSV(B) 260º 0.88% 0.94% -
XYZ 21.45 9.93 83.22 -
YUV 74.87 221.19 145.92 -
System Red Green Blue C M Y K H S L
Decimal 100 30 240 0.58 0.87 0 0.06 260 0.88 0.53
Hex 64 1E F0 3A 57 0 6 104 58 35
Octal 144 36 360 72 127 0 6 404 130 65
Binary 1100100 11110 11110000 111010 1010111 0 110 100000100 1011000 110101

Color Harmonies of #641EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EF0

Black with #641EF0

Text Example


Text Example

White with #641EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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