#641D78

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

Shades of Seance #641D78

Tints of Seance #641D78

Color information

#641D78 (or 0x641D78) is unknown color: approx Seance. HEX triplet: 64, 1D and 78. RGB value is (100,29,120). Sum of RGB (Red+Green+Blue) = 100+29+120=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #641D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641D78 is #9BE287. Grayscale: #3C3C3C. Windows color (decimal): -10216072 or 7871844. OLE color: 7871844.

HSL color Cylindrical-coordinate representation of color #641D78: hue angle of 286.81º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #641D78 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10029120-
CMYK0.170.7600.53
HSL286.81º61.07%29.22%-
HSV(B)286.81º75.83%47.06%-
XYZ9.094.9418.24-
YUV60.6161.52156.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 29 (11.72% from 255) = 11.65%
BLUE value IS 120 (47.27% from 255) = 48.19%
R=40.16%
G=11.65%
B=48.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100291200.170.7600.53286.8161.0729.22
Hex641D78114C03511f3d1d
Octal14435170211140654377535
Binary1100100111011111000100011001100011010110001111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,29,120); }

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

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

 a { background-color: rgb(100,29,120); }

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

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

 span { border-color: rgb(100,29,120); }

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