Html Css Color HEX #641EE0 Han Purple

📋 copy color: '#641EE0'

red 100 ◦ green 30 ◦ blue 224

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

Shades of Han Purple #641EE0

Tints of Han Purple #641EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 63.28%

R = 28.25%
G = 8.47%
B = 63.28%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#641EE0 (or 0x641EE0) is known color: Han Purple. HEX triplet: 64, 1E and E0. RGB value is (100,30,224). Sum of RGB (Red+Green+Blue) = 100+30+224=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #641EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EE0 is #9BE11F. Grayscale: #484848. Windows color (decimal): -10215712 or 14687844. OLE color: 14687844.

HSL color Cylindrical-coordinate representation of color #641EE0: hue angle of 261.65º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641EE0 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 30 224 -
CMYK 0.55 0.87 0 0.12
HSL 261.65º 0.76% 0.5% -
HSV(B) 261.65º 0.87% 0.88% -
XYZ 19.17 9.02 71.25 -
YUV 73.05 213.19 147.23 -
System Red Green Blue C M Y K H S L
Decimal 100 30 224 0.55 0.87 0 0.12 261.65 0.76 0.5
Hex 64 1E E0 37 57 0 C 106 4C 32
Octal 144 36 340 67 127 0 14 406 114 62
Binary 1100100 11110 11100000 110111 1010111 0 1100 100000110 1001100 110010

Color Harmonies of #641EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EE0

Black with #641EE0

Text Example


Text Example

White with #641EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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