Html Css Color HEX #641EEF Han Purple

📋 copy color: '#641EEF'

red 100 ◦ green 30 ◦ blue 239

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

Shades of Han Purple #641EEF

Tints of Han Purple #641EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 27.1%
G = 8.13%
B = 64.77%

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

#641EEF (or 0x641EEF) is known color: Han Purple. HEX triplet: 64, 1E and EF. RGB value is (100,30,239). Sum of RGB (Red+Green+Blue) = 100+30+239=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #641EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641EEF is #9BE110. Grayscale: #494949. Windows color (decimal): -10215697 or 15670884. OLE color: 15670884.

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

Color convert

RGB 100 30 239 -
CMYK 0.58 0.87 0 0.06
HSL 260.1º 0.87% 0.53% -
HSV(B) 260.1º 0.87% 0.94% -
XYZ 21.3 9.87 82.44 -
YUV 74.76 220.69 146.01 -
System Red Green Blue C M Y K H S L
Decimal 100 30 239 0.58 0.87 0 0.06 260.1 0.87 0.53
Hex 64 1E EF 3A 57 0 6 104 57 35
Octal 144 36 357 72 127 0 6 404 127 65
Binary 1100100 11110 11101111 111010 1010111 0 110 100000100 1010111 110101

Color Harmonies of #641EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EEF

Black with #641EEF

Text Example


Text Example

White with #641EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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