#641A7A

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

Shades of Seance #641A7A

Tints of Seance #641A7A

Color information

#641A7A (or 0x641A7A) is unknown color: approx Seance. HEX triplet: 64, 1A and 7A. RGB value is (100,26,122). Sum of RGB (Red+Green+Blue) = 100+26+122=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #641A7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641A7A is #9BE585. Grayscale: #3A3A3A. Windows color (decimal): -10216838 or 8002148. OLE color: 8002148.

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

Color convert

RGB10026122-
CMYK0.180.7900.52
HSL286.25º64.86%29.02%-
HSV(B)286.25º78.69%47.84%-
XYZ9.144.8518.87-
YUV59.07163.52157.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 26 (10.55% from 255) = 10.48%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=40.32%
G=10.48%
B=49.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100261220.180.7900.52286.2564.8629.02
Hex641A7A124F03411e411d
Octal144321722211706443610135
Binary11001001101011110101001010011110110100100011110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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