#641EEE

Color #641EEE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #641EEE

Tints of Han Purple #641EEE

Color information

#641EEE (or 0x641EEE) is unknown color: approx Han Purple. HEX triplet: 64, 1E and EE. RGB value is (100,30,238). Sum of RGB (Red+Green+Blue) = 100+30+238=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #641EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641EEE is #9BE111. Grayscale: #494949. Windows color (decimal): -10215698 or 15605348. OLE color: 15605348.

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

Color convert

RGB10030238-
CMYK0.580.8700.07
HSL260.19º85.95%52.55%-
HSV(B)260.19º87.39%93.33%-
XYZ21.159.8181.67-
YUV74.64220.19146.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 30 (12.11% from 255) = 8.15%
BLUE value IS 238 (93.36% from 255) = 64.67%
R=27.17%
G=8.15%
B=64.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal100302380.580.8700.07260.1985.9552.55
Hex641EEE3A57071045635
Octal14436356721270740412665
Binary11001001111011101110111010101011101111000001001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #641EEE;
 }
 .AnyTagClassName
 {
   color: #641EEE;
 }
</style>
background-color css

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

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

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

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

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

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