#641A7C

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

Shades of Seance #641A7C

Tints of Seance #641A7C

Color information

#641A7C (or 0x641A7C) is unknown color: approx Seance. HEX triplet: 64, 1A and 7C. RGB value is (100,26,124). Sum of RGB (Red+Green+Blue) = 100+26+124=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #641A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641A7C is #9BE583. Grayscale: #3A3A3A. Windows color (decimal): -10216836 or 8133220. OLE color: 8133220.

HSL color Cylindrical-coordinate representation of color #641A7C: hue angle of 285.31º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #641A7C is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10026124-
CMYK0.190.7900.51
HSL285.31º65.33%29.41%-
HSV(B)285.31º79.03%48.63%-
XYZ9.264.919.53-
YUV59.3164.52157.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40%
GREEN value IS 26 (10.55% from 255) = 10.4%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=40%
G=10.4%
B=49.6%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100261240.190.7900.51285.3165.3329.41
Hex641A7C134F03311d411d
Octal144321742311706343510135
Binary11001001101011111001001110011110110011100011101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,26,124); }

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

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

 a { background-color: rgb(100,26,124); }

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

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

 span { border-color: rgb(100,26,124); }

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