#641EEF

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

Shades of Han Purple #641EEF

Tints of Han Purple #641EEF

Color information

#641EEF (or 0x641EEF) is unknown color: approx 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

RGB10030239-
CMYK0.580.8700.06
HSL260.1º86.72%52.75%-
HSV(B)260.1º87.45%93.73%-
XYZ21.39.8782.44-
YUV74.76220.69146.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 30 (12.11% from 255) = 8.13%
BLUE value IS 239 (93.75% from 255) = 64.77%
R=27.10%
G=8.13%
B=64.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal100302390.580.8700.06260.186.7252.75
Hex641EEF3A57061045735
Octal14436357721270640412765
Binary11001001111011101111111010101011101101000001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>