#642979

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

Shades of Seance #642979

Tints of Seance #642979

Color information

#642979 (or 0x642979) is unknown color: approx Seance. HEX triplet: 64, 29 and 79. RGB value is (100,41,121). Sum of RGB (Red+Green+Blue) = 100+41+121=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #642979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642979 is #9BD686. Grayscale: #434343. Windows color (decimal): -10212999 or 7940452. OLE color: 7940452.

HSL color Cylindrical-coordinate representation of color #642979: hue angle of 284.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642979 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10041121-
CMYK0.170.6600.53
HSL284.25º49.38%31.76%-
HSV(B)284.25º66.12%47.45%-
XYZ9.55.6818.68-
YUV67.76158.05151-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.17%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 121 (47.66% from 255) = 46.18%
R=38.17%
G=15.65%
B=46.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100411210.170.6600.53284.2549.3831.76
Hex642979114203511c3120
Octal14451171211020654346140
Binary110010010100111110011000110000100110101100011100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642979; }

 p { color: rgb(100,41,121); }

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

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

 a { background-color: rgb(100,41,121); }

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

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

 span { border-color: rgb(100,41,121); }

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