#641B6E

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

Shades of Seance #641B6E

Tints of Seance #641B6E

Color information

#641B6E (or 0x641B6E) is unknown color: approx Seance. HEX triplet: 64, 1B and 6E. RGB value is (100,27,110). Sum of RGB (Red+Green+Blue) = 100+27+110=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #641B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641B6E is #9BE491. Grayscale: #3A3A3A. Windows color (decimal): -10216594 or 7215972. OLE color: 7215972.

HSL color Cylindrical-coordinate representation of color #641B6E: hue angle of 292.77º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #641B6E is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10027110-
CMYK0.090.7500.57
HSL292.77º60.58%26.86%-
HSV(B)292.77º75.45%43.14%-
XYZ8.464.6215.2-
YUV58.29157.18157.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.19%
GREEN value IS 27 (10.94% from 255) = 11.39%
BLUE value IS 110 (43.36% from 255) = 46.41%
R=42.19%
G=11.39%
B=46.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100271100.090.7500.57292.7760.5826.86
Hex641B6E94B0391253d1b
Octal14433156111130714457533
Binary110010011011110111010011001011011100110010010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,27,110); }

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

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

 a { background-color: rgb(100,27,110); }

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

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

 span { border-color: rgb(100,27,110); }

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